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

Introduce Masterminds/semver #374

Merged
merged 3 commits into from
Aug 31, 2023
Merged

Commits on Aug 31, 2023

  1. Update Version regex to support ranges

    Fixes operator-framework#345
    
    Add positive and negative test cases.
    
    Signed-off-by: Todd Short <tshort@redhat.com>
    tmshort committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e3bb5d5 View commit details
    Browse the repository at this point in the history
  2. Introduce Masterminds/semver

    Fixes operator-framework#346
    
    Add support for Masterminds/semver for .spec.Version
    This is a bit more entangled into the code than I expected,
    most instances of bsemver were replaced.
    
    Signed-off-by: Todd Short <tshort@redhat.com>
    tmshort committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ac07fe1 View commit details
    Browse the repository at this point in the history
  3. fixup! Introduce Masterminds/semver

    Signed-off-by: Todd Short <tshort@redhat.com>
    tmshort committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f005767 View commit details
    Browse the repository at this point in the history