Skip to content

Commit 698c657

Browse files
authored
Merge pull request #4869 from mboersma/bump-caaph
Bump CAAPH to v0.2.5
2 parents 8fc666d + 9051bd6 commit 698c657

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ create-management-cluster: $(KUSTOMIZE) $(ENVSUBST) $(KUBECTL) $(KIND) ## Create
315315
timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.5/cluster-api-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
316316

317317
# Deploy CAAPH
318-
timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.1.0-alpha.10/addon-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
318+
timeout --foreground 300 bash -c "until curl --retry $(CURL_RETRIES) -sSL https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.2.5/addon-components.yaml | $(ENVSUBST) | $(KUBECTL) apply -f -; do sleep 5; done"
319319

320320
# Deploy CAPZ
321321
$(KIND) load docker-image $(CONTROLLER_IMG)-$(ARCH):$(TAG) --name=$(KIND_CLUSTER_NAME)

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ settings = {
2121
"preload_images_for_kind": True,
2222
"kind_cluster_name": "capz",
2323
"capi_version": "v1.7.5",
24-
"caaph_version": "v0.2.1",
24+
"caaph_version": "v0.2.5",
2525
"cert_manager_version": "v1.15.2",
2626
"kubernetes_version": "v1.28.3",
2727
"aks_kubernetes_version": "v1.28.3",

test/e2e/config/azure-dev.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ images:
99
loadBehavior: tryLoad
1010
- name: registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.7.5
1111
loadBehavior: tryLoad
12-
- name: registry.k8s.io/cluster-api-helm/cluster-api-helm-controller:v0.1.1-alpha.1
12+
- name: registry.k8s.io/cluster-api-helm/cluster-api-helm-controller:v0.2.5
1313
loadBehavior: tryLoad
1414

1515
providers:
@@ -176,8 +176,8 @@ providers:
176176
replacements:
177177
- old: "imagePullPolicy: Always"
178178
new: "imagePullPolicy: IfNotPresent"
179-
- name: v0.1.1-alpha.1
180-
value: https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.1.1-alpha.1/addon-components.yaml
179+
- name: v0.2.5
180+
value: https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases/download/v0.2.5/addon-components.yaml
181181
type: url
182182
contract: v1beta1
183183
files:
@@ -228,7 +228,7 @@ variables:
228228
OLD_PROVIDER_UPGRADE_VERSION: "v1.15.3"
229229
LATEST_PROVIDER_UPGRADE_VERSION: "v1.16.0"
230230
OLD_CAAPH_UPGRADE_VERSION: "v0.1.0-alpha.10"
231-
LATEST_CAAPH_UPGRADE_VERSION: "v0.1.1-alpha.1"
231+
LATEST_CAAPH_UPGRADE_VERSION: "v0.2.5"
232232
CI_RG: capz-ci
233233
USER_IDENTITY: cloud-provider-user-identity
234234

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
22
releaseSeries:
3+
- major: 0
4+
minor: 2
5+
contract: v1beta1
36
- major: 0
47
minor: 1
5-
contract: v1beta1
8+
contract: v1beta1

0 commit comments

Comments
 (0)