Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add custom processor module to add ScaffoldedFrom relation #1591

Merged
merged 14 commits into from
May 22, 2024

Conversation

Zaperex
Copy link
Contributor

@Zaperex Zaperex commented Apr 30, 2024

Description

Adds a custom catalog processor that creates relations between catalog entities and the scaffolder templates that created them based on the spec.scaffoldedFrom field in the catalog-info.yaml of the catalog entities.

image

What issue(s) does this fix?

Fixes: RHIDP-2156

How to test changes / Special notes to the reviewer

  1. Install the module using the instructions in the README.md
  2. Ingest an entity with a spec.scaffoldedFrom field that matches the entityRef of a template entity in the catalog (ex: template:default/test-template). You can potentially use the following example template: https://github.com/janus-idp/backstage-plugins/blob/main/plugins/scaffolder-annotator-action/examples/templates/01-scaffolder-template.yaml
  3. Observe the relation graph of the entity in the catalog (or view the raw YAML/JSON of the entity and find the scaffoldedFrom relation in the relations array)

Signed-off-by: Frank Kong <frkong@redhat.com>
Signed-off-by: Frank Kong <frkong@redhat.com>
@Zaperex
Copy link
Contributor Author

Zaperex commented Apr 30, 2024

/retest failing

Copy link

openshift-ci bot commented Apr 30, 2024

@Zaperex: No presubmit jobs available for janus-idp/backstage-plugins@main

In response to this:

/retest failing

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@Zaperex
Copy link
Contributor Author

Zaperex commented Apr 30, 2024

/retest

1 similar comment
@Zaperex
Copy link
Contributor Author

Zaperex commented Apr 30, 2024

/retest

Signed-off-by: Frank Kong <frkong@redhat.com>
Signed-off-by: Frank Kong <frkong@redhat.com>
…into scaffolderFrom-processor

Signed-off-by: Frank Kong <frkong@redhat.com>
@Zaperex
Copy link
Contributor Author

Zaperex commented May 9, 2024

Used in conjunction with #1567

…into scaffolderFrom-processor

Signed-off-by: Frank Kong <frkong@redhat.com>
@Zaperex
Copy link
Contributor Author

Zaperex commented May 17, 2024

/retest

Signed-off-by: Frank Kong <frkong@redhat.com>
@openshift-merge-bot openshift-merge-bot bot merged commit 0b36164 into janus-idp:main May 22, 2024
14 checks passed
@Zaperex
Copy link
Contributor Author

Zaperex commented May 22, 2024

It should work if you manually add it though (as long as the referenced template exists)? That's how I initially tested it before having the action.

