Skip to content

Commit

Permalink
Merge pull request #154 from saschagrunert/k8s-1.31
Browse files Browse the repository at this point in the history
Test with Kubernetes v1.31.0
  • Loading branch information
openshift-merge-bot[bot] authored Aug 15, 2024
2 parents 9e57776 + 866e5dd commit a67eb2a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ 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.30
KUBERNETES_VERSION=v1.31
CRIO_VERSION=v1.30
```

Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
match: ZEITGEIST_VERSION

- name: Kubernetes test version
version: v1.30
version: v1.31
refPaths:
- path: test/scripts/versions.sh
match: KUBERNETES_VERSION
Expand Down
2 changes: 1 addition & 1 deletion test/deb/lima.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ provision:
test -e /etc/kubernetes/admin.conf && exit 0
# Package configs
KUBERNETES_VERSION=v1.30
KUBERNETES_VERSION=v1.31
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
Expand Down
2 changes: 1 addition & 1 deletion test/rpm/lima.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ provision:
test -e /etc/kubernetes/admin.conf && exit 0
# Package configs
KUBERNETES_VERSION=v1.30
KUBERNETES_VERSION=v1.31
PROJECT_PATH=prerelease:/main
cat <<EOF | tee /etc/yum.repos.d/kubernetes.repo
Expand Down
2 changes: 1 addition & 1 deletion test/scripts/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# shellcheck disable=SC2034 # variables are used in sourcing scripts

# Package configs
KUBERNETES_VERSION=v1.30
KUBERNETES_VERSION=v1.31
# allows to be set externally e.g. from a Dockerfile
PROJECT_PATH=${PROJECT_PATH:-prerelease:/main}

0 comments on commit a67eb2a

Please sign in to comment.