Skip to content

Commit 9896d23

Browse files
chore(release): 1.2.6 [skip ci]
## [1.2.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 fd68153 commit 9896d23

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

plugins/feedback-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-feedback-backend [1.2.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-feedback-backend [1.2.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)
210

311

plugins/feedback-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-feedback-backend",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -57,7 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"@backstage/cli": "0.26.4",
60-
"@janus-idp/cli": "1.8.5",
60+
"@janus-idp/cli": "1.8.6",
6161
"@types/nodemailer": "6.4.14",
6262
"@types/supertest": "2.0.12",
6363
"msw": "1.3.2",

0 commit comments

Comments
 (0)