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

Extend Kubernetes version support to match cloud support #489

Merged

Conversation

jacobtomlinson
Copy link
Member

Closes #467

Today we test kr8s against all currently supported versions of OSS Kubernetes. However the cloud managed Kubernetes services like Amazon EKS, Azure AKS and Google Kubernetes Engine usually support each version for a couple of months longer than the OSS releases.

For example Kubernetes 1.28 is supported in the OSS community until October 28th 2024, however Google Kubernetes Engine will maintain support until February 4th 2025. So we want to keep support in kr8s until Google drops support (or whichever cloud drops support last).

This PR updates our update versions script to extends the support dates to match the cloud support dates. This means that older versions will still be tested in CI until support has been dropped by all the cloud vendors.

Note that we are only matching active support from the cloud vendors, not LTS or extended support dates.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Sep 10, 2024
@jacobtomlinson jacobtomlinson merged commit aa61bed into kr8s-org:main Sep 10, 2024
3 checks passed
@jacobtomlinson jacobtomlinson deleted the cloud-extended-support-dates branch September 10, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci documentation Improvements or additions to documentation hygiene kr8s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cloud Kubernetes Extended Version Support
1 participant