Skip to content

Commit 0bfbb02

Browse files
committed
bump nifi opa plugin to 0.3.1 and fix path in final image
1 parent a0cb5da commit 0bfbb02

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

nifi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ COPY --chown=${STACKABLE_USER_UID}:0 --from=nifi-iceberg-bundle-builder /stackab
186186
COPY --chown=${STACKABLE_USER_UID}:0 --from=nifi-iceberg-bundle-builder /stackable/*-src.tar.gz /stackable
187187
COPY --chown=${STACKABLE_USER_UID}:0 --from=nifi-builder /stackable/git-sync /stackable/git-sync
188188

189-
COPY --chown=${STACKABLE_USER_UID}:0 --from=opa-authorizer-builder /stackable/opa-authorizer.nar /stackable/nifi-${PRODUCT_VERSION}-stackable${RELEASE_VERSION}/extensions/opa-authorizer.nar
189+
COPY --chown=${STACKABLE_USER_UID}:0 --from=opa-authorizer-builder /stackable/opa-authorizer.nar /stackable/nifi-${PRODUCT_VERSION}-stackable${RELEASE_VERSION}/lib/nifi-opa-authorizer-nar-${NIFI_OPA_AUTHORIZER_PLUGIN_VERSION}.nar
190190
COPY --chown=${STACKABLE_USER_UID}:0 --from=opa-authorizer-builder /stackable/nifi-opa-plugin-${NIFI_OPA_AUTHORIZER_PLUGIN_VERSION}-src.tar.gz /stackable
191191
COPY --chown=${STACKABLE_USER_UID}:0 --from=opa-authorizer-builder /stackable/LICENSE /licenses/NIFI_OPA_PLUGIN_LICENSE
192192
COPY --chown=${STACKABLE_USER_UID}:0 nifi/stackable/bin /stackable/bin

nifi/boil-config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ java-devel = "11"
66
git-sync-version = "v4.4.1"
77
# Check for new versions at the upstream: https://github.com/DavidGitter/nifi-opa-plugin/tags
88
# Checkout a Patchable version (patch-series) for the new tag
9-
nifi-opa-authorizer-plugin-version = "0.3.0"
9+
nifi-opa-authorizer-plugin-version = "0.3.1"
1010

1111
[versions."1.28.1".local-images]
1212
java-base = "11"
@@ -16,7 +16,7 @@ java-devel = "11"
1616
git-sync-version = "v4.4.1"
1717
# Check for new versions at the upstream: https://github.com/DavidGitter/nifi-opa-plugin/tags
1818
# Checkout a Patchable version (patch-series) for the new tag
19-
nifi-opa-authorizer-plugin-version = "0.3.0"
19+
nifi-opa-authorizer-plugin-version = "0.3.1"
2020

2121
[versions."2.4.0".local-images]
2222
java-base = "21"
@@ -26,7 +26,7 @@ java-devel = "21"
2626
git-sync-version = "v4.4.1"
2727
# Check for new versions at the upstream: https://github.com/DavidGitter/nifi-opa-plugin/tags
2828
# Checkout a Patchable version (patch-series) for the new tag
29-
nifi-opa-authorizer-plugin-version = "0.3.0"
29+
nifi-opa-authorizer-plugin-version = "0.3.1"
3030
# Release a new version here: https://github.com/stackabletech/nifi-iceberg-bundle
3131
# Checkout a Patchable version (patch-series) for the new tag
3232
nifi-iceberg-bundle-version = "0.0.5"
@@ -39,7 +39,7 @@ java-devel = "21"
3939
git-sync-version = "v4.4.1"
4040
# Check for new versions at the upstream: https://github.com/DavidGitter/nifi-opa-plugin/tags
4141
# Checkout a Patchable version (patch-series) for the new tag
42-
nifi-opa-authorizer-plugin-version = "0.3.0"
42+
nifi-opa-authorizer-plugin-version = "0.3.1"
4343

4444
# Release a new version here: https://github.com/stackabletech/nifi-iceberg-bundle
4545
# Checkout a Patchable version (patch-series) for the new tag

nifi/opa-plugin/stackable/patches/0.3.0/patchable.toml renamed to nifi/opa-plugin/stackable/patches/0.3.1/patchable.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mirror = "https://github.com/stackabletech/nifi-opa-plugin.git"
2-
base = "728367a22e897479b4d8157b151ff1abca038d3d"
2+
base = "f16d155bd0bb31ea89103f0477fef95c889a3e02"

0 commit comments

Comments
 (0)