Skip to content

Commit 98b8577

Browse files
chore(release): 1.17.2 [skip ci]
## [1.17.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-05) ### Bug Fixes * **rbac:** add additional validation for permission policies ([#1908](#1908)) ([592498f](592498f)), closes [#1939](#1939) * **topology:** bump shared-react dependency ([#2006](#2006)) ([5c939fb](5c939fb))
1 parent 1716faa commit 98b8577

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.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-05)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.8.1
8+
19
## @janus-idp/backstage-plugin-orchestrator-backend [1.17.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-02)
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.1",
3+
"version": "1.17.2",
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.0",
70+
"@janus-idp/backstage-plugin-rbac-common": "1.8.1",
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.1",
3+
"version": "1.17.2",
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.0",
111+
"@janus-idp/backstage-plugin-rbac-common": "1.8.1",
112112
"@janus-idp/backstage-plugin-audit-log-node": "1.4.0"
113113
},
114114
"maintainers": [

0 commit comments

Comments
 (0)