Skip to content

Commit 0245fb5

Browse files
chore(release): 1.18.9 [skip ci]
## [1.18.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-29) ### Features * **rbac:** load filtered policies before enforcing ([#1387](#1387)) ([66980ba](66980ba)) ### Bug Fixes * **3scale:** pull in newer dynamic plugin... ([#1408](#1408)) ([95cad79](95cad79)) * **3scale:** revert readme change to pull plugin deps ([#1409](#1409)) ([b34acd2](b34acd2)) * **notifications:** flpath-1163 ([#1394](#1394)) ([836e161](836e161)) * **orchestrator:** fixes v2/instances endpoint ([#1414](#1414)) ([88b49df](88b49df)) * **orchestrator:** remove error on Reset workflow ([#1393](#1393)) ([6ce210d](6ce210d)) * **quay:** add queued status for tags waiting for scan ([#1400](#1400)) ([ef37ae1](ef37ae1)) * **rbac:** alert display issue after role creating/updating ([#1354](#1354)) ([2e04ccb](2e04ccb)) * sync yarn.lock ([#1423](#1423)) ([8be7415](8be7415))
1 parent 58a45a8 commit 0245fb5

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

plugins/topology/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## @janus-idp/backstage-plugin-topology [1.18.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-29)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/shared-react:** upgraded to 2.5.3
8+
* **@janus-idp/cli:** upgraded to 1.7.6
9+
110
## @janus-idp/backstage-plugin-topology [1.18.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-26)
211

312

plugins/topology/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-topology",
3-
"version": "1.18.8",
3+
"version": "1.18.9",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
3232
"@backstage/plugin-kubernetes": "^0.11.5",
3333
"@backstage/plugin-kubernetes-common": "^0.7.4",
3434
"@backstage/theme": "^0.5.1",
35-
"@janus-idp/shared-react": "2.5.2",
35+
"@janus-idp/shared-react": "2.5.3",
3636
"@kubernetes/client-node": "^0.20.0",
3737
"@material-ui/core": "^4.9.13",
3838
"@material-ui/icons": "^4.11.3",
@@ -59,7 +59,7 @@
5959
"@backstage/core-app-api": "1.12.0",
6060
"@backstage/dev-utils": "1.0.27",
6161
"@backstage/test-utils": "1.5.0",
62-
"@janus-idp/cli": "1.7.5",
62+
"@janus-idp/cli": "1.7.6",
6363
"@testing-library/jest-dom": "6.4.2",
6464
"@testing-library/react": "14.2.1",
6565
"@testing-library/react-hooks": "8.0.1",

0 commit comments

Comments
 (0)