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

fix(orchestrator): export the OrchestratorPlugin accordingly #1644

Merged
merged 2 commits into from
May 15, 2024

Conversation

caponetto
Copy link
Contributor

@caponetto caponetto commented May 13, 2024

  • Export the OrchestratorPlugin accordingly to be used in the New Backend System
  • Update instructions on the README file
  • Bump @rjsf dependencies to fix a warning

@caponetto caponetto requested review from a team as code owners May 13, 2024 17:36
@caponetto caponetto changed the title fix(orchestrator): export the OrchestratorPlugin accordingly WIP: fix(orchestrator): export the OrchestratorPlugin accordingly May 13, 2024
@caponetto caponetto changed the title WIP: fix(orchestrator): export the OrchestratorPlugin accordingly fix(orchestrator): export the OrchestratorPlugin accordingly May 13, 2024
batzionb
batzionb previously approved these changes May 15, 2024
@batzionb
Copy link
Contributor

Thanks @caponetto!

Copy link

sonarcloud bot commented May 15, 2024

Quality Gate Passed Quality Gate passed

Issues
4 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.6% Duplication on New Code

See analysis details on SonarCloud

@openshift-ci openshift-ci bot added the lgtm label May 15, 2024
@kim-tsao
Copy link
Member

/approve

Copy link

openshift-ci bot commented May 15, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: batzionb, kim-tsao

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 4a9d1f8 into janus-idp:main May 15, 2024
14 checks passed
janus-idp bot pushed a commit that referenced this pull request May 15, 2024
## @janus-idp/backstage-plugin-orchestrator-backend [1.8.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator-backend@1.8.2...@janus-idp/backstage-plugin-orchestrator-backend@1.8.3) (2024-05-15)

### Bug Fixes

* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
janus-idp bot pushed a commit that referenced this pull request May 15, 2024
## [1.12.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator@1.12.0...@janus-idp/backstage-plugin-orchestrator@1.12.1) (2024-05-15)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 15, 2024
## [1.7.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator-common@1.7.1...@janus-idp/backstage-plugin-orchestrator-common@1.7.2) (2024-05-15)

### ⚠ BREAKING CHANGES

