From 58582718e3c4d9472be683e6d1985bbabef1ef84 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Tue, 26 Nov 2024 14:39:56 +0100 Subject: [PATCH] chore: releasing v0.13.0 (#154) Signed-off-by: Dario Tranchitella --- Makefile | 2 +- config/control-plane-components.yaml | 2 +- config/manager/kustomization.yaml | 2 +- config/metadata.yaml | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c193957..5fd6556 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.12.0 +VERSION ?= v0.13.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/config/control-plane-components.yaml b/config/control-plane-components.yaml index 0e5798d..7978b60 100644 --- a/config/control-plane-components.yaml +++ b/config/control-plane-components.yaml @@ -13482,7 +13482,7 @@ spec: - --feature-gates=ExternalClusterReference=${CACPPK_EXTERNAL_CLUSTER_REFERENCE:=false},ExternalClusterReferenceCrossNamespace=${CACPPK_EXTERNAL_CLUSTER_REFERENCE_CROSS_NAMESPACE:=false},SkipInfraClusterPatch=${CACPPK_SKIP_INFRA_CLUSTER_PATCH:=false} command: - /manager - image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.12.0 + image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.13.0 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 95815e2..8fa36f9 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.12.0 + newTag: v0.13.0 diff --git a/config/metadata.yaml b/config/metadata.yaml index ac0c7a2..41488c0 100644 --- a/config/metadata.yaml +++ b/config/metadata.yaml @@ -5,6 +5,9 @@ # update this file only when a new major or minor version is released apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3 releaseSeries: + - major: 0 + minor: 13 + contract: v1beta1 - major: 0 minor: 12 contract: v1beta1