Skip to content

Commit c442436

Browse files
authored
chore: releasing v0.14.1 (#171)
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent 123328c commit c442436

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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.14.0
6+
VERSION ?= v0.14.1
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13477,7 +13477,7 @@ spec:
1347713477
- --dynamic-infrastructure-clusters=${CACPPK_INFRASTRUCTURE_CLUSTERS:= }
1347813478
command:
1347913479
- /manager
13480-
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.14.0
13480+
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.14.1
1348113481
livenessProbe:
1348213482
httpGet:
1348313483
path: /healthz

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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.14.0
8+
newTag: v0.14.1

0 commit comments

Comments
 (0)