diff --git a/Makefile b/Makefile index d8ccb16..1d42f3d 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.2 +VERSION ?= v0.11.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/README.md b/README.md index e73b3a4..dcc9047 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ The following compatibility matrix is useful to match them according to the Cont | CP provider | Cluster API | Kamaji | TCP API version | |-------------|------------------------|---------|-----------------| | v0.10.x | 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 1df2d4e..d661ac2 100644 --- a/config/control-plane-components.yaml +++ b/config/control-plane-components.yaml @@ -13489,7 +13489,7 @@ spec: - --feature-gates=ExternalClusterReference=${CACPPK_EXTERNAL_CLUSTER_REFERENCE:=false},ExternalClusterReferenceCrossNamespace=${CACPPK_EXTERNAL_CLUSTER_REFERENCE_CROSS_NAMESPACE:=false} command: - /manager - image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.10.2 + image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.11.0 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 0737df4..c766ba3 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.2 + newTag: v0.11.0 diff --git a/config/metadata.yaml b/config/metadata.yaml index 45d7c1f..9f2ad1b 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: 11 + contract: v1beta1 - major: 0 minor: 10 contract: v1beta1