Skip to content

Commit

Permalink
chore(release): 3.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-ocm-common@3.0.1...@janus-idp/backstage-plugin-ocm-common@3.0.2) (2024-06-04)

### ⚠ BREAKING CHANGES

* **rbac:** This will lead to more strict validation on the source of permission policies and roles based on the where the first role is defined.

Improves the validation of the different sources of permission policies and roles. Aims to make policy definition more consistent.

Now checks if a permission policy or role with new member matches the originating role's source and prevents any action if the sources do not match. Exception includes the event of adding
new permission policies to the RBAC Admin role defined by the configuration file. Sources include 'REST, 'CSV', 'Configuration', and 'legacy'.

Before updating, ensure that you have attempted to migrate all permission policies and roles to a single source. This can be done by checking source information through the REST API and
by querying the database. Make updates through one of the available avenues: REST API, CSV file, and the database.

To view the originating source for a particular role, query the role-metadata table or use the GET roles endpoint.

* feat(rbac): remove the ability to add permission policies to configuration role

* feat(rbac): remove no longer needed check for source in EnforcerDelegate

* feat(rbac): update yarn lock

* feat(rbac): address review comments
* **rbac:** remove token manager for auth service (#1632)

### Features

* add custom processor module to add ScaffoldedFrom relation ([#1591](#1591)) ([0b36164](0b36164))
* add method for janus-cli package metadata (simpler PR) - RHIDP-1502 ([#1753](#1753)) ([b81a849](b81a849))
* **audit-log:** add common audit-log package ([#1622](#1622)) ([7e0a3dd](7e0a3dd))
* **deps:** use RHDH themes in the backstage app and dev pages ([#1480](#1480)) ([8263bf0](8263bf0))
* **feedback:** use backstage auth service in backend plugin ([#1646](#1646)) ([7d9ee11](7d9ee11)), closes [#1626](#1626)
* **orchestrator:** add permissions to orchestrator plugin ([#1599](#1599)) ([d0a4531](d0a4531))
* **orchestrator:** label a Workflow assessment result as recommended ([#1705](#1705)) ([7e24e86](7e24e86))
* **rbac:** add audit log for RBAC backend ([#1726](#1726)) ([e50464b](e50464b))
* **rbac:** implement a file watcher for csv reloads ([#1587](#1587)) ([62fcafc](62fcafc))
* **rbac:** improve conditional policy validation ([#1673](#1673)) ([15dac91](15dac91))
* **rbac:** improve validation from source ([#1643](#1643)) ([5f983cb](5f983cb))
* **rbac:** support for updating/deleting conditional permissions ([#1628](#1628)) ([2bb8308](2bb8308))
* **topology:** add permissions to topology plugin ([#1665](#1665)) ([9d8f244](9d8f244))

### Bug Fixes

* **argocd:** make refreshInterval configuration as optional ([#1647](#1647)) ([2c24d35](2c24d35))
* **audit-log:** deep copy objects passed into audit logger so redactor will not modify objects and remove `auditErrorLog` function ([#1730](#1730)) ([379c241](379c241))
* **cli:** fix entrypoint validation on backstage 1.24.0 and above. ([#1741](#1741)) ([6ed4171](6ed4171))
* **config:** enable guest provider by default ([#1661](#1661)) ([28ac848](28ac848))
* **deps:** update dependency monaco-editor to ^0.49.0 ([#1690](#1690)) ([34308a3](34308a3))
* **deps:** update kiali dependencies (minor) ([#1779](#1779)) ([ff2b421](ff2b421))
* **deps:** upgrade devex plugins to mui v5 ([#1696](#1696)) ([06d9cf0](06d9cf0))
* **kiali:** removing unnecessary afterAll hook ([#1642](#1642)) ([a314607](a314607))
* **lint:** ignore lint rules on generated code ([#1668](#1668)) ([e375c2f](e375c2f))
* **orchestrator:** bump `rjsf` dependencies ([#1715](#1715)) ([ea31cdb](ea31cdb))
* **orchestrator:** export the `OrchestratorPlugin` accordingly ([#1644](#1644)) ([4a9d1f8](4a9d1f8))
* **orchestrator:** fix the common package reference version ([#1704](#1704)) ([942b2a3](942b2a3))
* **orchestrator:** fixed broken workflow viewer ([#1717](#1717)) ([19cc79b](19cc79b))
* **orchestrator:** fixes many security-related issues ([#1681](#1681)) ([3e801c8](3e801c8))
* **orchestrator:** remove the need of react dev dependencies ([#1650](#1650)) ([5e60875](5e60875))
* **orchestrator:** temporarily disable plugins/orchestrator-swf-editor-envelope build ([#1722](#1722)) ([5c40936](5c40936))
* **orchestrator:** typos mentioning OpenShift ([#1639](#1639)) ([7ff4c75](7ff4c75))
* **orchestrator:** upgrade to mui v5 ([#1727](#1727)) ([8b935dc](8b935dc))
* **quay:** remove unuseful link ([#1692](#1692)) ([ae27d91](ae27d91))
* **rbac:** add proper empty page for RBAC plugin ([#1728](#1728)) ([79e62a6](79e62a6))
* **rbac:** add support for scaling ([#1757](#1757)) ([caddc83](caddc83))
* **rbac:** conditional access form validation ([#1699](#1699)) ([d56f4af](d56f4af))
* **rbac:** do not disable already selected rule for allOf/anyOf ([#1739](#1739)) ([dc73650](dc73650))
* **rbac:** enable save on remove-all button click ([#1712](#1712)) ([0502332](0502332))
* **rbac:** fix handling condition action conflicts ([#1781](#1781)) ([966b2b2](966b2b2))
* **rbac:** fix mui autocomplete related warnings ([#1707](#1707)) ([8e5c5ae](8e5c5ae))
* **rbac:** fix role list view permission policies column value ([#1714](#1714)) ([07200e4](07200e4))
* **rbac:** fix sonar cloud issues for rbac-backend plugin ([#1619](#1619)) ([bf93354](bf93354))
* **rbac:** fix to enable create and edit role buttons on having correct permissions ([#1703](#1703)) ([19a9088](19a9088))
* **rbac:** improve criteria toggle button readability on dark themes ([#1755](#1755)) ([345230b](345230b))
* **rbac:** remove token manager for auth service ([#1632](#1632)) ([2f19655](2f19655))
* **rbac:** show configure-access cta for existing simple permission policies in edit form ([#1702](#1702)) ([16b7e00](16b7e00))
* **release:** change problematic plugins to private ([#1738](#1738)) ([69176bd](69176bd))
* **scaffolder:** update annotator action readme ([#1638](#1638)) ([8e3af1b](8e3af1b))

### Documentation

* **orchestrator:** removes instructions related to the editor ([#1664](#1664)) ([10a75b2](10a75b2))

### Other changes

* **orchestrator:** add  OrchestratorClient unit tests ([#1640](#1640)) ([2a2dc55](2a2dc55))
  • Loading branch information
semantic-release-bot committed Jun 4, 2024
1 parent e4efc6e commit 8bf70eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugins/ocm-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @janus-idp/backstage-plugin-ocm-common [3.0.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-ocm-common@3.0.1...@janus-idp/backstage-plugin-ocm-common@3.0.2) (2024-06-04)

## @janus-idp/backstage-plugin-ocm-common [3.0.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-ocm-common@3.0.0...@janus-idp/backstage-plugin-ocm-common@3.0.1) (2024-05-09)

## @janus-idp/backstage-plugin-ocm-common [3.0.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-ocm-common@2.3.0...@janus-idp/backstage-plugin-ocm-common@3.0.0) (2024-05-04)
Expand Down
2 changes: 1 addition & 1 deletion plugins/ocm-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-ocm-common",
"description": "Common functionalities for the Open Cluster Management plugin",
"version": "3.0.1",
"version": "3.0.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 8bf70eb

Please sign in to comment.