diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..bf75b994052 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea/ +bin/ +testdata/ \ No newline at end of file diff --git a/build/cloudbuild_tools.yaml b/build/cloudbuild_tools.yaml index 3c35c59a4d0..ab8437e2b2d 100644 --- a/build/cloudbuild_tools.yaml +++ b/build/cloudbuild_tools.yaml @@ -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: [ diff --git a/build/thirdparty/darwin/Dockerfile b/build/thirdparty/darwin/Dockerfile index 273847d32b9..1c65db344f3 100644 --- a/build/thirdparty/darwin/Dockerfile +++ b/build/thirdparty/darwin/Dockerfile @@ -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 diff --git a/build/thirdparty/linux/Dockerfile b/build/thirdparty/linux/Dockerfile index 18d95ded88e..e66e3b2bd36 100644 --- a/build/thirdparty/linux/Dockerfile +++ b/build/thirdparty/linux/Dockerfile @@ -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 diff --git a/build/thirdparty/windows/Dockerfile b/build/thirdparty/windows/Dockerfile index a670b4ce5a5..896885cc3aa 100644 --- a/build/thirdparty/windows/Dockerfile +++ b/build/thirdparty/windows/Dockerfile @@ -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