From ede4c6f582602033aca344c0ffe059b6e928c669 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 May 2024 17:20:42 +0000 Subject: [PATCH] chore(release): 1.9.2 [skip ci] ## [1.9.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator-backend@1.9.1...@janus-idp/backstage-plugin-orchestrator-backend@1.9.2) (2024-05-29) ### Features * **rbac:** improve conditional policy validation ([#1673](https://github.com/janus-idp/backstage-plugins/issues/1673)) ([15dac91](https://github.com/janus-idp/backstage-plugins/commit/15dac91b673c63a4e7ac41f95296651df2ef8053)) ### Bug Fixes * **config:** enable guest provider by default ([#1661](https://github.com/janus-idp/backstage-plugins/issues/1661)) ([28ac848](https://github.com/janus-idp/backstage-plugins/commit/28ac848bd54fde8efce2c72bee8b1ab6356e3947)) * **orchestrator:** upgrade to mui v5 ([#1727](https://github.com/janus-idp/backstage-plugins/issues/1727)) ([8b935dc](https://github.com/janus-idp/backstage-plugins/commit/8b935dc3c85fbe4030564301820d946effa78426)) * **release:** change problematic plugins to private ([#1738](https://github.com/janus-idp/backstage-plugins/issues/1738)) ([69176bd](https://github.com/janus-idp/backstage-plugins/commit/69176bd75ccd842a313445e096223ecc339b655b)) --- plugins/orchestrator-backend/CHANGELOG.md | 8 ++++++++ plugins/orchestrator-backend/dist-dynamic/package.json | 2 +- plugins/orchestrator-backend/package.json | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/plugins/orchestrator-backend/CHANGELOG.md b/plugins/orchestrator-backend/CHANGELOG.md index 7fb744bb343..c036e2ce279 100644 --- a/plugins/orchestrator-backend/CHANGELOG.md +++ b/plugins/orchestrator-backend/CHANGELOG.md @@ -1,3 +1,11 @@ +## @janus-idp/backstage-plugin-orchestrator-backend [1.9.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator-backend@1.9.1...@janus-idp/backstage-plugin-orchestrator-backend@1.9.2) (2024-05-29) + + + +### Dependencies + +* **@janus-idp/cli:** upgraded to 1.8.9 + ## @janus-idp/backstage-plugin-orchestrator-backend [1.9.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator-backend@1.9.0...@janus-idp/backstage-plugin-orchestrator-backend@1.9.1) (2024-05-28) diff --git a/plugins/orchestrator-backend/dist-dynamic/package.json b/plugins/orchestrator-backend/dist-dynamic/package.json index 8d86ba00313..680f05c8188 100644 --- a/plugins/orchestrator-backend/dist-dynamic/package.json +++ b/plugins/orchestrator-backend/dist-dynamic/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-orchestrator-backend-dynamic", - "version": "1.9.1", + "version": "1.9.2", "license": "Apache-2.0", "main": "dist/index.cjs.js", "types": "dist/index.d.ts", diff --git a/plugins/orchestrator-backend/package.json b/plugins/orchestrator-backend/package.json index 36897d80327..0a845710150 100644 --- a/plugins/orchestrator-backend/package.json +++ b/plugins/orchestrator-backend/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-orchestrator-backend", - "version": "1.9.1", + "version": "1.9.2", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", @@ -92,7 +92,7 @@ "devDependencies": { "@backstage/backend-test-utils": "0.3.7", "@backstage/cli": "0.26.4", - "@janus-idp/cli": "1.8.7", + "@janus-idp/cli": "1.8.9", "@types/express": "4.17.21", "@types/fs-extra": "11.0.4", "@types/json-schema": "7.0.15"