Skip to content

Commit 43fb77d

Browse files
chore(release): 1.11.0 [skip ci]
## [1.11.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-09) ### Features * **argocd:** add argocd deployment lifecycle and summary component ([#1540](#1540)) ([4c7c533](4c7c533)) * **kiali:** add card for resources ([#1565](#1565)) ([1e727aa](1e727aa)) * **orchestrator:** add ability to re-trigger workflow in error state ([#1624](#1624)) ([8709a37](8709a37)) * **rbac:** add support for the new backend services ([#1607](#1607)) ([2892709](2892709)) * **rbac:** support for adding conditional permissions ([#1588](#1588)) ([2042244](2042244)) ### Bug Fixes * **argocd:** fix argocd configurations visibility ([#1618](#1618)) ([ade677f](ade677f)) * **argocd:** fix sonarcloud lint warnings in argocd plugin ([#1620](#1620)) ([66d3763](66d3763)) * **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 b8cf19b commit 43fb77d

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

plugins/orchestrator/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## @janus-idp/backstage-plugin-orchestrator [1.11.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-09)
2+
3+
4+
### Features
5+
6+
* **orchestrator:** add ability to re-trigger workflow in error state ([#1624](https://github.com/janus-idp/backstage-plugins/issues/1624)) ([8709a37](https://github.com/janus-idp/backstage-plugins/commit/8709a37d08c2eafc22f10bd2a41f0a105768222d))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.7.0
13+
114
## @janus-idp/backstage-plugin-orchestrator [1.10.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-06)
215

316

plugins/orchestrator/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-orchestrator",
3-
"version": "1.10.6",
3+
"version": "1.11.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -43,7 +43,7 @@
4343
"@backstage/errors": "^1.2.4",
4444
"@backstage/plugin-catalog": "^1.18.2",
4545
"@backstage/types": "^1.1.1",
46-
"@janus-idp/backstage-plugin-orchestrator-common": "1.6.4",
46+
"@janus-idp/backstage-plugin-orchestrator-common": "1.7.0",
4747
"@kie-tools-core/editor": "^0.32.0",
4848
"@kie-tools-core/notifications": "^0.32.0",
4949
"@kie-tools-core/react-hooks": "^0.32.0",

0 commit comments

Comments
 (0)