* **rbac:** remove token manager for auth service (#1632)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **feedback:** use backstage auth service in backend plugin ([#1646](#1646)) ([7d9ee11](7d9ee11)), closes [#1626](#1626)
* **rbac:** implement a file watcher for csv reloads ([#1587](#1587)) ([62fcafc](62fcafc))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **argocd:** make refreshInterval configuration as optional ([#1647](#1647)) ([2c24d35](2c24d35))
* **kiali:** removing unnecessary afterAll hook ([#1642](#1642)) ([a314607](a314607))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
* **orchestrator:** typos mentioning OpenShift ([#1639](#1639)) ([7ff4c75](7ff4c75))
* **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](#1619)) ([bf93354](bf93354))
* **rbac:** remove token manager for auth service ([#1632](#1632)) ([2f19655](2f19655))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.8.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/cli@1.8.6...@janus-idp/cli@1.8.7) (2024-05-16)

### ⚠ BREAKING CHANGES

* **rbac:** remove token manager for auth service (#1632)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **feedback:** use backstage auth service in backend plugin ([#1646](#1646)) ([7d9ee11](7d9ee11)), closes [#1626](#1626)
* **rbac:** implement a file watcher for csv reloads ([#1587](#1587)) ([62fcafc](62fcafc))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **argocd:** make refreshInterval configuration as optional ([#1647](#1647)) ([2c24d35](2c24d35))
* **kiali:** removing unnecessary afterAll hook ([#1642](#1642)) ([a314607](a314607))
* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
* **orchestrator:** typos mentioning OpenShift ([#1639](#1639)) ([7ff4c75](7ff4c75))
* **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](#1619)) ([bf93354](bf93354))
* **rbac:** remove token manager for auth service ([#1632](#1632)) ([2f19655](2f19655))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.4.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-acr@1.4.0...@janus-idp/backstage-plugin-acr@1.4.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.2.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-analytics-module-matomo@1.2.0...@janus-idp/backstage-plugin-analytics-module-matomo@1.2.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.4.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-analytics-provider-segment@1.4.0...@janus-idp/backstage-plugin-analytics-provider-segment@1.4.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.2.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-dynamic-plugins-info@1.2.0...@janus-idp/backstage-plugin-dynamic-plugins-info@1.2.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-feedback@1.3.0...@janus-idp/backstage-plugin-feedback@1.3.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-feedback-backend@1.3.0...@janus-idp/backstage-plugin-feedback-backend@1.3.1) (2024-05-16)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.4.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-jfrog-artifactory@1.4.0...@janus-idp/backstage-plugin-jfrog-artifactory@1.4.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.9.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-keycloak-backend@1.9.6...@janus-idp/backstage-plugin-keycloak-backend@1.9.7) (2024-05-16)

### ⚠ BREAKING CHANGES

* **rbac:** remove token manager for auth service (#1632)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **feedback:** use backstage auth service in backend plugin ([#1646](#1646)) ([7d9ee11](7d9ee11)), closes [#1626](#1626)
* **rbac:** implement a file watcher for csv reloads ([#1587](#1587)) ([62fcafc](62fcafc))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **argocd:** make refreshInterval configuration as optional ([#1647](#1647)) ([2c24d35](2c24d35))
* **kiali:** removing unnecessary afterAll hook ([#1642](#1642)) ([a314607](a314607))
* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
* **orchestrator:** typos mentioning OpenShift ([#1639](#1639)) ([7ff4c75](7ff4c75))
* **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](#1619)) ([bf93354](bf93354))
* **rbac:** remove token manager for auth service ([#1632](#1632)) ([2f19655](2f19655))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.18.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-kiali@1.18.0...@janus-idp/backstage-plugin-kiali@1.18.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.10.15](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-kiali-backend@1.10.14...@janus-idp/backstage-plugin-kiali-backend@1.10.15) (2024-05-16)

### ⚠ BREAKING CHANGES

* **rbac:** remove token manager for auth service (#1632)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **feedback:** use backstage auth service in backend plugin ([#1646](#1646)) ([7d9ee11](7d9ee11)), closes [#1626](#1626)
* **rbac:** implement a file watcher for csv reloads ([#1587](#1587)) ([62fcafc](62fcafc))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **argocd:** make refreshInterval configuration as optional ([#1647](#1647)) ([2c24d35](2c24d35))
* **kiali:** removing unnecessary afterAll hook ([#1642](#1642)) ([a314607](a314607))
* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
* **orchestrator:** typos mentioning OpenShift ([#1639](#1639)) ([7ff4c75](7ff4c75))
* **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](#1619)) ([bf93354](bf93354))
* **rbac:** remove token manager for auth service ([#1632](#1632)) ([2f19655](2f19655))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.4.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-kubernetes@1.4.6...@janus-idp/backstage-scaffolder-backend-module-kubernetes@1.4.7) (2024-05-16)

### ⚠ BREAKING CHANGES

* **rbac:** remove token manager for auth service (#1632)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **feedback:** use backstage auth service in backend plugin ([#1646](#1646)) ([7d9ee11](7d9ee11)), closes [#1626](#1626)
* **rbac:** implement a file watcher for csv reloads ([#1587](#1587)) ([62fcafc](62fcafc))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **argocd:** make refreshInterval configuration as optional ([#1647](#1647)) ([2c24d35](2c24d35))
* **kiali:** removing unnecessary afterAll hook ([#1642](#1642)) ([a314607](a314607))
* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
* **orchestrator:** typos mentioning OpenShift ([#1639](#1639)) ([7ff4c75](7ff4c75))
* **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](#1619)) ([bf93354](bf93354))
* **rbac:** remove token manager for auth service ([#1632](#1632)) ([2f19655](2f19655))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.4.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-matomo@1.4.0...@janus-idp/backstage-plugin-matomo@1.4.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.4.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-matomo-backend@1.4.6...@janus-idp/backstage-plugin-matomo-backend@1.4.7) (2024-05-16)

### ⚠ BREAKING CHANGES

* **rbac:** remove token manager for auth service (#1632)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **feedback:** use backstage auth service in backend plugin ([#1646](#1646)) ([7d9ee11](7d9ee11)), closes [#1626](#1626)
* **rbac:** implement a file watcher for csv reloads ([#1587](#1587)) ([62fcafc](62fcafc))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **argocd:** make refreshInterval configuration as optional ([#1647](#1647)) ([2c24d35](2c24d35))
* **kiali:** removing unnecessary afterAll hook ([#1642](#1642)) ([a314607](a314607))
* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
* **orchestrator:** typos mentioning OpenShift ([#1639](#1639)) ([7ff4c75](7ff4c75))
* **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](#1619)) ([bf93354](bf93354))
* **rbac:** remove token manager for auth service ([#1632](#1632)) ([2f19655](2f19655))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.6.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-nexus-repository-manager@1.6.0...@janus-idp/backstage-plugin-nexus-repository-manager@1.6.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/plugin-notifications@1.3.0...@janus-idp/plugin-notifications@1.3.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.4.13](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/plugin-notifications-backend@1.4.12...@janus-idp/plugin-notifications-backend@1.4.13) (2024-05-16)

### ⚠ BREAKING CHANGES

* **rbac:** remove token manager for auth service (#1632)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **feedback:** use backstage auth service in backend plugin ([#1646](#1646)) ([7d9ee11](7d9ee11)), closes [#1626](#1626)
* **rbac:** implement a file watcher for csv reloads ([#1587](#1587)) ([62fcafc](62fcafc))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **argocd:** make refreshInterval configuration as optional ([#1647](#1647)) ([2c24d35](2c24d35))
* **kiali:** removing unnecessary afterAll hook ([#1642](#1642)) ([a314607](a314607))
* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
* **orchestrator:** typos mentioning OpenShift ([#1639](#1639)) ([7ff4c75](7ff4c75))
* **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](#1619)) ([bf93354](bf93354))
* **rbac:** remove token manager for auth service ([#1632](#1632)) ([2f19655](2f19655))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [4.1.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-ocm@4.1.0...@janus-idp/backstage-plugin-ocm@4.1.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [4.0.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-ocm-backend@4.0.2...@janus-idp/backstage-plugin-ocm-backend@4.0.3) (2024-05-16)

### ⚠ BREAKING CHANGES

* **rbac:** remove token manager for auth service (#1632)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **feedback:** use backstage auth service in backend plugin ([#1646](#1646)) ([7d9ee11](7d9ee11)), closes [#1626](#1626)
* **rbac:** implement a file watcher for csv reloads ([#1587](#1587)) ([62fcafc](62fcafc))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **argocd:** make refreshInterval configuration as optional ([#1647](#1647)) ([2c24d35](2c24d35))
* **kiali:** removing unnecessary afterAll hook ([#1642](#1642)) ([a314607](a314607))
* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
* **orchestrator:** typos mentioning OpenShift ([#1639](#1639)) ([7ff4c75](7ff4c75))
* **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](#1619)) ([bf93354](bf93354))
* **rbac:** remove token manager for auth service ([#1632](#1632)) ([2f19655](2f19655))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.5.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-openshift-image-registry@1.5.0...@janus-idp/backstage-plugin-openshift-image-registry@1.5.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.7.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-quay@1.7.0...@janus-idp/backstage-plugin-quay@1.7.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.4.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-quay@1.4.6...@janus-idp/backstage-scaffolder-backend-module-quay@1.4.7) (2024-05-16)

### ⚠ BREAKING CHANGES

* **rbac:** remove token manager for auth service (#1632)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **feedback:** use backstage auth service in backend plugin ([#1646](#1646)) ([7d9ee11](7d9ee11)), closes [#1626](#1626)
* **rbac:** implement a file watcher for csv reloads ([#1587](#1587)) ([62fcafc](62fcafc))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **argocd:** make refreshInterval configuration as optional ([#1647](#1647)) ([2c24d35](2c24d35))
* **kiali:** removing unnecessary afterAll hook ([#1642](#1642)) ([a314607](a314607))
* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
* **orchestrator:** typos mentioning OpenShift ([#1639](#1639)) ([7ff4c75](7ff4c75))
* **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](#1619)) ([bf93354](bf93354))
* **rbac:** remove token manager for auth service ([#1632](#1632)) ([2f19655](2f19655))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.20.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-rbac@1.20.0...@janus-idp/backstage-plugin-rbac@1.20.1) (2024-05-16)

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [3.1.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-rbac-backend@3.1.0...@janus-idp/backstage-plugin-rbac-backend@3.1.1) (2024-05-16)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.4.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.4.6...@janus-idp/backstage-scaffolder-backend-module-regex@1.4.7) (2024-05-16)

### ⚠ BREAKING CHANGES

* **rbac:** remove token manager for auth service (#1632)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **feedback:** use backstage auth service in backend plugin ([#1646](#1646)) ([7d9ee11](7d9ee11)), closes [#1626](#1626)
* **rbac:** implement a file watcher for csv reloads ([#1587](#1587)) ([62fcafc](62fcafc))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **argocd:** make refreshInterval configuration as optional ([#1647](#1647)) ([2c24d35](2c24d35))
* **kiali:** removing unnecessary afterAll hook ([#1642](#1642)) ([a314607](a314607))
* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
* **orchestrator:** typos mentioning OpenShift ([#1639](#1639)) ([7ff4c75](7ff4c75))
* **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](#1619)) ([bf93354](bf93354))
* **rbac:** remove token manager for auth service ([#1632](#1632)) ([2f19655](2f19655))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.4.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-servicenow@1.4.7...@janus-idp/backstage-scaffolder-backend-module-servicenow@1.4.8) (2024-05-16)

### ⚠ BREAKING CHANGES

* **rbac:** remove token manager for auth service (#1632)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **feedback:** use backstage auth service in backend plugin ([#1646](#1646)) ([7d9ee11](7d9ee11)), closes [#1626](#1626)
* **rbac:** implement a file watcher for csv reloads ([#1587](#1587)) ([62fcafc](62fcafc))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **argocd:** make refreshInterval configuration as optional ([#1647](#1647)) ([2c24d35](2c24d35))
* **kiali:** removing unnecessary afterAll hook ([#1642](#1642)) ([a314607](a314607))
* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
* **orchestrator:** typos mentioning OpenShift ([#1639](#1639)) ([7ff4c75](7ff4c75))
* **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](#1619)) ([bf93354](bf93354))
* **rbac:** remove token manager for auth service ([#1632](#1632)) ([2f19655](2f19655))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [2.6.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/shared-react@2.6.1...@janus-idp/shared-react@2.6.2) (2024-05-16)

### ⚠ BREAKING CHANGES

* **rbac:** remove token manager for auth service (#1632)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **feedback:** use backstage auth service in backend plugin ([#1646](#1646)) ([7d9ee11](7d9ee11)), closes [#1626](#1626)
* **rbac:** implement a file watcher for csv reloads ([#1587](#1587)) ([62fcafc](62fcafc))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **argocd:** make refreshInterval configuration as optional ([#1647](#1647)) ([2c24d35](2c24d35))
* **kiali:** removing unnecessary afterAll hook ([#1642](#1642)) ([a314607](a314607))
* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
* **orchestrator:** typos mentioning OpenShift ([#1639](#1639)) ([7ff4c75](7ff4c75))
* **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](#1619)) ([bf93354](bf93354))
* **rbac:** remove token manager for auth service ([#1632](#1632)) ([2f19655](2f19655))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.4.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-sonarqube@1.4.6...@janus-idp/backstage-scaffolder-backend-module-sonarqube@1.4.7) (2024-05-16)

### ⚠ BREAKING CHANGES

* **rbac:** remove token manager for auth service (#1632)

### Features

* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **feedback:** use backstage auth service in backend plugin ([#1646](#1646)) ([7d9ee11](7d9ee11)), closes [#1626](#1626)
* **rbac:** implement a file watcher for csv reloads ([#1587](#1587)) ([62fcafc](62fcafc))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **argocd:** make refreshInterval configuration as optional ([#1647](#1647)) ([2c24d35](2c24d35))
* **kiali:** removing unnecessary afterAll hook ([#1642](#1642)) ([a314607](a314607))
* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
* **orchestrator:** typos mentioning OpenShift ([#1639](#1639)) ([7ff4c75](7ff4c75))
* **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](#1619)) ([bf93354](bf93354))
* **rbac:** remove token manager for auth service ([#1632](#1632)) ([2f19655](2f19655))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [3.7.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-tekton@3.7.0...@janus-idp/backstage-plugin-tekton@3.7.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.20.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-topology@1.20.0...@janus-idp/backstage-plugin-topology@1.20.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
janus-idp bot pushed a commit that referenced this pull request May 16, 2024
## [1.5.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-web-terminal@1.5.0...@janus-idp/backstage-plugin-web-terminal@1.5.1) (2024-05-16)

### Features

* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))

### Bug Fixes

* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
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