2.13.0
monaco-release-dt-bot
released this
05 Apr 13:40
·
256 commits
to main
since this release
🚀 New Features
New supported configuration:
- Added support for managing Key User Actions for Web Applications
⚙️ Improvements and 🐛 Bug Fixes
- Monaco now supports specifying "federatedAttributeValues" within account groups. Adding values will transition the group owner to "SAML", while removing all values will transition the group owner to "LOCAL".
- Monaco now correctly handles read-only group updates - When managing groups owned by “SCIM” or "ALL_USERS", updates to group properties such as
name
anddescription
are not allowed, which previously caused Monaco to fail during account management deployments. To bypass attempts to update these types of groups, you can set the environment variableMONACO_SKIP_READ_ONLY_ACCOUNT_GROUP_UPDATES
totrue
or1
. Permissions and policies are deployed as normal.
Full Changelog: v2.12.0...v2.13.0