From d2fe6711dbee62538a5edcb6327464d7f0b6fbe4 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Thu, 24 Oct 2024 11:11:49 +0200 Subject: [PATCH] chore: releasing v0.12.0 Signed-off-by: Dario Tranchitella --- Makefile | 2 +- README.md | 4 ++-- config/control-plane-components.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 6cf61e5..c193957 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= v0.11.0 +VERSION ?= v0.12.0 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/README.md b/README.md index 197b91e..e584128 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ The code is provided as-is with no warranties. As of July 2024, CLASTIX Labs organisation does no longer provide stable release artefacts in favour of [edge releases](https://kamaji.clastix.io/reference/versioning/#edge-releases). -Although CLASTIX Labs strives to provide production-ready artefacts even for edge releases, -starting from v0.12.0 the Kamaji Cluster API Control Plane provider will not use a direct version pinning in favour of a specific commit reference. +Although CLASTIX Labs strives to provide production-grade artefacts even for edge releases, +starting from v0.12.0 the Kamaji Cluster API Control Plane provider will not use a stable version pinning in favour of edge releases. To ensure a perfect compatibility and a production grade implementation between Kamaji and the Cluster API Control Plane provider, we suggest getting in touch with CLASTIX Labs to achieve commercial support. diff --git a/config/control-plane-components.yaml b/config/control-plane-components.yaml index f791e2b..db102b6 100644 --- a/config/control-plane-components.yaml +++ b/config/control-plane-components.yaml @@ -13480,7 +13480,7 @@ spec: - --feature-gates=ExternalClusterReference=${CACPPK_EXTERNAL_CLUSTER_REFERENCE:=false},ExternalClusterReferenceCrossNamespace=${CACPPK_EXTERNAL_CLUSTER_REFERENCE_CROSS_NAMESPACE:=false} command: - /manager - image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.11.0 + image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.12.0 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c766ba3..95815e2 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: docker.io/clastix/cluster-api-control-plane-provider-kamaji - newTag: v0.11.0 + newTag: v0.12.0