Releases: openmcp-project/mcp-operator
Releases · openmcp-project/mcp-operator
Release 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
ControlPlaneresource even whenCloudOrchestratorhas a deletion timestamp
- [USER][BUGFIX] Trigger the update of the
Release v0.42.0
Changes included in v0.42.0:
Release v0.41.0
Changes included in v0.41.0:
Release v0.40.0
Changes included in v0.40.0:
Release v0.39.0
Changes included in v0.39.0:
Release v0.38.0
Changes included in v0.38.0:
Release v0.35.2
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
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
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
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.