Skip to content

update k8s to 1.25 #1330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ This provider's versions are compatible with the following versions of Cluster A

This provider's versions are able to install and manage the following versions of Kubernetes:

| | v1.16 | v1.17 | v1.18 | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 | v1.24 |
|------------------------------------| ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
| OpenStack Provider v1alpha3 (v0.3) | ✓ | ✓ | ✓ | ✓ | ✓ | | | | |
| OpenStack Provider v1alpha4 (v0.4) | | | | | ✓ | | | | |
| OpenStack Provider v1alpha4 (v0.5) | | | | | ✓ | ✓ | + | + | + |
| OpenStack Provider v1alpha5 (v0.6) | | | | | | ✓ | + | ✓ | ✓ |
| OpenStack Provider v1alpha6 | | | | | | ✓ | + | ✓ | ✓ |
| | v1.16 | v1.17 | v1.18 | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 | v1.24 | v1.25 |
|------------------------------------| ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
| OpenStack Provider v1alpha3 (v0.3) | ✓ | ✓ | ✓ | ✓ | ✓ | | | | | |
| OpenStack Provider v1alpha4 (v0.4) | | | | | ✓ | | | | | |
| OpenStack Provider v1alpha4 (v0.5) | | | | | ✓ | ✓ | + | + | + | + |
| OpenStack Provider v1alpha5 (v0.6) | | | | | | ✓ | + | ✓ | ✓ | ✓ |
| OpenStack Provider v1alpha6 | | | | | | ✓ | + | ✓ | ✓ | ✓ |

This provider's versions are able to install Kubernetes to the following versions of OpenStack:

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/data/e2e_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ providers:
variables:
# used to ensure we deploy to the correct management cluster
KUBE_CONTEXT: "kind-capo-e2e"
KUBERNETES_VERSION: "v1.24.2"
KUBERNETES_VERSION: "v1.25.0"
CNI: "../../data/cni/calico.yaml"
CCM: "../../data/ccm/cloud-controller-manager.yaml"
EXP_CLUSTER_RESOURCE_SET: "true"
Expand Down