diff --git a/nifi/boil-config.toml b/nifi/boil-config.toml index 9962da0c6..18f980fbf 100644 --- a/nifi/boil-config.toml +++ b/nifi/boil-config.toml @@ -10,7 +10,7 @@ java-devel = "21" git-sync-version = "v4.6.0" # Check for new versions at the upstream: https://github.com/stackabletech/nifi-opa-plugin/tags # Checkout a Patchable version (patch-series) for the new tag -nifi-opa-authorizer-plugin-version = "0.5.0" +nifi-opa-authorizer-plugin-version = "0.6.0" # Release a new version here: https://github.com/stackabletech/nifi-iceberg-bundle # Checkout a Patchable version (patch-series) for the new tag @@ -26,7 +26,7 @@ java-devel = "21" git-sync-version = "v4.6.0" # Check for new versions at the upstream: https://github.com/stackabletech/nifi-opa-plugin/tags # Checkout a Patchable version (patch-series) for the new tag -nifi-opa-authorizer-plugin-version = "0.5.0" +nifi-opa-authorizer-plugin-version = "0.6.0" [versions."2.9.0".local-images] java-base = "21" # As stated in GitHub README @@ -37,4 +37,4 @@ java-devel = "21" git-sync-version = "v4.6.0" # Check for new versions at the upstream: https://github.com/stackabletech/nifi-opa-plugin/tags # Checkout a Patchable version (patch-series) for the new tag -nifi-opa-authorizer-plugin-version = "0.5.0" +nifi-opa-authorizer-plugin-version = "0.6.0" diff --git a/nifi/opa-plugin/stackable/patches/0.6.0/patchable.toml b/nifi/opa-plugin/stackable/patches/0.6.0/patchable.toml new file mode 100644 index 000000000..38e8622d8 --- /dev/null +++ b/nifi/opa-plugin/stackable/patches/0.6.0/patchable.toml @@ -0,0 +1,2 @@ +mirror = "https://github.com/stackabletech/nifi-opa-plugin.git" +base = "2689a6010c29041fcdeff4d8d3b954e95f02d8c6"