From 6b471accc4b69c2db457552e00bd2edac127ffc9 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Mon, 4 Mar 2024 14:14:48 +0100 Subject: [PATCH] chore: releasing v0.7.0 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 896f0b2..aecf779 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.6.0 +VERSION ?= v0.7.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 9166042..477219c 100644 --- a/config/control-plane-components.yaml +++ b/config/control-plane-components.yaml @@ -4310,7 +4310,7 @@ spec: - --leader-elect command: - /manager - image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.6.0 + image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.7.0 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 9d6601a..89d36d2 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.6.0 + newTag: v0.7.0 diff --git a/config/metadata.yaml b/config/metadata.yaml index 487b2ec..50b1606 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: 7 + contract: v1beta1 - major: 0 minor: 6 contract: v1beta1