Skip to content

Commit

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

### ⚠ BREAKING CHANGES

* **tekton:** update tekton UX (#839)

### Features

* **cli:** add frontend dynamic plugins base build config ([#747](#747)) ([91e06da](91e06da)), closes [#831](#831)
* **cli:** generate plugin specific schema for dynamic plugins ([#912](#912)) ([0c31158](0c31158))
* **dynamic-plugins:** publish dynamic assets for all frontend plugins ([#896](#896)) ([dcfb0ac](dcfb0ac))
* **dynamic-ui:** integrate scalprum with current backstage plugins ([#826](#826)) ([e1fb4ce](e1fb4ce))
* make backend plugins dynamic (first round) ([#910](#910)) ([60523e5](60523e5))
* **ocm:** enable dynamic plugin ([#876](#876)) ([1071eeb](1071eeb))
* **rbac:** add rbac frontend plugin ([#859](#859)) ([2a64b13](2a64b13))
* **rbac:** add role support for policies-csv-file ([#894](#894)) ([7ad4902](7ad4902))
* **rbac:** implement conditional policies feature. ([#833](#833)) ([3c0675b](3c0675b))
* **rbac:** implement REST method to list all plugin permission policies ([#808](#808)) ([0a17e67](0a17e67))
* **rbac:** implement the concept of roles in rbac ([#867](#867)) ([4d878a2](4d878a2))
* **tekton:** update tekton UX ([#839](#839)) ([789c945](789c945))
* update Keycloak plugin for dynamic backend ([#869](#869)) ([a68b38d](a68b38d))

### Bug Fixes

* **cli:** add default scalprum config ([#909](#909)) ([d74fc72](d74fc72))
* **cli:** share core-app-api package ([#885](#885)) ([09db33c](09db33c))
* **kiali:** use prevState callback ([#874](#874)) ([13a01f7](13a01f7))
* **quay:** add visual indicator to security scan when it is still loading ([#848](#848)) ([71ff2a8](71ff2a8))
* **rbac:** add migration folder to rbac-backend package ([#897](#897)) ([694a9d6](694a9d6))
* **rbac:** add models folder and config.d.ts to package ([#891](#891)) ([406c147](406c147))
* **rbac:** fix service to service requests for RBAC CRUD ([#886](#886)) ([0b72d73](0b72d73))
* **rbac:** use token manager for catalog requests ([#866](#866)) ([8ad3480](8ad3480))
* **scalprum:** share react-router since various 3rd party plugins use it ([#901](#901)) ([ac0c923](ac0c923))
* **scalprum:** share react-router since various 3rd party plugins use it ([#902](#902)) ([1a548f2](1a548f2))
* **tekton:** handle flaky cluster error gracefully ([#887](#887)) ([10ed80e](10ed80e))
* **tekton:** update README and cleanup ([#881](#881)) ([c495515](c495515))

### Documentation

* add contributing guide ([#799](#799)) ([4ce04cd](4ce04cd))
* update frontend plugin docs to use EntityLayout instead of EntityPageLayout ([#907](#907)) ([aa91bba](aa91bba))
  • Loading branch information
semantic-release-bot committed Nov 7, 2023
1 parent 9d29a63 commit 39fe6dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions plugins/ocm-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @janus-idp/backstage-plugin-ocm-backend [3.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-07)


### Features

* make backend plugins dynamic (first round) ([#910](https://github.com/janus-idp/backstage-plugins/issues/910)) ([60523e5](https://github.com/janus-idp/backstage-plugins/commit/60523e588ba374cdcfd453afa2c17fc1a7a1ca2d))



### Dependencies

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

## @janus-idp/backstage-plugin-ocm-backend [3.2.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-10-19)


Expand Down
4 changes: 2 additions & 2 deletions plugins/ocm-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-ocm-backend",
"version": "3.2.3",
"version": "3.3.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@backstage/cli": "0.23.0",
"@janus-idp/cli": "1.3.3",
"@janus-idp/cli": "1.4.0",
"@backstage/plugin-auth-node": "0.4.0",
"@backstage/plugin-catalog-backend": "1.14.0",
"@backstage/plugin-permission-common": "0.7.9",
Expand Down

0 comments on commit 39fe6dd

Please sign in to comment.