Skip to content

Commit c438cb1

Browse files
committed
chore: Bump nifi-iceberg-bundle to 0.0.4 for proper Nifi 2.4.0 support
1 parent 7c843dd commit c438cb1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

nifi/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ if [[ "${PRODUCT}" != 1.* ]] ; then
8181
curl "https://github.com/stackabletech/nifi-iceberg-bundle/archive/refs/tags/${NIFI_ICEBERG_BUNDLE}.tar.gz" | tar -xzC .
8282
cd nifi-iceberg-bundle-${NIFI_ICEBERG_BUNDLE} || exit
8383

84+
sed -i -e "s/{{ NIFI_VERSION }}/${PRODUCT}/g" pom.xml
85+
8486
mvn \
8587
--batch-mode \
8688
--no-transfer-progress\

nifi/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"product": "2.4.0",
1414
"java-base": "21",
1515
"java-devel": "21",
16-
"nifi_iceberg_bundle": "0.0.3",
16+
"nifi_iceberg_bundle": "0.0.4",
1717
},
1818
]

0 commit comments

Comments
 (0)