Skip to content

Commit

Permalink
Merge pull request #4643 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…4522-to-release-2.2

[release-2.2] Bump CAPI to v1.5.2
  • Loading branch information
k8s-ci-robot authored Nov 21, 2023
2 parents 432b4f6 + fd141d2 commit ac136fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions test/e2e/data/e2e_eks_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ images:
loadBehavior: tryLoad
- name: quay.io/jetstack/cert-manager-controller:v1.12.2
loadBehavior: tryLoad
- name: registry.k8s.io/cluster-api/cluster-api-controller:v1.5.0
- name: registry.k8s.io/cluster-api/cluster-api-controller:v1.5.2
loadBehavior: tryLoad
- name: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.5.0
- name: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.5.2
loadBehavior: tryLoad
- name: registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.5.0
- name: registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.5.2
loadBehavior: tryLoad

providers:
- name: cluster-api
type: CoreProvider
versions:
- name: v1.5.0
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.0/core-components.yaml"
- name: v1.5.2
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.2/core-components.yaml"
type: "url"
contract: v1beta1
files:
Expand All @@ -50,8 +50,8 @@ providers:
files:
- sourcePath: "./shared/v1beta1/metadata.yaml"
versions:
- name: v1.5.0
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.0/bootstrap-components.yaml"
- name: v1.5.2
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.2/bootstrap-components.yaml"
type: "url"
contract: v1beta1
files:
Expand All @@ -66,8 +66,8 @@ providers:
files:
- sourcePath: "./shared/v1beta1/metadata.yaml"
versions:
- name: v1.5.0
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.0/control-plane-components.yaml"
- name: v1.5.2
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.2/control-plane-components.yaml"
type: "url"
contract: v1beta1
files:
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MDBOOK_VERSION := v0.4.5
PLANTUML_VERSION := 1.2020.16
GH_VERSION := 2.7.0
CERT_MANAGER_VERSION := v1.12.2
CAPI_VERSION := v1.5.0
CAPI_VERSION := v1.5.2
KPROMO_VERSION := v4.0.4
YQ_VERSION := v4.25.2
GOLANGCI_LINT_VERSION := v1.53.3
Expand Down

0 comments on commit ac136fe

Please sign in to comment.