Skip to content

Commit

Permalink
ci: use kubernetes 1.30 in microk8s tests (#6028)
Browse files Browse the repository at this point in the history
* ci: update default minikube version

* ci: use kubernetes 1.30 in microk8s tests

Kubernetes 1.26 is no longer supported, and 1.30 was released recently.
See https://kubernetes.io/releases/
  • Loading branch information
vvagaytsev committed May 13, 2024
1 parent 2b55859 commit ebbb3e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ jobs:
minikubeVersion:
description: The Minikube version to use
type: string
default: v1.11.0
default: v1.32.0
kubernetesVersion:
description: The Kubernetes version to run
type: string
Expand Down Expand Up @@ -1371,10 +1371,6 @@ workflows:
# variant and k8s version would be quite expensive, so we try and make sure each of the latest 6-7 k8s versions is
# tested, and that the most recent versions are broadly tested. The kind tests are the cheapest to run so we use many
# of those, but they currently don't test in-cluster building, so we do need a range of versions on minikube as well.
- test-microk8s:
name: vm-1.26-microk8s
requires: [build]
kubernetesVersion: "1.26"
- test-k3s:
name: vm-1.27-k3s
requires: [build]
Expand All @@ -1389,6 +1385,10 @@ workflows:
name: vm-1.29-kind
requires: [build]
kindNodeImage: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245
- test-microk8s:
name: vm-1.30-microk8s
requires: [build]
kubernetesVersion: "1.30"

- test-plugins:
<<: *only-internal-prs
Expand Down

0 comments on commit ebbb3e9

Please sign in to comment.