From 99c49ae11353abf3c785816d1eb4f83613fe7f6e Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Thu, 14 Dec 2023 18:27:09 +0100 Subject: [PATCH 1/3] chore(kustomize): releasing v0.3.6 Signed-off-by: Dario Tranchitella --- Makefile | 2 +- config/install.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e8965a1f..4508845d 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 ?= 0.3.5 +VERSION ?= 0.3.6 # 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/install.yaml b/config/install.yaml index b78543c3..8408fc94 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -5093,7 +5093,7 @@ spec: valueFrom: fieldRef: fieldPath: spec.serviceAccountName - image: clastix/kamaji:v0.3.5 + image: clastix/kamaji:v0.3.6 imagePullPolicy: Always livenessProbe: httpGet: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c1b4c6c9..ff624c80 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: clastix/kamaji - newTag: v0.3.5 + newTag: v0.3.6 From 04fff0cbc66e1fbeafedea4720fbb843916991b6 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Thu, 14 Dec 2023 18:27:22 +0100 Subject: [PATCH 2/3] chore(helm): releasing v0.3.6 Signed-off-by: Dario Tranchitella --- charts/kamaji/Chart.yaml | 2 +- charts/kamaji/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kamaji/Chart.yaml b/charts/kamaji/Chart.yaml index 20a75090..b2b4ddf2 100644 --- a/charts/kamaji/Chart.yaml +++ b/charts/kamaji/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v0.3.5 +appVersion: v0.3.6 description: Kamaji is a Kubernetes Control Plane Manager. home: https://github.com/clastix/kamaji icon: https://github.com/clastix/kamaji/raw/master/assets/logo-colored.png diff --git a/charts/kamaji/README.md b/charts/kamaji/README.md index fda4b928..ec9ab3fb 100644 --- a/charts/kamaji/README.md +++ b/charts/kamaji/README.md @@ -1,6 +1,6 @@ # kamaji -![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.5](https://img.shields.io/badge/AppVersion-v0.3.5-informational?style=flat-square) +![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.6](https://img.shields.io/badge/AppVersion-v0.3.6-informational?style=flat-square) Kamaji is a Kubernetes Control Plane Manager. From adb8a4f3e4056f5517c34bbe39ea15033818b752 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Thu, 14 Dec 2023 18:27:26 +0100 Subject: [PATCH 3/3] docs: releasing v0.3.6 Signed-off-by: Dario Tranchitella --- docs/content/reference/versioning.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/reference/versioning.md b/docs/content/reference/versioning.md index d9c38523..380bccd2 100644 --- a/docs/content/reference/versioning.md +++ b/docs/content/reference/versioning.md @@ -13,3 +13,4 @@ In Kamaji, there are different components that might require independent version | v0.3.3 | v1.22+ | [v1.21.0 .. v1.27.3] | | v0.3.4 | v1.22+ | [v1.21.0 .. v1.28.1] | | v0.3.5 | v1.22+ | [v1.21.0 .. v1.28.1] | +| v0.3.5 | v1.22+ | [v1.21.0 .. v1.28.1] |