Skip to content

Commit

Permalink
chore(release): 1.18.9 [skip ci]
Browse files Browse the repository at this point in the history
## [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 ([janus-idp#1387](janus-idp#1387)) ([66980ba](janus-idp@66980ba))

### Bug Fixes

* **3scale:** pull in newer dynamic plugin... ([janus-idp#1408](janus-idp#1408)) ([95cad79](janus-idp@95cad79))
* **3scale:** revert readme change to pull plugin deps ([janus-idp#1409](janus-idp#1409)) ([b34acd2](janus-idp@b34acd2))
* **notifications:** flpath-1163 ([janus-idp#1394](janus-idp#1394)) ([836e161](janus-idp@836e161))
* **orchestrator:** fixes v2/instances endpoint ([janus-idp#1414](janus-idp#1414)) ([88b49df](janus-idp@88b49df))
* **orchestrator:** remove error on Reset workflow ([janus-idp#1393](janus-idp#1393)) ([6ce210d](janus-idp@6ce210d))
* **quay:** add queued status for tags waiting for scan ([janus-idp#1400](janus-idp#1400)) ([ef37ae1](janus-idp@ef37ae1))
* **rbac:** alert display issue after role creating/updating ([janus-idp#1354](janus-idp#1354)) ([2e04ccb](janus-idp@2e04ccb))
* sync yarn.lock ([janus-idp#1423](janus-idp#1423)) ([8be7415](janus-idp@8be7415))
  • Loading branch information
semantic-release-bot authored and ciiay committed Mar 29, 2024
1 parent 75059f6 commit 65777c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions plugins/topology/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## @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)



### Dependencies

* **@janus-idp/shared-react:** upgraded to 2.5.3
* **@janus-idp/cli:** upgraded to 1.7.6

## @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)


Expand Down
6 changes: 3 additions & 3 deletions plugins/topology/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-topology",
"version": "1.18.8",
"version": "1.18.9",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@backstage/plugin-kubernetes": "^0.11.5",
"@backstage/plugin-kubernetes-common": "^0.7.4",
"@backstage/theme": "^0.5.1",
"@janus-idp/shared-react": "2.5.2",
"@janus-idp/shared-react": "2.5.3",
"@kubernetes/client-node": "^0.20.0",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
Expand All @@ -59,7 +59,7 @@
"@backstage/core-app-api": "1.12.0",
"@backstage/dev-utils": "1.0.27",
"@backstage/test-utils": "1.5.0",
"@janus-idp/cli": "1.7.5",
"@janus-idp/cli": "1.7.6",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/react-hooks": "8.0.1",
Expand Down

0 comments on commit 65777c9

Please sign in to comment.