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 v0.11.2:
🚀 Features
[feature] [developer] add RoleRef support #137: Adding support in the lib to reference RoleRefs in the ClusterAccess reconciler.
[feature] [user] cluster- and access-request names #134: - Prevent name conflicts for ClusterRequests and AccessRequests
[feature] [user] package crds in component #133: Package the custom ressource definition manifests for the openmcp-operator into the OCM component
[feature] [operator] install providers in system namespace #126: Install all providers in a common namespace "openmcp-system"
[feature] [operator] Allow override for 'run' and 'init' command in providers #129: The init and run commands for providers can now be overwritten by using the respective fields in the spec of ServiceProvider, ClusterProvider, and PlatformService` resources.
🔧 Chores
[breaking] [operator] remove onboarding cluster kubeconfig argument #130: The openmcp-operator now takes a --kubeconfig argument for the platform cluster kubeconfig instead of the previous --platform-cluster argument. The --onboarding-cluster argument has been removed to make the operator work without an existing onboarding cluster.