Skip to content

Commit

Permalink
Bump Kubernetes and CRI-O to v1.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed May 12, 2022
1 parent 3366da0 commit c814e6d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion hack/ci/Vagrantfile-ubuntu
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions hack/ci/install-cri-o.sh
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion hack/ci/install-kubernetes.sh
Expand Up @@ -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
Expand Down

0 comments on commit c814e6d

Please sign in to comment.