Skip to content

Release v0.0.44

Choose a tag to compare

@github-actions github-actions released this 10 Nov 11:53
· 8 commits to main since this release
15939a2

openMCP

Components:

mcp-operator [v0.42.1]:

Changes included in v0.42.1:

πŸ› Fixes

  • update the controlplane resource even when in deletion #216
    • [USER][BUGFIX] Trigger the update of the ControlPlane resource even when CloudOrchestrator has a deletion timestamp

openmcp-operator [v0.17.1]:

Changes included in v0.17.1:

πŸ› Fixes

  • dont fail when the platform namespace exists without the desired labels #204
    • [DEVELOPER][BUGFIX] dont fail when the platform namespace exists without the desired labels

gitops-templates [v0.1.0]:

Changes included in v0.1.0:


control-plane-operator [v0.1.19]:

Changes included in v0.1.19:

πŸ› Fixes

  • configurable labels #124
    • [DEVLOPER][BUGFIX] Allow label customization with FluxReconciler and ObjectReconciler

quota-operator [v0.14.0]:

Changes included in v0.14.0:


project-workspace-operator [v0.19.0]:

Changes included in v0.19.0:


bootstrapper [v0.7.0]:

Changes included in v0.7.0:

πŸš€ Features

  • template delimiter config #103
    • [USER][FEATURE] Introduces go template delimiter configuration on individual template file level

service-provider-landscaper [v0.12.0]:

Changes included in v0.12.0:


service-provider-crossplane [v0.1.2]:

Changes included in v0.1.2:


cluster-provider-gardener [v0.9.1]:

Changes included in v0.9.1:

πŸ› Fixes

  • preserve metadata fields #141
    • [USER][FEATURE] Allow to use the metadata field of the Shoot Template in the ProviderConfig

cluster-provider-kind [v0.0.15]:

Changes included in v0.0.15:

πŸš€ Features

  • add script for local development #70
    • [DEVELOPER][FEATURE] Add scripts for enabling local development with cluster-provider-kind.

platform-service-dns [v0.0.4]:

Changes included in v0.0.4:

πŸ”§ Chores

  • update openmcp-operator to v0.17.0, and release v0.0.4 #41
    • [USER][FEATURE] - Update openmcp-operator to v0.17.0
      • Release v0.0.4

platform-service-gateway [v0.0.2]:

Changes included in v0.0.2:

πŸ“š Documentation

  • fix the platform service configuration #19
    • [USER][DOCS] Fix the type of the platform service configuration in the readme.
  • update readme #12
    • [USER][DOC] Update readme

πŸš€ Features

  • release v0.0.2 #26
    • [OPERATOR][FEATURE] - Release v0.0.2
  • create pull secrets #23
    • [USER][FEATURE] - Support deployment of gateway chart from secured oci registries.
  • set create-replace policy for crds #21
    • [OPERATOR][FEATURE] - Create/replace CRDs of the envoy helm chart

platform-service-project-workspace [v1.0.0]:

Changes included in v1.0.0:

πŸ”§ Chores

  • make PWO v2-compatible #132
    • [OPERATOR][BREAKING] When using PWO as a platform service, the configuration has to be provided as a ProjectWorkspaceConfig custom resource with the same name as the PlatformService. Webhook configuration which was provided via flags for the v1 deployment has been moved into this resource too. No changes to an existing v1 deployment are required.
    • [OPERATOR][FEATURE] The PWO can now be run as a v2 platform service. Note that a non-standard platformservice subcommand is required, task platformservice can be used to generate a manifest that uses the currently checked-out version as image tag. Existing v1 instances of the PWO don't need any changes when updating to a version containing the new v2 logic.
    • [OPERATOR][FEATURE] The configuration has been extended and now takes additional resources users should have permissions for in projects and/or workspaces.