Skip to content

Commit

Permalink
Bump CAPI to v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Sep 11, 2024
1 parent dccd266 commit 3edb4d4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ settings = {
"deploy_cert_manager": True,
"preload_images_for_kind": True,
"kind_cluster_name": "capz",
"capi_version": "v1.7.5",
"capi_version": "v1.7.6",
"caaph_version": "v0.2.1",
"cert_manager_version": "v1.15.2",
"cert_manager_version": "v1.15.3",
"kubernetes_version": "v1.28.3",
"aks_kubernetes_version": "v1.28.3",
"flatcar_version": "3374.2.1",
Expand Down
2 changes: 1 addition & 1 deletion hack/install-cert-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ source "${REPO_ROOT}/hack/common-vars.sh"
make --directory="${REPO_ROOT}" "${KUBECTL##*/}"

## Install cert manager and wait for availability
"${KUBECTL}" apply -f https://github.com/jetstack/cert-manager/releases/download/v1.15.2/cert-manager.yaml
"${KUBECTL}" apply -f https://github.com/jetstack/cert-manager/releases/download/v1.15.3/cert-manager.yaml
"${KUBECTL}" wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager
"${KUBECTL}" wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager-cainjector
"${KUBECTL}" wait --for=condition=Available --timeout=5m -n cert-manager deployment/cert-manager-webhook
Expand Down
20 changes: 10 additions & 10 deletions test/e2e/config/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ managementClusterName: capz-e2e
images:
- name: ${MANAGER_IMAGE}
loadBehavior: mustLoad
- name: registry.k8s.io/cluster-api/cluster-api-controller:v1.7.5
- name: registry.k8s.io/cluster-api/cluster-api-controller:v1.7.6
loadBehavior: tryLoad
- name: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.7.5
- name: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.7.6
loadBehavior: tryLoad
- name: registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.7.5
- name: registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.7.6
loadBehavior: tryLoad
- name: registry.k8s.io/cluster-api-helm/cluster-api-helm-controller:v0.1.1-alpha.1
loadBehavior: tryLoad
Expand All @@ -25,8 +25,8 @@ providers:
new: --metrics-addr=:8080
files:
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
- name: v1.7.5
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.5/core-components.yaml
- name: v1.7.6
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.6/core-components.yaml
type: url
contract: v1beta1
files:
Expand All @@ -48,8 +48,8 @@ providers:
new: --metrics-addr=:8080
files:
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
- name: v1.7.5
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.5/bootstrap-components.yaml
- name: v1.7.6
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.6/bootstrap-components.yaml
type: url
contract: v1beta1
files:
Expand All @@ -70,8 +70,8 @@ providers:
new: --metrics-addr=:8080
files:
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
- name: v1.7.5
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.5/control-plane-components.yaml
- name: v1.7.6
value: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.6/control-plane-components.yaml
type: url
contract: v1beta1
files:
Expand Down Expand Up @@ -224,7 +224,7 @@ variables:
SECURITY_SCAN_CONTAINER: "${SECURITY_SCAN_CONTAINER:-quay.io/armosec/kubescape:v2.0.167}"
AZURE_CNI_V1_MANIFEST_PATH: "${PWD}/templates/addons/azure-cni-v1.yaml"
OLD_CAPI_UPGRADE_VERSION: "v1.6.8"
LATEST_CAPI_UPGRADE_VERSION: "v1.7.5"
LATEST_CAPI_UPGRADE_VERSION: "v1.7.6"
OLD_PROVIDER_UPGRADE_VERSION: "v1.14.5"
LATEST_PROVIDER_UPGRADE_VERSION: "v1.15.1"
OLD_CAAPH_UPGRADE_VERSION: "v0.1.0-alpha.10"
Expand Down

0 comments on commit 3edb4d4

Please sign in to comment.