Skip to content

chore(nifi): Bump to 2.4.0 #219

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
merged 1 commit into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/dev_nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
push:
branches:
- main
# TODO (@NickLarsenNZ): Also build on release branches, but with a stackable0.0.0-dev or stackableXX.X.X tag.
# TODO (@NickLarsenNZ): Also build on release branches, but with a stackable0.0.0-dev or stackableYY.M.X tag.
# The current problem is that we don't know the patch level, so do we always build for `.0`, or just drop that
# (eg: stackableYY.M), but then do we do the same for main (eg: 0.0-dev)?
# - release-*
paths:
- demos/signal-processing/Dockerfile-nifi
Expand All @@ -23,5 +25,5 @@ jobs:
image-name: nifi
# TODO (@NickLarsenNZ): Use a versioned image with stackable0.0.0-dev or stackableXX.X.X so that
# the demo is reproducable for the release and it will be automatically replaced for the release branch.
image-version: 2.2.0-postgresql
image-version: 2.4.0-postgresql
containerfile-path: demos/signal-processing/Dockerfile-nifi
2 changes: 1 addition & 1 deletion stacks/data-lakehouse-iceberg-trino-spark/nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: nifi
spec:
image:
productVersion: 2.2.0
productVersion: 2.4.0
clusterConfig:
authentication:
- authenticationClass: nifi-admin-credentials
Expand Down
2 changes: 1 addition & 1 deletion stacks/nifi-kafka-druid-superset-s3/nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: nifi
spec:
image:
productVersion: 2.2.0
productVersion: 2.4.0
clusterConfig:
authentication:
- authenticationClass: nifi-admin-credentials
Expand Down
4 changes: 2 additions & 2 deletions stacks/signal-processing/nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ metadata:
name: nifi
spec:
image:
productVersion: 2.2.0
productVersion: 2.4.0
# TODO (@NickLarsenNZ): Use a versioned image with stackable0.0.0-dev or stackableXX.X.X so that
# the demo is reproducable for the release and it will be automatically replaced for the release branch.
custom: oci.stackable.tech/demos/nifi:2.2.0-postgresql
custom: oci.stackable.tech/demos/nifi:2.4.0-postgresql
# pullPolicy: IfNotPresent
clusterConfig:
listenerClass: external-unstable
Expand Down