Skip to content

Commit

Permalink
chore(release): 4.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.7.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-02)

### Features

* **rbac:** show list of accessible plugins in roles list page ([#1894](#1894)) ([62d9d6c](62d9d6c))
* **topology:** remove usage of k8s plugin from topology & tekton plugins ([#1869](#1869)) ([ae7d8ee](ae7d8ee))

### Bug Fixes

* argocd dependency package version ([#1992](#1992)) ([e3c4419](e3c4419))
* **argocd:** fix argocd naming ([#1990](#1990)) ([6b764a8](6b764a8))
* **argocd:** fix argocd-common plugin version ([#1987](#1987)) ([fb441fe](fb441fe))
* **deps:** downgrade shared-react in acr ([#1996](#1996)) ([3d669d2](3d669d2))
* **orchestrator:** remove default pagination on v2 endpoints ([#1983](#1983)) ([5e30274](5e30274))
* **rbac:** log when plugin has no permissions ([#1917](#1917)) ([cc8752b](cc8752b))
  • Loading branch information
semantic-release-bot committed Aug 2, 2024
1 parent 18ca52d commit 1cd4d56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions plugins/rbac-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @janus-idp/backstage-plugin-rbac-backend [4.7.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-02)


### Bug Fixes

* **rbac:** log when plugin has no permissions ([#1917](https://github.com/janus-idp/backstage-plugins/issues/1917)) ([cc8752b](https://github.com/janus-idp/backstage-plugins/commit/cc8752b159364fdab62e7bbdaa51ca811288197b))

## @janus-idp/backstage-plugin-rbac-backend [4.7.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-30)


Expand Down
2 changes: 1 addition & 1 deletion plugins/rbac-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-rbac-backend",
"version": "4.7.0",
"version": "4.7.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1cd4d56

Please sign in to comment.