Skip to content

Commit

Permalink
✨ upgrade k8s version from 1.26.0 to 1.26.1 and etcd from v35.6 to v3…
Browse files Browse the repository at this point in the history
….5.7 (kubernetes-sigs#3204)

✨ upgrade k8s version from 1.26.0 to 1.26.1 and etcd from v3.5.6 to v3.5.7
  • Loading branch information
camilamacedo86 authored and sbueringer committed Apr 18, 2024
1 parent e30f1b1 commit 43a3dff
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea/
bin/
testdata/
2 changes: 1 addition & 1 deletion build/cloudbuild_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

substitutions:
_KUBERNETES_VERSION: 1.26.0
_KUBERNETES_VERSION: 1.26.1
steps:
- name: "gcr.io/cloud-builders/docker"
args: [
Expand Down
2 changes: 1 addition & 1 deletion build/thirdparty/darwin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM golang:1.19 as builder

# Version and platform args.
ARG KUBERNETES_VERSION
ARG ETCD_VERSION=v3.5.6
ARG ETCD_VERSION=v3.5.7
ARG OS=darwin
ARG ARCH

Expand Down
2 changes: 1 addition & 1 deletion build/thirdparty/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM alpine:3.17 as builder

# Version and platform args.
ARG KUBERNETES_VERSION
ARG ETCD_VERSION=v3.5.6
ARG ETCD_VERSION=v3.5.7
ARG OS=linux
ARG ARCH

Expand Down
2 changes: 1 addition & 1 deletion build/thirdparty/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM golang:1.19 as builder

# Version and platform args.
ARG KUBERNETES_VERSION
ARG ETCD_VERSION=v3.5.6
ARG ETCD_VERSION=v3.5.7
ARG OS=windows
ARG ARCH

Expand Down

0 comments on commit 43a3dff

Please sign in to comment.