Skip to content

Commit 926c07e

Browse files
committed
chore: releasing v0.12.0
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent 59f770b commit 926c07e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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.11.0
6+
VERSION ?= v0.12.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")

config/control-plane-components.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13472,7 +13472,7 @@ spec:
1347213472
- --feature-gates=ExternalClusterReference=${CACPPK_EXTERNAL_CLUSTER_REFERENCE:=false},ExternalClusterReferenceCrossNamespace=${CACPPK_EXTERNAL_CLUSTER_REFERENCE_CROSS_NAMESPACE:=false}
1347313473
command:
1347413474
- /manager
13475-
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.11.0
13475+
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.12.0
1347613476
livenessProbe:
1347713477
httpGet:
1347813478
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.11.0
8+
newTag: v0.12.0

0 commit comments

Comments
 (0)