Skip to content

Commit e60d06a

Browse files
authored
chore: releasing v0.14.0 (#168)
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent 63615c0 commit e60d06a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-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.13.0
6+
VERSION ?= v0.14.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
@@ -13483,7 +13483,7 @@ spec:
1348313483
- --dynamic-infrastructure-clusters=${CACPPK_INFRASTRUCTURE_CLUSTERS:= }
1348413484
command:
1348513485
- /manager
13486-
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.13.0
13486+
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.14.0
1348713487
livenessProbe:
1348813488
httpGet:
1348913489
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.13.0
8+
newTag: v0.14.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: 14
10+
contract: v1beta1
811
- major: 0
912
minor: 13
1013
contract: v1beta1

0 commit comments

Comments
 (0)