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

cli: add --target-version CLI flags for migrate run/revert #2538

Merged
merged 4 commits into from Jul 31, 2023
Merged

cli: add --target-version CLI flags for migrate run/revert #2538

merged 4 commits into from Jul 31, 2023

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    30243ba View commit details
    Browse the repository at this point in the history
  2. cli: fix broken test

    inahga committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    09aa4e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    690c5f7 View commit details
    Browse the repository at this point in the history
  4. cli: Fail if version supplied to run/revert is too old/new

    After some discussion with my coworkers, we thought about the behavior a bit more:
    
    The behavior is now that for a run, if the provided version is too old, the CLI
    will return with failure rather than being a no-op. This gives feedback to the
    operator instead of being quiet.
    
    It is still valid to up/downgrade to the latest version, this will still be a no-op
    to allow for idempotency.
    inahga committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    7086a82 View commit details
    Browse the repository at this point in the history