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] - Adapt code to adhere to ADR18 & Move integration tests back to operator repository #184

Closed
wants to merge 7 commits into from

Conversation

soenkeliebau
Copy link
Member

Description

This contains a breaking change, since the version that is specified for Hive 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).

Also moved the integration test back into this repository.

Review Checklist

  • Code contains useful comments
  • (Integration-)Test cases added (or not applicable)
  • Documentation added (or not applicable)
  • Changelog updated (or not applicable)
  • Cargo.toml only contains references to git tags (not specific commits or branches)
  • Helm chart can be installed and deployed operator works (or not applicable)

Once the review is done, comment bors r+ (or bors merge) to merge. Further information

…for Hive 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).

Also moved the integration test back into this repository.
@soenkeliebau soenkeliebau requested a review from a team May 26, 2022 11:02
@siegfriedweber siegfriedweber requested review from siegfriedweber and removed request for a team May 30, 2022 11:33
Copy link
Member

@adwk67 adwk67 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests ok / LGTM.

CHANGELOG.md Outdated Show resolved Hide resolved
docs/modules/ROOT/pages/usage.adoc Show resolved Hide resolved
@soenkeliebau
Copy link
Member Author

bors r+

bors bot pushed a commit that referenced this pull request May 30, 2022
…or repository (#184)

# Description

This contains a breaking change, since the version that is specified for Hive 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).

Also moved the integration test back into this repository.
@bors
Copy link
Contributor

bors bot commented May 30, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Adapt code to adhere to ADR18 & Move integration tests back to operator repository [Merged by Bors] - Adapt code to adhere to ADR18 & Move integration tests back to operator repository May 30, 2022
@bors bors bot closed this May 30, 2022
@bors bors bot deleted the feat/adr18 branch May 30, 2022 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants