Skip to content

Release v0.11.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 14:43
· 70 commits to main since this release
a93f98a

Changes included in v0.11.0:

🚀 Features

  • [feature] [user] add ExtraVolumes and ExtraVolumeMounts to DeploymentSpec #118: Adding ExtraVolumes and ExtraVolumeMounts fields to the DeploymentSpec
  • [feature] [user] add name field to AccessRequest permissions #113: It is now possible to overwrite the name of (Cluster)Roles generated by AccessRequests.
  • [feature] [operator] add extra scopes to oidc provider config #108: It is now possible to specify additional scopes for OIDC providers (in AccessRequest and ManagedControlPlane api types).
  • [feature] [user] add ManagedControlPlane API #104: Added the ManagedControlPlane type with api version core.openmcp.cloud/v2alpha1 and added OIDC configuration to the AccessRequest type.

🐛 Fixes

  • [bugfix] [user] add ExtraVolumes and ExtraVolumeMounts to DeploymentSpec #118: Fixing permission issues on ClusterProfiles during Init job of Cluster Providers and Service Providers

🔧 Chores

  • release v0.11.0 #120.
  • [bugfix] [operator] remove broken validation rule #111: Removed a broken validation rule that made it impossible to apply the AccessRequest CRD.
  • [breaking] [user] rename v2 MCP resource #109: The v2 ManagedControlPlane resource has been renamed to ManagedControlPlaneV2 to avoid k8s trying to convert between v1 and v2, since we want to use both in parallel for the migration period.