Skip to content

Commit 02a5101

Browse files
authored
chore: Bump NiFi to 2.9.0 (#413)
1 parent d549495 commit 02a5101

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.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.7.2-postgresql
28+
image-version: 2.9.0-postgresql
2929
containerfile-path: demos/signal-processing/Dockerfile-nifi
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
FROM oci.stackable.tech/sdp/nifi:2.7.2-stackable0.0.0-dev
1+
FROM oci.stackable.tech/sdp/nifi:2.9.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 😬
55
#
6-
# VERSION="42.7.5"
6+
# VERSION="42.7.10"
77
# curl -O "https://jdbc.postgresql.org/download/postgresql-$VERSION.jar"
88
# curl --fail -u "your_username" --upload-file "postgresql-$VERSION.jar" 'https://repo.stackable.tech/repository/misc/jdbc/'
99
# rm "postgresql-$VERSION.jar"
1010

1111
# IMPORTANT (@NickLarsenNZ): Changing this version requires a change in the NiFi template (DownloadAndWriteToDB.json)
12-
ARG DRIVER_VERSION="42.7.5"
12+
ARG DRIVER_VERSION="42.7.10"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@
746746
"Database User": "admin",
747747
"kerberos-user-service": null,
748748
"dbcp-soft-min-evictable-idle-time": "-1",
749-
"database-driver-locations": "/stackable/nifi/postgresql-42.7.5.jar",
749+
"database-driver-locations": "/stackable/nifi/postgresql-42.7.10.jar",
750750
"dbcp-max-idle-conns": "8"
751751
},
752752
"propertyDescriptors": {

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.7.2
8+
productVersion: 2.9.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.7.2
8+
productVersion: 2.9.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.7.2
8+
productVersion: 2.9.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.7.2-postgresql
11+
custom: oci.stackable.tech/demos/nifi:2.9.0-postgresql
1212
# pullPolicy: IfNotPresent
1313
clusterConfig:
1414
authentication:

0 commit comments

Comments
 (0)