Skip to content

fix: Revert "feat: custom version for NiFi (#1172)" #1199

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sbernauer
Copy link
Member

Description

Part of stackabletech/nifi-operator#814.

This reverts commit a187657 from #1172

This caused problems (see the linked issue), so we are going to revert it for now to get tests green. We can always re-add it once we fixed the Python client problem or decide to ship it anyway.

CC @dervoeti

Definition of Done Checklist

Note

Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant.

Please make sure all these things are done and tick the boxes

  • Changes are OpenShift compatible
  • All added packages (via microdnf or otherwise) have a comment on why they are added
  • Things not downloaded from Red Hat repositories should be mirrored in the Stackable repository and downloaded from there
  • All packages should have (if available) signatures/hashes verified
  • Add an entry to the CHANGELOG.md file
  • Integration tests ran successfully
TIP: Running integration tests with a new product image

The image can be built and uploaded to the kind cluster with the following commands:

bake --product <product> --image-version <stackable-image-version>
kind load docker-image <image-tagged-with-the-major-version> --name=<name-of-your-test-cluster>

See the output of bake to retrieve the image tag for <image-tagged-with-the-major-version>.

@sbernauer sbernauer moved this to Development: Waiting for Review in Stackable Engineering Jul 11, 2025
@lfrancke
Copy link
Member

I said I wanted to look at it first and I haven't had the time. Please don't merge yet.

@sbernauer
Copy link
Member Author

Sure, but we really need the decision pls. We (four people, including release team) decided to for now revert it for until we have a decision. It takes seconds to add back in. We have so many problems that prevent tests from getting green, that it's hard enough even without this ;)

@NickLarsenNZ
Copy link
Member

NickLarsenNZ commented Jul 11, 2025

Just to add, we thought it was best not to wait and that you (@lfrancke) can always make your decision and we can revert it if necessary.

It would be nice not to break things for customers/users who rely on the python nifi client.

Are you able to give an ETA on that?

Copy link
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

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

LGTM

Approving so it isn't stuck (if Lars decides it should happen).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Development: Waiting for Review
Development

Successfully merging this pull request may close these issues.

4 participants