Skip to content

Commit 58dfd9a

Browse files
chore(release): 1.5.6 [skip ci]
## [1.5.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 (#1528) ### Features * **argocd:** add argocd deployment lifecycle and summary component ([#1540](#1540)) ([4c7c533](4c7c533)) * **kiali:** add card for resources ([#1565](#1565)) ([1e727aa](1e727aa)) * **ocm:** add basic permissions to ocm backend plugin ([#1528](#1528)) ([c28d564](c28d564)) * **orchestrator:** add ability to re-trigger workflow in error state ([#1624](#1624)) ([8709a37](8709a37)) * **orchestrator:** make the internal sonata podman compatible ([#1612](#1612)) ([e4e528e](e4e528e)) * **rbac:** add support for the new backend services ([#1607](#1607)) ([2892709](2892709)) * **rbac:** support for adding conditional permissions ([#1588](#1588)) ([2042244](2042244)) * **scaffolder:** create custom action for scaffolder templates ([#1567](#1567)) ([e30701e](e30701e)) ### Bug Fixes * **argocd:** fix argocd configurations visibility ([#1618](#1618)) ([ade677f](ade677f)) * **argocd:** fix sonarcloud lint warnings in argocd plugin ([#1620](#1620)) ([66d3763](66d3763)) * **kiali:** remove IstioConfig extra, Fix links and add kiali control ([#1452](#1452)) ([51a35f0](51a35f0)) * **kiali:** remove kiali-common from package. ([#1586](#1586)) ([b1748a4](b1748a4)) * **ocm:** update ocm frontend plugin readme ([#1611](#1611)) ([9960cc0](9960cc0)) * **orchestrator:** disabled MUI table thirdSortClick ([#1614](#1614)) ([5e541bd](5e541bd)) * **rbac:** hide frontend when permission framework was disabled ([#1493](#1493)) ([5aa012f](5aa012f)) * **rbac:** implement ability to disable rbac-backend plugin ([#1501](#1501)) ([6367965](6367965)) * sync lockfile ([#1617](#1617)) ([de7393d](de7393d)) ### Documentation * **kiali:** update rhdh docs ([#1621](#1621)) ([7087cba](7087cba)) ### Other changes * **argocd:** add playwright dev mode tests ([#1616](#1616)) ([07c1452](07c1452))
1 parent b87c837 commit 58dfd9a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

plugins/3scale-backend/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @janus-idp/backstage-plugin-3scale-backend [1.5.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/cli:** upgraded to 1.8.6
8+
19
## @janus-idp/backstage-plugin-3scale-backend [1.5.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)
210

311

plugins/3scale-backend/dist-dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-3scale-backend-dynamic",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"license": "Apache-2.0",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",

plugins/3scale-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-3scale-backend",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@backstage/cli": "0.26.4",
54-
"@janus-idp/cli": "1.8.5",
54+
"@janus-idp/cli": "1.8.6",
5555
"@types/supertest": "2.0.16",
5656
"msw": "1.3.2",
5757
"supertest": "6.3.3"

0 commit comments

Comments
 (0)