From c814e6df69b1ded6babaa774609112b5dfda933b Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Thu, 12 May 2022 11:06:13 +0200 Subject: [PATCH] Bump Kubernetes and CRI-O to v1.24.0 Signed-off-by: Sascha Grunert --- dependencies.yaml | 4 ++-- hack/ci/Vagrantfile-ubuntu | 2 +- hack/ci/install-cri-o.sh | 4 ++-- hack/ci/install-kubernetes.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index 2ca3bb45e9..2b029feefa 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -82,7 +82,7 @@ dependencies: match: QEMUVERSION - name: e2e-kubernetes - version: 1.23.5 + version: 1.24.0 refPaths: - path: hack/ci/install-kubernetes.sh match: VERSION @@ -146,7 +146,7 @@ dependencies: match: VERSION - name: CRI-O - version: v1.23.2 + version: v1.24.0 refPaths: - path: hack/ci/install-cri-o.sh match: TAG diff --git a/hack/ci/Vagrantfile-ubuntu b/hack/ci/Vagrantfile-ubuntu index b94fc7cb53..9d938d6d72 100644 --- a/hack/ci/Vagrantfile-ubuntu +++ b/hack/ci/Vagrantfile-ubuntu @@ -30,7 +30,7 @@ Vagrant.configure("2") do |config| curl -sSfL https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - echo "deb http://apt.kubernetes.io/ kubernetes-xenial main" > /etc/apt/sources.list.d/kubernetes.list apt-get update - KUBERNETES_VERSION=1.23.5-00 + KUBERNETES_VERSION=1.24.0-00 apt-get install -y \ build-essential \ kubelet=$KUBERNETES_VERSION \ diff --git a/hack/ci/install-cri-o.sh b/hack/ci/install-cri-o.sh index 7b1e212520..c7b724aae2 100755 --- a/hack/ci/install-cri-o.sh +++ b/hack/ci/install-cri-o.sh @@ -15,8 +15,8 @@ set -euo pipefail -COMMIT_ID=9222794e513040ccb6adeea0703e7a57424606db -TAG=v1.23.2 +COMMIT_ID=db76322414a7888c7642b707e07dbb9905aa969f +TAG=v1.24.0 curl "https://raw.githubusercontent.com/cri-o/cri-o/$COMMIT_ID/scripts/get" | bash -s -- -t "$TAG" diff --git a/hack/ci/install-kubernetes.sh b/hack/ci/install-kubernetes.sh index ade429b596..97978da628 100755 --- a/hack/ci/install-kubernetes.sh +++ b/hack/ci/install-kubernetes.sh @@ -19,7 +19,7 @@ ENVFILE=$(dirname "${BASH_SOURCE[0]}")/env-fedora.sh . "$ENVFILE" K8SPATH="$GOPATH/src/k8s.io" -VERSION=v1.23.5 +VERSION=v1.24.0 download-kubernetes() { export KUBERNETES_RELEASE=$VERSION