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

[Merged by Bors] - Updated code to adhere to ADR018 #293

Closed
wants to merge 3 commits into from

Commits on May 25, 2022

  1. Updated code to adhere to ADR018 (#180)

    This contains a breaking change, since the version that is specified for OPA now has to include a stackable image version.
    
    Previously the version could be specified as "version: 3.2.1" and the operator simply added the stackable version to this. But going forward we have decided that the image version has to be explictly specified, so it will now have to be "version: 3.2.1-stackable-0.1.0" or similar.
    
    This is in accordance with ADR18 (https://docs.stackable.tech/home/contributor/adr/ADR018-product_image_versioning.html).
    soenkeliebau committed May 25, 2022
    Configuration menu
    Copy the full SHA
    d6e1da8 View commit details
    Browse the repository at this point in the history
  2. Added PR number

    soenkeliebau committed May 25, 2022
    Configuration menu
    Copy the full SHA
    35e152a View commit details
    Browse the repository at this point in the history
  3. rustfmt

    soenkeliebau committed May 25, 2022
    Configuration menu
    Copy the full SHA
    2c44cd8 View commit details
    Browse the repository at this point in the history