Skip to content

Release v0.11.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 08:51
· 76 commits to main since this release
9f6f3aa

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.