Skip to content

Commit

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

### Features

* **rbac:** disable selected permissions ([#1117](#1117)) ([00cd501](00cd501))
* **tekton:** add view output action in pipelinerun list view ([#1128](#1128)) ([ad50c44](ad50c44))

### Bug Fixes

* **kiali:** remove strategy in dinamyc plugin ([#1121](#1121)) ([88e8b83](88e8b83))
* **notifications:** fix navigation to Updates ([#1120](#1120)) ([e282b22](e282b22))
* **notifications:** improve README for adding users to Catalog ([#1119](#1119)) ([d7cf42c](d7cf42c))
* **notificatoins:** polling interval can be configured ([#1134](#1134)) ([fd1c430](fd1c430))
* **orchestrator:** fixes sorting by name in the workflows list ([#1135](#1135)) ([2a023e1](2a023e1))
* **orchestrator:** fixes sorting workflow runs ([#1136](#1136)) ([7c3d0f6](7c3d0f6))
* **orchestrator:** set default workflow runs table size to 20 ([#1127](#1127)) ([c5e14fd](c5e14fd))
* **rbac:** watch users and permission-policies ([#1102](#1102)) ([cec734b](cec734b))

### Documentation

* **orchestrator:** adds a section about deploying as a dynamic plugins ([#1125](#1125)) ([eaff621](eaff621))
* **topology:** updated topology readme and clusterrole manifest ([#1106](#1106)) ([9180e82](9180e82))
  • Loading branch information
semantic-release-bot committed Jan 30, 2024
1 parent 61bc044 commit 72e77e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions plugins/openshift-image-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-plugin-openshift-image-registry [1.3.20](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-30)



### Dependencies

* **@janus-idp/shared-react:** upgraded to 2.5.0

## @janus-idp/backstage-plugin-openshift-image-registry [1.3.19](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-25)


Expand Down
4 changes: 2 additions & 2 deletions plugins/openshift-image-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-openshift-image-registry",
"version": "1.3.19",
"version": "1.3.20",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
"@janus-idp/shared-react": "2.4.0",
"@janus-idp/shared-react": "2.5.0",
"react-use": "^17.4.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 72e77e3

Please sign in to comment.