From 53eb22b04fd14fc98b61560930443ea8c04443c5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Dec 2023 10:32:51 +0000 Subject: [PATCH] chore(release): 1.16.14 [skip ci] ## [1.16.14](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-topology@1.16.13...@janus-idp/backstage-plugin-topology@1.16.14) (2023-12-07) ### Features * **rbac:** list roles with no permission policies ([#998](https://github.com/janus-idp/backstage-plugins/issues/998)) ([217b7b0](https://github.com/janus-idp/backstage-plugins/commit/217b7b0db3414788c8e77247f378a51cf0eeda0d)) * **rbac:** role overview ([#972](https://github.com/janus-idp/backstage-plugins/issues/972)) ([43c1906](https://github.com/janus-idp/backstage-plugins/commit/43c19064e9477a5449ff5d56b00efe27cf640c27)) ### Bug Fixes * **cli:** do not change interop mode by default ([#971](https://github.com/janus-idp/backstage-plugins/issues/971)) ([4159977](https://github.com/janus-idp/backstage-plugins/commit/41599773d60fe944e402065970295b47cc2d46d6)) * **tekton:** fix expand collapse with sorting of PLR list table ([#980](https://github.com/janus-idp/backstage-plugins/issues/980)) ([d5fc710](https://github.com/janus-idp/backstage-plugins/commit/d5fc710c09e272583e27dbf5beaa3694d18100fe)) ### Documentation * **rbac:** additional docs for backend configuration ([#982](https://github.com/janus-idp/backstage-plugins/issues/982)) ([17b95a0](https://github.com/janus-idp/backstage-plugins/commit/17b95a0c51e97ee5a9160dc7bec7559c075eca88)) --- plugins/topology/CHANGELOG.md | 8 ++++++++ plugins/topology/package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/plugins/topology/CHANGELOG.md b/plugins/topology/CHANGELOG.md index f6c22be9f9..c9081ae9c7 100644 --- a/plugins/topology/CHANGELOG.md +++ b/plugins/topology/CHANGELOG.md @@ -1,3 +1,11 @@ +## @janus-idp/backstage-plugin-topology [1.16.14](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-topology@1.16.13...@janus-idp/backstage-plugin-topology@1.16.14) (2023-12-07) + + + +### Dependencies + +* **@janus-idp/cli:** upgraded to 1.4.7 + ## @janus-idp/backstage-plugin-topology [1.16.13](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-topology@1.16.12...@janus-idp/backstage-plugin-topology@1.16.13) (2023-11-30) diff --git a/plugins/topology/package.json b/plugins/topology/package.json index 3463306546..eaae194de3 100644 --- a/plugins/topology/package.json +++ b/plugins/topology/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-topology", - "version": "1.16.13", + "version": "1.16.14", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -60,7 +60,7 @@ "@backstage/core-app-api": "1.11.0", "@backstage/dev-utils": "1.0.22", "@backstage/test-utils": "1.4.4", - "@janus-idp/cli": "1.4.6", + "@janus-idp/cli": "1.4.7", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1",