From ec7650aeb6016b2d23c1c16ac77949f1ab76440b Mon Sep 17 00:00:00 2001 From: Benedikt Labrenz Date: Tue, 28 Oct 2025 10:05:53 +0100 Subject: [PATCH] bump nifi-opa-plugin to fix a bug --- nifi/boil-config.toml | 8 ++++---- nifi/opa-plugin/stackable/patches/0.3.2/patchable.toml | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 nifi/opa-plugin/stackable/patches/0.3.2/patchable.toml 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"