From 739bf0d6c5f75d60804133e67113a0a91e282669 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 May 2024 15:01:43 +0000 Subject: [PATCH] chore(release): 1.4.7 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.4.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.4.6...@janus-idp/backstage-scaffolder-backend-module-regex@1.4.7) (2024-05-16) ### ⚠ BREAKING CHANGES * **rbac:** remove token manager for auth service (#1632) ### Features * **deps:** use RHDH themes in the backstage app and dev pages ([#1480](https://github.com/janus-idp/backstage-plugins/issues/1480)) ([8263bf0](https://github.com/janus-idp/backstage-plugins/commit/8263bf099736cbb0d0f2316082d338ba81fa6927)) * **feedback:** use backstage auth service in backend plugin ([#1646](https://github.com/janus-idp/backstage-plugins/issues/1646)) ([7d9ee11](https://github.com/janus-idp/backstage-plugins/commit/7d9ee11d1ed0dbc1ff026de3b1e50f2888c3f542)), closes [#1626](https://github.com/janus-idp/backstage-plugins/issues/1626) * **rbac:** implement a file watcher for csv reloads ([#1587](https://github.com/janus-idp/backstage-plugins/issues/1587)) ([62fcafc](https://github.com/janus-idp/backstage-plugins/commit/62fcafcdb3ab3cb308b16b8fab0a14916b921b82)) * **rbac:** support for updating/deleting conditional permissions ([#1628](https://github.com/janus-idp/backstage-plugins/issues/1628)) ([2bb8308](https://github.com/janus-idp/backstage-plugins/commit/2bb8308d53e539023dd87573a66ad25501ada7d1)) ### Bug Fixes * **argocd:** make refreshInterval configuration as optional ([#1647](https://github.com/janus-idp/backstage-plugins/issues/1647)) ([2c24d35](https://github.com/janus-idp/backstage-plugins/commit/2c24d35f050801801c597967e890b6d2e647fb06)) * **kiali:** removing unnecessary afterAll hook ([#1642](https://github.com/janus-idp/backstage-plugins/issues/1642)) ([a314607](https://github.com/janus-idp/backstage-plugins/commit/a3146073bebb17b6f990891a277323a19e3731d6)) * **lint:** ignore lint rules on generated code ([#1668](https://github.com/janus-idp/backstage-plugins/issues/1668)) ([e375c2f](https://github.com/janus-idp/backstage-plugins/commit/e375c2fee868813a1b9b320bb31f7681dc4d4e0a)) * **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](https://github.com/janus-idp/backstage-plugins/issues/1644)) ([4a9d1f8](https://github.com/janus-idp/backstage-plugins/commit/4a9d1f821a30437e73631fac98b1aabc65473fba)) * **orchestrator:** typos mentioning OpenShift ([#1639](https://github.com/janus-idp/backstage-plugins/issues/1639)) ([7ff4c75](https://github.com/janus-idp/backstage-plugins/commit/7ff4c754f73681e1a596d56721972af8872f3211)) * **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](https://github.com/janus-idp/backstage-plugins/issues/1619)) ([bf93354](https://github.com/janus-idp/backstage-plugins/commit/bf9335404232f8ec66253f56387d3432d8839406)) * **rbac:** remove token manager for auth service ([#1632](https://github.com/janus-idp/backstage-plugins/issues/1632)) ([2f19655](https://github.com/janus-idp/backstage-plugins/commit/2f196556cffc61c83239721b1cd51d6a2c64eee7)) ### Documentation * **orchestrator:** removes instructions related to the editor ([#1664](https://github.com/janus-idp/backstage-plugins/issues/1664)) ([10a75b2](https://github.com/janus-idp/backstage-plugins/commit/10a75b2706c72751bd774d6fae4332bbc527dc2b)) ### Other changes * **orchestrator:** add OrchestratorClient unit tests ([#1640](https://github.com/janus-idp/backstage-plugins/issues/1640)) ([2a2dc55](https://github.com/janus-idp/backstage-plugins/commit/2a2dc5581aa04b20bdf973ecb8310d179d6fd1a5)) --- plugins/regex-actions/CHANGELOG.md | 8 ++++++++ plugins/regex-actions/dist-dynamic/package.json | 2 +- plugins/regex-actions/package.json | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/plugins/regex-actions/CHANGELOG.md b/plugins/regex-actions/CHANGELOG.md index e23fc09067..b3c387d8ac 100644 --- a/plugins/regex-actions/CHANGELOG.md +++ b/plugins/regex-actions/CHANGELOG.md @@ -1,3 +1,11 @@ +## @janus-idp/backstage-scaffolder-backend-module-regex [1.4.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.4.6...@janus-idp/backstage-scaffolder-backend-module-regex@1.4.7) (2024-05-16) + + + +### Dependencies + +* **@janus-idp/cli:** upgraded to 1.8.7 + ## @janus-idp/backstage-scaffolder-backend-module-regex [1.4.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.4.5...@janus-idp/backstage-scaffolder-backend-module-regex@1.4.6) (2024-05-09) diff --git a/plugins/regex-actions/dist-dynamic/package.json b/plugins/regex-actions/dist-dynamic/package.json index e5f17d2bf4..57e322ea0a 100644 --- a/plugins/regex-actions/dist-dynamic/package.json +++ b/plugins/regex-actions/dist-dynamic/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-scaffolder-backend-module-regex-dynamic", "description": "The regex custom actions", - "version": "1.4.6", + "version": "1.4.7", "main": "dist/index.cjs.js", "types": "dist/index.d.ts", "license": "Apache-2.0", diff --git a/plugins/regex-actions/package.json b/plugins/regex-actions/package.json index a277a53a84..0dbdc501b5 100644 --- a/plugins/regex-actions/package.json +++ b/plugins/regex-actions/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-scaffolder-backend-module-regex", "description": "The regex custom actions", - "version": "1.4.6", + "version": "1.4.7", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -51,7 +51,7 @@ "@backstage/backend-common": "0.21.7", "@backstage/cli": "0.26.4", "@backstage/plugin-scaffolder-node-test-utils": "0.1.3", - "@janus-idp/cli": "1.8.6" + "@janus-idp/cli": "1.8.7" }, "files": [ "dist",