Skip to content

Commit ff4ff04

Browse files
authored
fix(nifi): Bump nifi-opa-plugin to v0.3.2 (#1321)
bump nifi-opa-plugin to fix a bug
1 parent ac16273 commit ff4ff04

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

nifi/boil-config.toml

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

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

2323
[versions."2.4.0".local-images]
2424
java-base = "21"
@@ -29,7 +29,7 @@ java-devel = "21"
2929
git-sync-version = "v4.4.1"
3030
# Check for new versions at the upstream: https://github.com/DavidGitter/nifi-opa-plugin/tags
3131
# Checkout a Patchable version (patch-series) for the new tag
32-
nifi-opa-authorizer-plugin-version = "0.3.0"
32+
nifi-opa-authorizer-plugin-version = "0.3.2"
3333
# Release a new version here: https://github.com/stackabletech/nifi-iceberg-bundle
3434
# Checkout a Patchable version (patch-series) for the new tag
3535
nifi-iceberg-bundle-version = "0.0.5"
@@ -43,7 +43,7 @@ java-devel = "21"
4343
git-sync-version = "v4.4.1"
4444
# Check for new versions at the upstream: https://github.com/DavidGitter/nifi-opa-plugin/tags
4545
# Checkout a Patchable version (patch-series) for the new tag
46-
nifi-opa-authorizer-plugin-version = "0.3.0"
46+
nifi-opa-authorizer-plugin-version = "0.3.2"
4747

4848
# Release a new version here: https://github.com/stackabletech/nifi-iceberg-bundle
4949
# Checkout a Patchable version (patch-series) for the new tag
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mirror = "https://github.com/stackabletech/nifi-opa-plugin.git"
2+
base = "3ec5432824d89c204c306dd7c5e0a4c39ad83691"

0 commit comments

Comments
 (0)