-
Notifications
You must be signed in to change notification settings - Fork 183
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
Conversation
@@ -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 | | |||
| K8s with AKS | 1.25<br/>1.26<br/>1.27<br/>1.28<br/>1.29 | |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
@@ -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 | |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has reached EOL, we should drop the tests then: https://cloud.google.com/kubernetes-engine/docs/release-schedule#schedule-for-release-channels
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's proceed 🔥
Checklist