From 7f78c75ee072d227b79c0bc219165cdf734e5bce Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 3 Jun 2026 08:27:35 +0200 Subject: [PATCH 1/3] chore!(nifi): Remove 1.28.1 --- nifi/boil-config.toml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/nifi/boil-config.toml b/nifi/boil-config.toml index b81d7e8cc..390a1986a 100644 --- a/nifi/boil-config.toml +++ b/nifi/boil-config.toml @@ -1,17 +1,6 @@ [metadata.registries] "oci.stackable.tech" = { namespace = "sdp" } -[versions."1.28.1".local-images] -java-base = "11" -java-devel = "11" -"shared/logback" = "1.3.14" # https://github.com/apache/nifi/blob/rel/nifi-1.28.1/pom.xml#L146 - -[versions."1.28.1".build-arguments] -git-sync-version = "v4.4.1" -# 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" - [versions."2.6.0".local-images] java-base = "21" java-devel = "21" From 2041d0b6a4e7101d495f9d7c1b6bf79c75b99e4e Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 3 Jun 2026 08:28:20 +0200 Subject: [PATCH 2/3] chore(nifi): Mark 2.7.2 as deprecated --- nifi/boil-config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/nifi/boil-config.toml b/nifi/boil-config.toml index 390a1986a..44c89a3c0 100644 --- a/nifi/boil-config.toml +++ b/nifi/boil-config.toml @@ -16,6 +16,7 @@ nifi-opa-authorizer-plugin-version = "0.5.0" # Checkout a Patchable version (patch-series) for the new tag nifi-iceberg-bundle-version = "0.0.5" +# Deprecated since 26.7.0 [versions."2.7.2".local-images] java-base = "21" # As stated in GitHub README java-devel = "21" From bb8319c371ef9c05605e9e609f07bfaa51c14ca9 Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 3 Jun 2026 08:34:10 +0200 Subject: [PATCH 3/3] chore: Add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c0c6d509..dda2e1655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. - hadoop: Add precompiled hadoop for later reuse in dependent images ([#1466], [#1474]). - nifi: Add version `2.9.0` ([#1463]). +- nifi: Remove `1.28.1`, deprecate `2.7.2` ([#1520]). - nifi: Backport NIFI-15801 to 2.x versions ([#1481]). - nifi: Backport NIFI-15901 to 2.x versions ([#1481]). - testing-tools: Added grpcurl utility ([#1493]). @@ -50,6 +51,7 @@ All notable changes to this project will be documented in this file. [#1510]: https://github.com/stackabletech/docker-images/pull/1510 [#1512]: https://github.com/stackabletech/docker-images/pull/1512 [#1518]: https://github.com/stackabletech/docker-images/pull/1518 +[#1520]: https://github.com/stackabletech/docker-images/pull/1520 ## [26.3.0] - 2026-03-16