Skip to content

Releases: openmcp-project/mcp-operator

Release v0.42.1

27 Oct 11:49
4490088

Choose a tag to compare

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

Release v0.42.0

21 Oct 06:34
11a809b

Choose a tag to compare

Changes included in v0.42.0:

Release v0.41.0

07 Oct 07:22
5eb721b

Choose a tag to compare

Changes included in v0.41.0:

Release v0.40.0

22 Sep 14:43
fd2d4ba

Choose a tag to compare

Changes included in v0.40.0:

Release v0.39.0

12 Sep 06:02
f810742

Choose a tag to compare

Changes included in v0.39.0:

Release v0.38.0

10 Sep 08:28
54953f4

Choose a tag to compare

Changes included in v0.38.0:

Release v0.35.2

08 Aug 09:59
4d048d4

Choose a tag to compare

Changes included in v0.35.2:

🚀 Features

  • update module github.com/gardener/landscaper-service to v0.133.0 #133.
  • update module github.com/openmcp-project/control-plane-operator to v0.1.12 #132.
  • update module github.com/openmcp-project/control-plane-operator to v0.1.11 #131.

🔧 Chores

  • update dependency go to v1.24.6 #129.

Release v0.34.1

04 Aug 13:57
872bdb1

Choose a tag to compare

Changes included in v0.34.1:

🐛 Fixes

  • [bugfix] [operator] missing 'if' in helm chart ##127: Fixes a missing 'if' in the helm templates.

Release v0.34.0

04 Aug 12:40
d3f3da6

Choose a tag to compare

Changes included in v0.34.0:

🚀 Features

  • release v0.34.0 ##126.
  • [feature] [operator] add Landscaper v2 bridge ##115: Added the v2 bridge logic for the Landscaper component.
```bugfix operator
Fixed an issue with the permissions of the mcp-operator and a wrongly spelled key in the architecture configuration.


### 🐛 Fixes
- [bugfix] [user] authorization controller triggers deletion of clusteradmin [##125](https://github.com/openmcp-project/mcp-operator/pull/125): Ensure that the corresponding ClusterAdmin resource is deleted before the ManagedControlPlane is being deleted.
- [bugfix] [operator] fix typo in helm chart [##121](https://github.com/openmcp-project/mcp-operator/pull/121): Fixed a typo in the helm chart which caused the APIServer architecture config to not be properly propagated.


Release v0.33.1

28 Jul 13:42
0ea0adc

Choose a tag to compare

Changes included in v0.33.1:

🚀 Features

  • [bugfix] [operator] Fix v2 rbac #120: Added the permissions that are required for the v2 bridge logic to the helm chart.