Skip to content

Commit 45ad03d

Browse files
authored
chore: releasing v0.15.4 (#246)
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent 315ee54 commit 45ad03d

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.15.0
6+
VERSION ?= v0.15.4
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
@@ -13704,7 +13704,7 @@ spec:
1370413704
- --dynamic-infrastructure-clusters=${CACPPK_INFRASTRUCTURE_CLUSTERS:= }
1370513705
command:
1370613706
- /manager
13707-
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.15.0
13707+
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.15.4
1370813708
livenessProbe:
1370913709
httpGet:
1371013710
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.15.0
8+
newTag: v0.15.4

0 commit comments

Comments
 (0)