From 9b03bd26a71a8fe7b853e00a61961a8b285b3fa5 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Fri, 20 Dec 2024 09:01:52 +0100 Subject: [PATCH] Update CRI-O and Kubernetes to v1.32 Signed-off-by: Sascha Grunert --- README.md | 6 +++--- dependencies.yaml | 4 ++-- test/deb/lima.yaml | 2 +- test/rpm/lima.yaml | 2 +- test/scripts/versions.sh | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 044ec77..9151c61 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,8 @@ All packages are based on the static binary bundles provided by the CRI-O CI. #### Define the Kubernetes version and used CRI-O stream ```bash -KUBERNETES_VERSION=v1.31 -CRIO_VERSION=v1.31 +KUBERNETES_VERSION=v1.32 +CRIO_VERSION=v1.32 ``` ### Distributions using `rpm` packages @@ -308,7 +308,7 @@ curl https://raw.githubusercontent.com/cri-o/packaging/main/get | bash -s -- -a It is also possible to select a specific git SHA or tag by: ```shell -curl https://raw.githubusercontent.com/cri-o/packaging/main/get | bash -s -- -t v1.31.0 +curl https://raw.githubusercontent.com/cri-o/packaging/main/get | bash -s -- -t v1.32.0 ``` The above script resolves to the download URL of the static binary bundle diff --git a/dependencies.yaml b/dependencies.yaml index 197120f..6e10233 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -1,7 +1,7 @@ --- dependencies: - name: CRI-O - version: v1.31 + version: v1.32 refPaths: - path: README.md match: CRIO_VERSION @@ -15,7 +15,7 @@ dependencies: match: ZEITGEIST_VERSION - name: Kubernetes test version - version: v1.31 + version: v1.32 refPaths: - path: test/scripts/versions.sh match: KUBERNETES_VERSION diff --git a/test/deb/lima.yaml b/test/deb/lima.yaml index 7957277..d671897 100644 --- a/test/deb/lima.yaml +++ b/test/deb/lima.yaml @@ -22,7 +22,7 @@ provision: test -e /etc/kubernetes/admin.conf && exit 0 # Package configs - KUBERNETES_VERSION=v1.31 + KUBERNETES_VERSION=v1.32 PROJECT_PATH=prerelease:/main curl -fsSL https://pkgs.k8s.io/core:/stable:/$KUBERNETES_VERSION/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg diff --git a/test/rpm/lima.yaml b/test/rpm/lima.yaml index 0758485..8345c53 100644 --- a/test/rpm/lima.yaml +++ b/test/rpm/lima.yaml @@ -24,7 +24,7 @@ provision: test -e /etc/kubernetes/admin.conf && exit 0 # Package configs - KUBERNETES_VERSION=v1.31 + KUBERNETES_VERSION=v1.32 PROJECT_PATH=prerelease:/main cat <