@Zaperex Zaperex deleted the scaffolderFrom-processor branch May 22, 2024 15:05
janus-idp bot pushed a commit that referenced this pull request May 28, 2024
## [1.8.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/cli@1.8.7...@janus-idp/cli@1.8.8) (2024-05-28)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** remove the need of react dev dependencies ([#1650](#1650)) ([5e60875](5e60875))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
janus-idp bot pushed a commit that referenced this pull request May 28, 2024
## [1.5.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-3scale-backend@1.5.8...@janus-idp/backstage-plugin-3scale-backend@1.5.9) (2024-05-28)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
janus-idp bot pushed a commit that referenced this pull request May 28, 2024
## [1.6.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-aap-backend@1.6.8...@janus-idp/backstage-plugin-aap-backend@1.6.9) (2024-05-28)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
janus-idp bot pushed a commit that referenced this pull request May 28, 2024
## [1.4.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-acr@1.4.3...@janus-idp/backstage-plugin-acr@1.4.4) (2024-05-28)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
janus-idp bot pushed a commit that referenced this pull request May 28, 2024
## [1.2.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-analytics-module-matomo@1.2.2...@janus-idp/backstage-plugin-analytics-module-matomo@1.2.3) (2024-05-28)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
janus-idp bot pushed a commit that referenced this pull request May 28, 2024
## [1.4.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-analytics-provider-segment@1.4.2...@janus-idp/backstage-plugin-analytics-provider-segment@1.4.3) (2024-05-28)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
janus-idp bot pushed a commit that referenced this pull request May 28, 2024
## [1.1.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-argocd@1.1.1...@janus-idp/backstage-plugin-argocd@1.1.2) (2024-05-28)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** remove the need of react dev dependencies ([#1650](#1650)) ([5e60875](5e60875))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.2.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-dynamic-plugins-info@1.2.2...@janus-idp/backstage-plugin-dynamic-plugins-info@1.2.3) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.9.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-keycloak-backend@1.9.7...@janus-idp/backstage-plugin-keycloak-backend@1.9.8) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** remove the need of react dev dependencies ([#1650](#1650)) ([5e60875](5e60875))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.18.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-kiali@1.18.1...@janus-idp/backstage-plugin-kiali@1.18.2) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** remove the need of react dev dependencies ([#1650](#1650)) ([5e60875](5e60875))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.10.16](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-kiali-backend@1.10.15...@janus-idp/backstage-plugin-kiali-backend@1.10.16) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** remove the need of react dev dependencies ([#1650](#1650)) ([5e60875](5e60875))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.4.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-kubernetes@1.4.8...@janus-idp/backstage-scaffolder-backend-module-kubernetes@1.4.9) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.6.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-nexus-repository-manager@1.6.3...@janus-idp/backstage-plugin-nexus-repository-manager@1.6.4) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/plugin-notifications@1.3.1...@janus-idp/plugin-notifications@1.3.2) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** remove the need of react dev dependencies ([#1650](#1650)) ([5e60875](5e60875))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.4.14](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/plugin-notifications-backend@1.4.13...@janus-idp/plugin-notifications-backend@1.4.14) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** remove the need of react dev dependencies ([#1650](#1650)) ([5e60875](5e60875))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [4.1.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-ocm@4.1.2...@janus-idp/backstage-plugin-ocm@4.1.3) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [4.0.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-ocm-backend@4.0.3...@janus-idp/backstage-plugin-ocm-backend@4.0.4) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** remove the need of react dev dependencies ([#1650](#1650)) ([5e60875](5e60875))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.7.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-quay@1.7.2...@janus-idp/backstage-plugin-quay@1.7.3) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.4.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-quay@1.4.7...@janus-idp/backstage-scaffolder-backend-module-quay@1.4.8) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** remove the need of react dev dependencies ([#1650](#1650)) ([5e60875](5e60875))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.20.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-rbac@1.20.2...@janus-idp/backstage-plugin-rbac@1.20.3) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [3.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-rbac-backend@3.2.0...@janus-idp/backstage-plugin-rbac-backend@3.3.0) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.4.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.4.7...@janus-idp/backstage-scaffolder-backend-module-regex@1.4.8) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** remove the need of react dev dependencies ([#1650](#1650)) ([5e60875](5e60875))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.4.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-servicenow@1.4.9...@janus-idp/backstage-scaffolder-backend-module-servicenow@1.4.10) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [2.6.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/shared-react@2.6.2...@janus-idp/shared-react@2.6.3) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** remove the need of react dev dependencies ([#1650](#1650)) ([5e60875](5e60875))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.4.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-sonarqube@1.4.7...@janus-idp/backstage-scaffolder-backend-module-sonarqube@1.4.8) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** remove the need of react dev dependencies ([#1650](#1650)) ([5e60875](5e60875))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [3.7.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-tekton@3.7.1...@janus-idp/backstage-plugin-tekton@3.7.2) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** remove the need of react dev dependencies ([#1650](#1650)) ([5e60875](5e60875))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
janus-idp bot pushed a commit that referenced this pull request May 29, 2024
## [1.21.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-topology@1.21.0...@janus-idp/backstage-plugin-topology@1.21.1) (2024-05-29)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))

### Bug Fixes

* **cli:** fix entrypoint validation on backstage 1.24.0 and above. ([#1741](#1741)) ([6ed4171](6ed4171))
* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants