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: drop support for GKE 1.25 and AKS 1.25, 1.26 #3633

Merged
merged 3 commits into from
Apr 3, 2024
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
1 change: 1 addition & 0 deletions .changelog/3633.changed.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: drop support for GKE 1.25
1 change: 1 addition & 0 deletions .changelog/3633.changed.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: drop support for AKS 1.25 and 1.26
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ The following table displays the tested Kubernetes and Helm versions.
| K8s with EKS | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 |
| K8s with EKS (fargate) | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 |
| K8s with Kops | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 |
| K8s with GKE | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we drop gke 1.25? I see e2e tests passing for it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

| K8s with AKS | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we drop aks 1.26? I see e2e tests passing for it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then we should drop it first probably? Docs say that it's no longer supported: https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#aks-kubernetes-release-calendar

| K8s with GKE | 1.26<br/>1.27<br/>1.28<br/>1.29 |
| K8s with AKS | 1.27<br/>1.28<br/>1.29 |
| OpenShift | 4.12<br/>4.13<br/>4.14 |
| Helm | 3.8.2 (Linux) |
| kubectl | 1.23.6 |
Expand Down
Loading