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

feat: Order Kubernetes releases by publication date #629

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Commits on Jul 21, 2024

  1. feat: Order Kubernetes releases by publication date

    This commit modifies the `get_kubernetes_supported_versions` function in `validations.py` to order the releases by their publication date. This ensures that the supported versions are listed in the correct chronological order. Additionally, the commit limits the number of supported versions to 5 instead of 3, as smaller versions might have updates after the latest major.minor version. The function then returns the top 3 versions in descending order.
    
    Note: This commit message follows the established convention of starting with a type prefix (feat for feature) and providing a concise and descriptive summary of the changes made.
    Signed-off-by: kooomix <[email protected]>
    kooomix committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    f45ab40 View commit details
    Browse the repository at this point in the history