Skip to content

Commit 0219aca

Browse files
semantic-release-botciiay
authored andcommitted
chore(release): 1.4.6 [skip ci]
## [1.4.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-09) ### ⚠ BREAKING CHANGES * **ocm:** add basic permissions to ocm backend plugin (janus-idp#1528) ### Features * **argocd:** add argocd deployment lifecycle and summary component ([janus-idp#1540](janus-idp#1540)) ([4c7c533](janus-idp@4c7c533)) * **kiali:** add card for resources ([janus-idp#1565](janus-idp#1565)) ([1e727aa](janus-idp@1e727aa)) * **ocm:** add basic permissions to ocm backend plugin ([janus-idp#1528](janus-idp#1528)) ([c28d564](janus-idp@c28d564)) * **orchestrator:** add ability to re-trigger workflow in error state ([janus-idp#1624](janus-idp#1624)) ([8709a37](janus-idp@8709a37)) * **orchestrator:** make the internal sonata podman compatible ([janus-idp#1612](janus-idp#1612)) ([e4e528e](janus-idp@e4e528e)) * **rbac:** add support for the new backend services ([janus-idp#1607](janus-idp#1607)) ([2892709](janus-idp@2892709)) * **rbac:** support for adding conditional permissions ([janus-idp#1588](janus-idp#1588)) ([2042244](janus-idp@2042244)) * **scaffolder:** create custom action for scaffolder templates ([janus-idp#1567](janus-idp#1567)) ([e30701e](janus-idp@e30701e)) ### Bug Fixes * **argocd:** fix argocd configurations visibility ([janus-idp#1618](janus-idp#1618)) ([ade677f](janus-idp@ade677f)) * **argocd:** fix sonarcloud lint warnings in argocd plugin ([janus-idp#1620](janus-idp#1620)) ([66d3763](janus-idp@66d3763)) * **kiali:** remove IstioConfig extra, Fix links and add kiali control ([janus-idp#1452](janus-idp#1452)) ([51a35f0](janus-idp@51a35f0)) * **kiali:** remove kiali-common from package. ([janus-idp#1586](janus-idp#1586)) ([b1748a4](janus-idp@b1748a4)) * **ocm:** update ocm frontend plugin readme ([janus-idp#1611](janus-idp#1611)) ([9960cc0](janus-idp@9960cc0)) * **orchestrator:** disabled MUI table thirdSortClick ([janus-idp#1614](janus-idp#1614)) ([5e541bd](janus-idp@5e541bd)) * **rbac:** hide frontend when permission framework was disabled ([janus-idp#1493](janus-idp#1493)) ([5aa012f](janus-idp@5aa012f)) * **rbac:** implement ability to disable rbac-backend plugin ([janus-idp#1501](janus-idp#1501)) ([6367965](janus-idp@6367965)) * sync lockfile ([janus-idp#1617](janus-idp#1617)) ([de7393d](janus-idp@de7393d)) ### Documentation * **kiali:** update rhdh docs ([janus-idp#1621](janus-idp#1621)) ([7087cba](janus-idp@7087cba)) ### Other changes * **argocd:** add playwright dev mode tests ([janus-idp#1616](janus-idp#1616)) ([07c1452](janus-idp@07c1452))
1 parent 56a6715 commit 0219aca

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

plugins/openshift-image-registry/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## @janus-idp/backstage-plugin-openshift-image-registry [1.4.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-09)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/shared-react:** upgraded to 2.6.1
8+
* **@janus-idp/cli:** upgraded to 1.8.6
9+
110
## @janus-idp/backstage-plugin-openshift-image-registry [1.4.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)
211

312

plugins/openshift-image-registry/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-openshift-image-registry",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -31,7 +31,7 @@
3131
"@material-ui/core": "^4.9.13",
3232
"@material-ui/icons": "^4.11.3",
3333
"@material-ui/lab": "^4.0.0-alpha.45",
34-
"@janus-idp/shared-react": "2.6.0",
34+
"@janus-idp/shared-react": "2.6.1",
3535
"react-use": "^17.4.0"
3636
},
3737
"peerDependencies": {
@@ -43,7 +43,7 @@
4343
"@backstage/core-app-api": "1.12.4",
4444
"@backstage/dev-utils": "1.0.31",
4545
"@backstage/test-utils": "1.5.4",
46-
"@janus-idp/cli": "1.8.5",
46+
"@janus-idp/cli": "1.8.6",
4747
"@testing-library/jest-dom": "6.4.2",
4848
"@testing-library/react": "14.2.1",
4949
"@testing-library/user-event": "14.5.1",

0 commit comments

Comments
 (0)