diff --git a/Makefile b/Makefile index a12fa59..3340b5c 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.10.0 +VERSION ?= v0.10.1 # 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 d55b9d0..cb7cc57 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The following compatibility matrix is useful to match them according to the Cont | CP provider | Cluster API | Kamaji | TCP API version | |-------------|------------------------|---------|-----------------| -| v0.10.0 | v1.5.x, v1.6.x, v1.7.x | ~v1.0.x | `v1alpha1` | +| v0.10.x | v1.5.x, v1.6.x, v1.7.x | ~v1.0.x | `v1alpha1` | | v0.9.0 | v1.5.x, v1.6.x | ~v0.6.x | `v1alpha1` | | v0.8.0 | v1.5.x, v1.6.x | ~v0.5.x | `v1alpha1` | | v0.7.x | v1.5.x, v1.6.x | ~v0.4.0 | `v1alpha1` | diff --git a/config/control-plane-components.yaml b/config/control-plane-components.yaml index adafdd1..9fd3ba0 100644 --- a/config/control-plane-components.yaml +++ b/config/control-plane-components.yaml @@ -13487,7 +13487,7 @@ spec: - --leader-elect command: - /manager - image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.10.0 + image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.10.1 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 072db70..1842a49 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.10.0 + newTag: v0.10.1