From 40ab707378e0310b45ea23cffffb8491e26ca4ad Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Tue, 21 May 2024 19:47:54 +0200 Subject: [PATCH] chore(kustomize): releasing v0.9.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 43900ec..3be8396 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.8.0 +VERSION ?= v0.9.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 306460a..7d423ab 100644 --- a/config/control-plane-components.yaml +++ b/config/control-plane-components.yaml @@ -6924,7 +6924,7 @@ spec: - --leader-elect command: - /manager - image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.8.0 + image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.9.0 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index bbe5b3d..bedae77 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.8.0 + newTag: v0.9.0 diff --git a/config/metadata.yaml b/config/metadata.yaml index d7629f6..89560f5 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: 9 + contract: v1beta1 - major: 0 minor: 8 contract: v1beta1