Skip to content

Commit c2177bb

Browse files
authored
chore: releasing v0.11.0 (#121)
* chore(kustomize): releasing v0.11.0 Signed-off-by: Dario Tranchitella <[email protected]> * docs: releasing v0.11.0 Signed-off-by: Dario Tranchitella <[email protected]> --------- Signed-off-by: Dario Tranchitella <[email protected]>
1 parent 37baba1 commit c2177bb

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= v0.10.2
6+
VERSION ?= v0.11.0
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ The following compatibility matrix is useful to match them according to the Cont
6969
| CP provider | Cluster API | Kamaji | TCP API version |
7070
|-------------|------------------------|---------|-----------------|
7171
| v0.10.x | v1.5.x, v1.6.x, v1.7.x | ~v1.0.x | `v1alpha1` |
72+
| v0.10.x | v1.5.x, v1.6.x, v1.7.x | ~v1.0.x | `v1alpha1` |
7273
| v0.9.0 | v1.5.x, v1.6.x | ~v0.6.x | `v1alpha1` |
7374
| v0.8.0 | v1.5.x, v1.6.x | ~v0.5.x | `v1alpha1` |
7475
| v0.7.x | v1.5.x, v1.6.x | ~v0.4.0 | `v1alpha1` |

config/control-plane-components.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13489,7 +13489,7 @@ spec:
1348913489
- --feature-gates=ExternalClusterReference=${CACPPK_EXTERNAL_CLUSTER_REFERENCE:=false},ExternalClusterReferenceCrossNamespace=${CACPPK_EXTERNAL_CLUSTER_REFERENCE_CROSS_NAMESPACE:=false}
1349013490
command:
1349113491
- /manager
13492-
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.10.2
13492+
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.11.0
1349313493
livenessProbe:
1349413494
httpGet:
1349513495
path: /healthz

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: docker.io/clastix/cluster-api-control-plane-provider-kamaji
8-
newTag: v0.10.2
8+
newTag: v0.11.0

config/metadata.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# update this file only when a new major or minor version is released
66
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
77
releaseSeries:
8+
- major: 0
9+
minor: 11
10+
contract: v1beta1
811
- major: 0
912
minor: 10
1013
contract: v1beta1

0 commit comments

Comments
 (0)