diff --git a/nifi/boil-config.toml b/nifi/boil-config.toml index 1181a68a4..f9d78ad5d 100644 --- a/nifi/boil-config.toml +++ b/nifi/boil-config.toml @@ -7,7 +7,7 @@ java-devel = "11" git-sync-version = "v4.4.1" # Check for new versions at the upstream: https://github.com/DavidGitter/nifi-opa-plugin/tags # Checkout a Patchable version (patch-series) for the new tag -nifi-opa-authorizer-plugin-version = "0.3.0" +nifi-opa-authorizer-plugin-version = "0.3.2" [versions."1.28.1".local-images] java-base = "11" @@ -18,7 +18,7 @@ java-devel = "11" git-sync-version = "v4.4.1" # Check for new versions at the upstream: https://github.com/DavidGitter/nifi-opa-plugin/tags # Checkout a Patchable version (patch-series) for the new tag -nifi-opa-authorizer-plugin-version = "0.3.0" +nifi-opa-authorizer-plugin-version = "0.3.2" [versions."2.4.0".local-images] java-base = "21" @@ -29,7 +29,7 @@ java-devel = "21" git-sync-version = "v4.4.1" # Check for new versions at the upstream: https://github.com/DavidGitter/nifi-opa-plugin/tags # Checkout a Patchable version (patch-series) for the new tag -nifi-opa-authorizer-plugin-version = "0.3.0" +nifi-opa-authorizer-plugin-version = "0.3.2" # Release a new version here: https://github.com/stackabletech/nifi-iceberg-bundle # Checkout a Patchable version (patch-series) for the new tag nifi-iceberg-bundle-version = "0.0.5" @@ -43,7 +43,7 @@ java-devel = "21" git-sync-version = "v4.4.1" # Check for new versions at the upstream: https://github.com/DavidGitter/nifi-opa-plugin/tags # Checkout a Patchable version (patch-series) for the new tag -nifi-opa-authorizer-plugin-version = "0.3.0" +nifi-opa-authorizer-plugin-version = "0.3.2" # Release a new version here: https://github.com/stackabletech/nifi-iceberg-bundle # Checkout a Patchable version (patch-series) for the new tag diff --git a/nifi/opa-plugin/stackable/patches/0.3.2/patchable.toml b/nifi/opa-plugin/stackable/patches/0.3.2/patchable.toml new file mode 100644 index 000000000..2e0a7829f --- /dev/null +++ b/nifi/opa-plugin/stackable/patches/0.3.2/patchable.toml @@ -0,0 +1,2 @@ +mirror = "https://github.com/stackabletech/nifi-opa-plugin.git" +base = "3ec5432824d89c204c306dd7c5e0a4c39ad83691"