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 #270

Closed
wants to merge 6 commits into from

Conversation

soenkeliebau
Copy link
Member

@soenkeliebau soenkeliebau commented May 18, 2022

Description

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

This PR also moves the integration tests back to this repository and parameterizes them to test with our currently supported ZooKeeper versions.

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

This contains a breaking change, since the version that is specified for NiFi now has to include a stackable image version.
Copy link
Member

@razvan razvan left a comment

Choose a reason for hiding this comment

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

The integration tests will need updating too.

…to run with the following versions:

- zookeeper
  - 3.5.8-stackable0.7.0
  - 3.6.3-stackable0.7.0
  - 3.7.0-stackable0.7.0
  - 3.8.0-stackable0.7.0
- nifi
  - 1.15.0-stackable0.4.0
@soenkeliebau
Copy link
Member Author

I have added migration of the tests to this PR and adapted the tests.

@soenkeliebau soenkeliebau requested review from razvan and a team May 26, 2022 11:03
@razvan
Copy link
Member

razvan commented Jun 1, 2022

Just a reminder that there is also : https://github.com/stackabletech/integration-tests/pull/242 which didn't get copied over here because #265 isn't merged.

@soenkeliebau
Copy link
Member Author

I have included https://github.com/stackabletech/integration-tests/pull/242 into this PR.

@soenkeliebau
Copy link
Member Author

I have included stackabletech/integration-tests#242 into this PR.

Which was stupid, because I should have rebased #265 and included them there, I will revert.

@soenkeliebau
Copy link
Member Author

bors merge

bors bot pushed a commit that referenced this pull request Jun 1, 2022
## Description

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

This PR also moves the integration tests back to this repository and parameterizes them to test with our currently supported ZooKeeper versions.
@bors
Copy link
Contributor

bors bot commented Jun 1, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Updated code to adhere to ADR018 [Merged by Bors] - Updated code to adhere to ADR018 Jun 1, 2022
@bors bors bot closed this Jun 1, 2022
@bors bors bot deleted the feat/adr18 branch June 1, 2022 13:55
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.

2 participants