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

use the allowed upgrades list when validating version upgrades #240

Merged

Commits on Oct 9, 2024

  1. use the allowed upgrades list when validating version upgrades

    Beginning with v24.2, some releases are innovation releases which can be
    skipped during upgrading. The ListClusterMajorVersions API returns
    information on allowed upgrade paths, which we now use to validate
    whether an upgrade is possible in `apply`. Additional validation
    (cluster state, etc) is performed server-side within the API, so this
    validation is mostly to catch the most common type of error with a
    faster, more helpful error message, and not to be exhaustive.
    dcrosta committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0e694e0 View commit details
    Browse the repository at this point in the history