Skip to content

Commit a9b8275

Browse files
committed
chore: Bump nifi version for 25.11.0
1 parent 7c4ea1b commit a9b8275

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

.github/workflows/dev_nifi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
image-name: nifi
2626
# TODO (@NickLarsenNZ): Use a versioned image with stackable0.0.0-dev or stackableXX.X.X so that
2727
# the demo is reproducable for the release and it will be automatically replaced for the release branch.
28-
image-version: 2.4.0-postgresql
28+
image-version: 2.6.0-postgresql
2929
containerfile-path: demos/signal-processing/Dockerfile-nifi

demos/data-lakehouse-iceberg-trino-spark/LakehouseKafkaIngest.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

demos/nifi-kafka-druid-earthquake-data/IngestEarthquakesToKafka.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

demos/nifi-kafka-druid-water-level-data/IngestWaterLevelsToKafka.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oci.stackable.tech/sdp/nifi:2.2.0-stackable0.0.0-dev
1+
FROM oci.stackable.tech/sdp/nifi:2.6.0-stackable0.0.0-dev
22

33
# This is the postgresql JDBC driver from https://jdbc.postgresql.org/download/
44
# There appear to be no signatures to validate against 😬
@@ -8,6 +8,6 @@ FROM oci.stackable.tech/sdp/nifi:2.2.0-stackable0.0.0-dev
88
# curl --fail -u "your_username" --upload-file "postgresql-$VERSION.jar" 'https://repo.stackable.tech/repository/misc/jdbc/'
99
# rm "postgresql-$VERSION.jar"
1010

11-
# IMPORTANT (@NickLarsenNZ): Changing this version requires a change in the NiFi template (DownloadAndWriteToDB.xml)
11+
# IMPORTANT (@NickLarsenNZ): Changing this version requires a change in the NiFi template (DownloadAndWriteToDB.json)
1212
ARG DRIVER_VERSION="42.7.5"
1313
RUN curl --fail -o "/stackable/nifi/postgresql-$DRIVER_VERSION.jar" "https://repo.stackable.tech/repository/misc/jdbc/postgresql-$DRIVER_VERSION.jar"

demos/signal-processing/DownloadAndWriteToDB.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"bundle": {
2525
"group": "org.apache.nifi",
2626
"artifact": "nifi-standard-nar",
27-
"version": "2.2.0"
27+
"version": "2.6.0"
2828
},
2929
"properties": {
3030
"Proxy Host": null,
@@ -337,7 +337,7 @@
337337
"bundle": {
338338
"group": "org.apache.nifi",
339339
"artifact": "nifi-standard-nar",
340-
"version": "2.2.0"
340+
"version": "2.6.0"
341341
},
342342
"properties": {
343343
"put-db-record-allow-multiple-statements": "false",
@@ -538,7 +538,7 @@
538538
"bundle": {
539539
"group": "org.apache.nifi",
540540
"artifact": "nifi-standard-nar",
541-
"version": "2.2.0"
541+
"version": "2.6.0"
542542
},
543543
"properties": {
544544
"Support Fragmented Transactions": "false",
@@ -729,7 +729,7 @@
729729
"bundle": {
730730
"group": "org.apache.nifi",
731731
"artifact": "nifi-dbcp-service-nar",
732-
"version": "2.2.0"
732+
"version": "2.6.0"
733733
},
734734
"properties": {
735735
"dbcp-min-idle-conns": "0",
@@ -873,7 +873,7 @@
873873
"bundle": {
874874
"group": "org.apache.nifi",
875875
"artifact": "nifi-standard-services-api-nar",
876-
"version": "2.2.0"
876+
"version": "2.6.0"
877877
}
878878
}
879879
],
@@ -891,7 +891,7 @@
891891
"bundle": {
892892
"group": "org.apache.nifi",
893893
"artifact": "nifi-record-serialization-services-nar",
894-
"version": "2.2.0"
894+
"version": "2.6.0"
895895
},
896896
"properties": {
897897
"ignore-csv-header": "false",
@@ -1064,7 +1064,7 @@
10641064
"bundle": {
10651065
"group": "org.apache.nifi",
10661066
"artifact": "nifi-standard-services-api-nar",
1067-
"version": "2.2.0"
1067+
"version": "2.6.0"
10681068
}
10691069
}
10701070
],

stacks/data-lakehouse-iceberg-trino-spark/nifi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: nifi
66
spec:
77
image:
8-
productVersion: 2.4.0
8+
productVersion: 2.6.0
99
clusterConfig:
1010
authentication:
1111
- authenticationClass: nifi-admin-credentials

stacks/nifi-kafka-druid-superset-s3/nifi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: nifi
66
spec:
77
image:
8-
productVersion: 2.4.0
8+
productVersion: 2.6.0
99
clusterConfig:
1010
authentication:
1111
- authenticationClass: nifi-admin-credentials

stacks/signal-processing/nifi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ metadata:
55
name: nifi
66
spec:
77
image:
8-
productVersion: 2.4.0
8+
productVersion: 2.6.0
99
# TODO (@NickLarsenNZ): Use a versioned image with stackable0.0.0-dev or stackableXX.X.X so that
1010
# the demo is reproducable for the release and it will be automatically replaced for the release branch.
11-
custom: oci.stackable.tech/demos/nifi:2.4.0-postgresql
11+
custom: oci.stackable.tech/demos/nifi:2.6.0-postgresql
1212
# pullPolicy: IfNotPresent
1313
clusterConfig:
1414
authentication:

0 commit comments

Comments
 (0)