Skip to content

Commit

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

### ⚠ 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

### Features

* **rbac:** improve validation from source ([#1643](#1643)) ([5f983cb](5f983cb))

### Bug Fixes

* **rbac:** do not disable already selected rule for allOf/anyOf ([#1739](#1739)) ([dc73650](dc73650))
* **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:** show configure-access cta for existing simple permission policies in edit form ([#1702](#1702)) ([16b7e00](16b7e00))
* **scaffolder:** update annotator action readme ([#1638](#1638)) ([8e3af1b](8e3af1b))
  • Loading branch information
semantic-release-bot committed May 31, 2024
1 parent ab57c05 commit 68c4178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugins/analytics-module-matomo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @janus-idp/backstage-plugin-analytics-module-matomo [1.2.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-31)

## @janus-idp/backstage-plugin-analytics-module-matomo [1.2.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-29)


Expand Down
2 changes: 1 addition & 1 deletion plugins/analytics-module-matomo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-analytics-module-matomo",
"version": "1.2.5",
"version": "1.2.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 68c4178

Please sign in to comment.