Skip to content

Commit

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

### Features

* add new backend system support for existing backend plugins that have not been migrated over yet ([#1132](#1132)) ([06e16fd](06e16fd))
* **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:** resolve bug in workflow instance page assessed by link ([#1142](#1142)) ([48724f8](48724f8))
* **orchestrator:** set default workflow runs table size to 20 ([#1127](#1127)) ([c5e14fd](c5e14fd))
* **rbac:** enable create button for default role:default/rbac_admin ([#1137](#1137)) ([9926463](9926463))
* **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 0678d59 commit 2d826db
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions plugins/ocm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @janus-idp/backstage-plugin-ocm [3.7.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-30)


### Features

* add new backend system support for existing backend plugins that have not been migrated over yet ([#1132](https://github.com/janus-idp/backstage-plugins/issues/1132)) ([06e16fd](https://github.com/janus-idp/backstage-plugins/commit/06e16fdcf64257dd08297cb727445d9a8a23c522))



### Dependencies

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

## @janus-idp/backstage-plugin-ocm [3.6.1](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/ocm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-ocm",
"version": "3.6.1",
"version": "3.7.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@backstage/dev-utils": "1.0.22",
"@backstage/plugin-catalog": "1.14.0",
"@backstage/test-utils": "1.4.4",
"@janus-idp/cli": "1.6.0",
"@janus-idp/cli": "1.7.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.5.1",
Expand Down

0 comments on commit 2d826db

Please sign in to comment.