Skip to content

Commit

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

### Features

* **rbac:** list roles with no permission policies ([#998](#998)) ([217b7b0](217b7b0))
* **rbac:** role overview ([#972](#972)) ([43c1906](43c1906))

### Bug Fixes

* **cli:** do not change interop mode by default ([#971](#971)) ([4159977](4159977))
* **tekton:** fix expand collapse with sorting of PLR list table ([#980](#980)) ([d5fc710](d5fc710))

### Documentation

* **rbac:** additional docs for backend configuration ([#982](#982)) ([17b95a0](17b95a0))
  • Loading branch information
semantic-release-bot committed Dec 7, 2023
1 parent 3bdf9f6 commit d7bf280
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions plugins/quay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-plugin-quay [1.4.16](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-12-07)



### Dependencies

* **@janus-idp/cli:** upgraded to 1.4.7

## @janus-idp/backstage-plugin-quay [1.4.15](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-30)


Expand Down
4 changes: 2 additions & 2 deletions plugins/quay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-quay",
"version": "1.4.15",
"version": "1.4.16",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,7 +46,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",
Expand Down

0 comments on commit d7bf280

Please sign in to comment.