Releases: openmcp-project/cluster-provider-kind
Releases · openmcp-project/cluster-provider-kind
Release 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.
Release v0.0.14
Release v0.0.13
Changes included in v0.0.13:
🚀 Features
- [feature] [operator] add crd manifests to component #73: Add CRD manifests to OCM component
Release v0.0.12
Release v0.0.11
Release v0.0.9
Changes included in v0.0.9:
🚀 Features
- [feature] [user] set kind runs in container to default #61: Cluster Provider kind assumes to run in a container as default. Introducing a new env variable that overwrites this configuration so that the binary can still run outside a cluster.
🐛 Fixes
-
[bugfix] [developer] Fixing a bug where an
AccessRequest
was not reconciled correctly due toCluster
resource not found. -
[bugfix] [developer] reconcile
AccessRequests
only if labels are set #59: Fixing the behaviour of the AccessRequest controller to reconcile only AccessRequests where specific labels are set -
[bugfix] [developer] Fixing a possible nil pointer dereference when accessing
.spec.clusterRef
from anAccessRequest
resource
Release v0.0.8
Changes included in v0.0.8:
📚 Documentation
- [doc] [user] improve prerequisites, deployment and examples #52: Enhancing end-user documentation around prerequisites, deployment and examples
🐛 Fixes
- [bugfix] [user]
provider-name
flag parsing #57: Fixing flag parsing that caused the ClusterProvider kind to not start up correctly
Release v0.0.7
Changes included in v0.0.7:
🚀 Features
- [feature] [user] improve controller logic #51: Improving error handling and error messages emitted in the logs
Release v0.0.6
Release v0.0.3
Changes included in v0.0.3:
🚀 Features
- add
ProviderConfig
#45: AddingProviderConfig
CRD for the platform cluster - add
init
+run
command line argument #40. - reuse common workflows #27.
- use GH App token #17.
🔧 Chores
- simplify codebase #23: Introducing feature to read kubeconfigs properly in production and dev environments
- renovate minimumReleaseAge back to 0 days #35.
- renovate updates go lang version #33.
- update version file #20.
- release version v0.0.2 #19.
- update renovate.json #13.
- integrate build repository #5.
- update reuse #2.
- open source repository #1.
🐛 Fixes
- version file #10.