Skip to content
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

chore: update support matrix #2969

Merged
merged 8 commits into from
Apr 20, 2023
Merged
Show file tree
Hide file tree
Changes from 7 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
1 change: 1 addition & 0 deletions .changelog/2969.changed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: add support for KOPS 1.26, EKS 1.25, AKS 1.26, OpenShift 4.12; remove support for GKE 1.21, EKS 1.21, AKS 1.23
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ The following table displays the tested Kubernetes and Helm versions.

| Name | Version |
| ------------- | ---------------------------------------- |
| K8s with EKS | 1.21<br/>1.22<br/>1.23<br/>1.24 |
| K8s with Kops | 1.22<br/>1.23<br/>1.24<br/>1.25 |
| K8s with GKE | 1.21<br/>1.22<br/>1.23<br/>1.24<br/>1.25 |
| K8s with AKS | 1.23<br/>1.24<br/>1.25 |
| OpenShift | 4.8<br/>4.9<br/>4.10<br/>4.11 |
| K8s with EKS | 1.22<br/>1.23<br/>1.24<br/>1.25 |
| K8s with Kops | 1.22<br/>1.23<br/>1.24<br/>1.25<br/>1.26 |
| K8s with GKE | 1.22<br/>1.23<br/>1.24<br/>1.25 |
| K8s with AKS | 1.24<br/>1.25<br/>1.26 |
| OpenShift | 4.8<br/>4.9<br/>4.10<br/>4.11<br/>4.12 |
| Helm | 3.8.2 (Linux) |
| kubectl | 1.23.6 |

Expand Down
6 changes: 3 additions & 3 deletions tests/integration/kind_images.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"supported": [
"kindest/node:v1.26.3",
"kindest/node:v1.25.3",
"kindest/node:v1.24.0",
"kindest/node:v1.23.6",
"kindest/node:v1.22.9",
"kindest/node:v1.21.12"
"kindest/node:v1.22.9"
],
"default": "kindest/node:v1.25.3"
"default": "kindest/node:v1.26.3"
}