Skip to content

Commit

Permalink
SKS-2057: Bump CAPI to v1.6.6 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
haijianyang authored Jun 12, 2024
1 parent 6b1bc5d commit d9ab098
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.9
1.21.11
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
ARG ARCH

# Build the manager binary
FROM golang:1.21.9 as builder
FROM golang:1.21.11 as builder
WORKDIR /workspace

# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ VERSION ?= $(shell cat clusterctl-settings.json | jq .config.nextVersion -r)
#
# Go.
#
GO_VERSION ?= 1.21.9
GO_VERSION ?= 1.21.11

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ require (
k8s.io/client-go v0.28.4
k8s.io/klog/v2 v2.100.1
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
sigs.k8s.io/cluster-api v1.6.4
sigs.k8s.io/cluster-api/test v1.6.4
sigs.k8s.io/cluster-api v1.6.6
sigs.k8s.io/cluster-api/test v1.6.6
sigs.k8s.io/controller-runtime v0.16.5
)

Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1132,10 +1132,10 @@ rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 h1:trsWhjU5jZrx6UvFu4WzQDrN7Pga4a7Qg+zcfcj64PA=
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2/go.mod h1:+qG7ISXqCDVVcyO8hLn12AKVYYUjM7ftlqsqmrhMZE0=
sigs.k8s.io/cluster-api v1.6.4 h1:O3J+Dm/wBMAQSyTtdkEPcWbv4KyY4yqv8Q8g6pJVefM=
sigs.k8s.io/cluster-api v1.6.4/go.mod h1:az1S/g/6umDjmh3ZWpjJWm23peUZOqEt3vv2FuOIZ3s=
sigs.k8s.io/cluster-api/test v1.6.4 h1:eNs1FtKEQqWKxBB19/cQ/1IAgb4nHT0qbh0w7T9yqZ4=
sigs.k8s.io/cluster-api/test v1.6.4/go.mod h1:QimdqQoykUpYpUKkpIabhj8R34wAzw7akMwlCc65xeA=
sigs.k8s.io/cluster-api v1.6.6 h1:xXUHwM+4ZENzesQQSpRRtCRlBuW9fgknbgjwr0tHSfE=
sigs.k8s.io/cluster-api v1.6.6/go.mod h1:az1S/g/6umDjmh3ZWpjJWm23peUZOqEt3vv2FuOIZ3s=
sigs.k8s.io/cluster-api/test v1.6.6 h1:Xb+mVv+Wq+R1RR7wPZOcQpcAWcTGeOPaavYG0tBmUDQ=
sigs.k8s.io/cluster-api/test v1.6.6/go.mod h1:QimdqQoykUpYpUKkpIabhj8R34wAzw7akMwlCc65xeA=
sigs.k8s.io/controller-runtime v0.16.5 h1:yr1cEJbX08xsTW6XEIzT13KHHmIyX8Umvme2cULvFZw=
sigs.k8s.io/controller-runtime v0.16.5/go.mod h1:j7bialYoSn142nv9sCOJmQgDXQXxnroFU4VnX/brVJ0=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
Expand Down
24 changes: 12 additions & 12 deletions test/e2e/config/elf-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
# - from the CAPE repository root, `make test-e2e` to build the elf provider image and run e2e tests.

images:
- name: k8s.gcr.io/cluster-api/cluster-api-controller:v1.6.4
- name: k8s.gcr.io/cluster-api/cluster-api-controller:v1.6.6
loadBehavior: tryLoad
- name: k8s.gcr.io/cluster-api/kubeadm-bootstrap-controller:v1.6.4
- name: k8s.gcr.io/cluster-api/kubeadm-bootstrap-controller:v1.6.6
loadBehavior: tryLoad
- name: k8s.gcr.io/cluster-api/kubeadm-control-plane-controller:v1.6.4
- name: k8s.gcr.io/cluster-api/kubeadm-control-plane-controller:v1.6.6
loadBehavior: tryLoad
- name: k8s.gcr.io/smartxworks/cape-manager:e2e
loadBehavior: mustLoad
- name: quay.io/jetstack/cert-manager-cainjector:v1.14.4
- name: quay.io/jetstack/cert-manager-cainjector:v1.15.0
loadBehavior: tryLoad
- name: quay.io/jetstack/cert-manager-webhook:v1.14.4
- name: quay.io/jetstack/cert-manager-webhook:v1.15.0
loadBehavior: tryLoad
- name: quay.io/jetstack/cert-manager-controller:v1.14.4
- name: quay.io/jetstack/cert-manager-controller:v1.15.0
loadBehavior: tryLoad

providers:
- name: cluster-api
type: CoreProvider
versions:
- name: v1.6.4 # Use manifest from source files
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.4/core-components.yaml"
- name: v1.6.6 # Use manifest from source files
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.6/core-components.yaml"
type: "url"
contract: v1beta1
files:
Expand All @@ -45,8 +45,8 @@ providers:
files:
- sourcePath: "../data/capi/metadata.yaml"
versions:
- name: v1.6.4 # Use manifest from source files
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.4/bootstrap-components.yaml"
- name: v1.6.6 # Use manifest from source files
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.6/bootstrap-components.yaml"
type: "url"
contract: v1beta1
files:
Expand All @@ -60,8 +60,8 @@ providers:
files:
- sourcePath: "../data/capi/metadata.yaml"
versions:
- name: v1.6.4 # Use manifest from source files
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.4/control-plane-components.yaml"
- name: v1.6.6 # Use manifest from source files
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.6/control-plane-components.yaml"
type: "url"
contract: v1beta1
files:
Expand Down

0 comments on commit d9ab098

Please sign in to comment.