Skip to content

Release v1.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 15:24
· 27 commits to main since this release
566f463

Changes included in v1.4.0:

Changelog

🚨 Breaking

[OPERATOR]

  • Instead of memberOverridesName, the memberOverrides are now specified in the ProjectWorkspaceConfig's spec directly. (#196, @Diaphteiros)

🚀 Features

[OPERATOR]

  • The kind field in a MemberOverride's OverrideResource specification now also accepts Project and Workspace, while it only allowed the lowercase versions of these strings before. In addition, constants for both values have been added. (#196, @Diaphteiros)

🐛 Bugfixes

[OPERATOR]

  • The 'member overrides' feature is now better usable for the v2 variant. It does not require any additional resource on the onboarding cluster anymore, instead the configuration is now part of the ProjectWorkspaceConfig resource. (#196, @Diaphteiros)

[USER]

  • Fixed a bug which caused the builtin list of resources that block project/workspace deletion not being reflected in the dynamic AccessRequest's permissions. This caused errors when trying to delete a project or workspace, as the controller was lacking permissions. (#201, @Diaphteiros)