Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information