Skip to content

Commit 13fabe6

Browse files
authored
chore!(nifi): Remove 1.28.1, deprecate 2.7.2 (#1520)
* chore!(nifi): Remove 1.28.1 * chore(nifi): Mark 2.7.2 as deprecated * chore: Add changelog entry
1 parent 493c371 commit 13fabe6

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
88

99
- hadoop: Add precompiled hadoop for later reuse in dependent images ([#1466], [#1474]).
1010
- nifi: Add version `2.9.0` ([#1463]).
11+
- nifi: Remove `1.28.1`, deprecate `2.7.2` ([#1520]).
1112
- nifi: Backport NIFI-15801 to 2.x versions ([#1481]).
1213
- nifi: Backport NIFI-15901 to 2.x versions ([#1481]).
1314
- testing-tools: Added grpcurl utility ([#1493]).
@@ -50,6 +51,7 @@ All notable changes to this project will be documented in this file.
5051
[#1510]: https://github.com/stackabletech/docker-images/pull/1510
5152
[#1512]: https://github.com/stackabletech/docker-images/pull/1512
5253
[#1518]: https://github.com/stackabletech/docker-images/pull/1518
54+
[#1520]: https://github.com/stackabletech/docker-images/pull/1520
5355

5456
## [26.3.0] - 2026-03-16
5557

nifi/boil-config.toml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
[metadata.registries]
22
"oci.stackable.tech" = { namespace = "sdp" }
33

4-
[versions."1.28.1".local-images]
5-
java-base = "11"
6-
java-devel = "11"
7-
"shared/logback" = "1.3.14" # https://github.com/apache/nifi/blob/rel/nifi-1.28.1/pom.xml#L146
8-
9-
[versions."1.28.1".build-arguments]
10-
git-sync-version = "v4.4.1"
11-
# Check for new versions at the upstream: https://github.com/stackabletech/nifi-opa-plugin/tags
12-
# Checkout a Patchable version (patch-series) for the new tag
13-
nifi-opa-authorizer-plugin-version = "0.5.0"
14-
154
[versions."2.6.0".local-images]
165
java-base = "21"
176
java-devel = "21"
@@ -27,6 +16,7 @@ nifi-opa-authorizer-plugin-version = "0.5.0"
2716
# Checkout a Patchable version (patch-series) for the new tag
2817
nifi-iceberg-bundle-version = "0.0.5"
2918

19+
# Deprecated since 26.7.0
3020
[versions."2.7.2".local-images]
3121
java-base = "21" # As stated in GitHub README
3222
java-devel = "21"

0 commit comments

Comments
 (0)