Skip to content

2.23.0

Choose a tag to compare

@monaco-release-dt-bot monaco-release-dt-bot released this 18 Apr 07:35
· 406 commits to main since this release

✨ New features

  • Account management: service users are now supported in Monaco.
serviceUsers:
- name: Monaco service user
  description: Description of service user
  groups:
  - Log viewer
  - type: reference
    id: my-group
  • Settings: managing permissions of settings objects of schemas that feature owner-based access control is now supported. The owner always has full access to the settings object. Managing the access of other users is done via the allUsers property. This property can have the value none, read, or write, giving other users no access, read access or full access, respectively.
  type:
    settings:
      schemaId: app:my-settings-schema
      scope: environment
      permissions:
       allUsers: read
  • Download: added an only-buckets parameter for the monaco download command. #1846

🧹 Miscellaneous

  • No retry when 404 is returned when trying to fetch a settings schema #1820

Full Changelog: v2.22.1...v2.23.0