Releases: openmcp-project/openmcp-operator
Releases · openmcp-project/openmcp-operator
Release v0.10.0
Changes included in v0.10.0:
🚀 Features
- [feature] [developer] args and envs ##99: - Change of the arguments and environment variables that are passed to providers.
- [feature] [user] minor api enhancements #100:
ClusterRequest
resources can now be configured to delay the removal of their own finalizer (therefore also delaying their own deletion) until the correspondingCluster
is gone when the request is deleted, instead of the finalizer being removed immediately after the deletion of the Cluster has been triggered. Cluster providers need to take care to implement the feature accordingly. Thespec.waitForClusterDeletion
flag has no effect in situations where deletion of theClusterRequest
does not trigger a deletion of the correspondingCluster
. - [feature] [developer] minor api enhancements #100:
ServiceProvider
resources must now expose a list of their service resource types in their status. Service providers must take care to implement the feature accordingly. This serves as a kind of 'service catalog' that allows to look up the k8s resources that belong to a specific service provider.
🔧 Chores
- [feature] [operator] release v0.10.0 #101: - Release v0.10.0 of the openmcp operator
🐛 Fixes
- [fix] [user] empty
AccessRequestConfig
during controller start up #96: Fixing possible nil pointer dereference bug while accessing emptyAccessRequestConfig
during start up of accessrequest controller
Release v0.9.1
Release v0.9.0
Changes included in v0.9.0:
🔨 Refactoring
- use common
Status
#86.
🔧 Chores
- renovate updates go lang version #72.
- adapt cluster config reference struct #73: The
.spec.clusterConfigRef
field in theCluster
resource has been changed. It was originally designed withapiVersion
andkind
, but since the referenced profile already determines the provider that is responsible for the Cluster, these values are not needed, as the provider knows the expected type of the cluster configuration (and can only handle that type). - add common api package #79.
- allow a Cluster to reference multiple cluster configurations #82.
🐛 Fixes
- fix ObjectReference common struct #84.
Release v0.8.3
Release v0.8.2
Release v0.8.1
CHANGELOG.md
Release v0.7.0
Feature
- feat: add apiserver endpoint to generic Cluster status: #35
- feat: improve deployment controller: #32
- feat: reuse common workflows: #38
- feat: add library module: #37
Fix
- fix: prevent removing clusterRef or requestRef from AccessRequest: #34
- fix(deps): update module sigs.k8s.io/controller-runtime to v0.21.0: #28
- fix(deps): update module github.com/openmcp-project/controller-utils to v0.9.0: #30