Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ All notable changes to this project will be documented in this file.
- statsd-exporter: Remove 0.26.1 ([#866]).
- superset: Remove 2.1.3, 3.1.0 and 3.1.3 ([#866]).
- zookeeper: Remove 3.8.4 ([#851]).
- nifi: Remove 1.21.0 and 1.25.0 ([#868]).

### Fixed

Expand All @@ -62,6 +63,7 @@ All notable changes to this project will be documented in this file.
[#853]: https://github.com/stackabletech/docker-images/pull/853
[#866]: https://github.com/stackabletech/docker-images/pull/866
[#867]: https://github.com/stackabletech/docker-images/pull/867
[#868]: https://github.com/stackabletech/docker-images/pull/868

## [24.7.0] - 2024-07-24

Expand Down
29 changes: 0 additions & 29 deletions nifi/stackable/patches/1.21.0/001-patch-cyclonedx-plugin.patch

This file was deleted.

4 changes: 0 additions & 4 deletions nifi/stackable/patches/1.21.0/README

This file was deleted.

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions nifi/stackable/patches/1.25.0/003-patch-cyclonedx-plugin.patch

This file was deleted.

12 changes: 1 addition & 11 deletions nifi/versions.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
versions = [
{
"product": "1.21.0",
"java-base": "11",
"java-devel": "11",
},
{
"product": "1.25.0",
"java-base": "21",
"java-devel": "11", # There is an error when trying to use java-devel 21 (for nifi 1.25.0):
},
{
"product": "1.27.0",
"java-base": "11",
"java-devel": "11", # There is an error when trying to use java-devel 21 (for nifi 1.26.0):
"java-devel": "11", # There is an error when trying to use the jdk 21 (since nifi 1.26.0)
},
{
"product": "2.0.0-M4",
Expand Down