Skip to content

Commit 497093e

Browse files
chore(release): 1.17.3 [skip ci]
## [1.17.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-06) ### Features * **bulk-import:** add fields for annotations, labels and spec input ([#1950](#1950)) ([a1b790a](a1b790a)) * **rbac:** nested condition ([#1814](#1814)) ([228f1a9](228f1a9)) ### Bug Fixes * **aap:** revert downgrade of janus-cli ([#2012](#2012)) ([97c9667](97c9667)) * **acr:** revert downgrade of shared-react and janus-cli ([#2009](#2009)) ([8c28891](8c28891)) * **rbac:** implement conditional aliases ([#1847](#1847)) ([dbc9a0b](dbc9a0b))
1 parent e520002 commit 497093e

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

plugins/orchestrator-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-orchestrator-backend [1.17.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-06)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.8.2
8+
19
## @janus-idp/backstage-plugin-orchestrator-backend [1.17.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-05)
210

311

plugins/orchestrator-backend/dist-dynamic/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-backend-dynamic",
3-
"version": "1.17.2",
3+
"version": "1.17.3",
44
"license": "Apache-2.0",
55
"main": "./dist/index.cjs.js",
66
"types": "src/index.ts",
@@ -67,7 +67,7 @@
6767
},
6868
"devDependencies": {},
6969
"peerDependencies": {
70-
"@janus-idp/backstage-plugin-rbac-common": "1.8.1",
70+
"@janus-idp/backstage-plugin-rbac-common": "1.8.2",
7171
"@janus-idp/backstage-plugin-audit-log-node": "1.4.0",
7272
"@backstage/backend-app-api": "^0.8.0",
7373
"@backstage/backend-common": "^0.23.3",

plugins/orchestrator-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-orchestrator-backend",
3-
"version": "1.17.2",
3+
"version": "1.17.3",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -108,7 +108,7 @@
108108
"@types/json-schema": "7.0.15"
109109
},
110110
"peerDependencies": {
111-
"@janus-idp/backstage-plugin-rbac-common": "1.8.1",
111+
"@janus-idp/backstage-plugin-rbac-common": "1.8.2",
112112
"@janus-idp/backstage-plugin-audit-log-node": "1.4.0"
113113
},
114114
"maintainers": [

0 commit comments

Comments
 (0)