You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)