@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
1111- airflow: Add ` 2.10.5 ` ([ #1108 ] ).
1212- druid: check for correct permissions and ownerships in /stackable folder via
1313 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1039 ] ).
14+ - druid: Add ` 33.0.0 ` ([ #1110 ] ).
1415- hadoop: check for correct permissions and ownerships in /stackable folder via
1516 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1029 ] ).
1617- hbase: check for correct permissions and ownerships in /stackable folder via
@@ -22,6 +23,8 @@ All notable changes to this project will be documented in this file.
2223 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1041 ] ).
2324- nifi: check for correct permissions and ownerships in /stackable folder via
2425 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1027 ] ).
26+ - nifi: Add [ nifi-iceberg-bundle] for NiFi ` 2.4.0 ` ([ #1060 ] , [ #1106 ] ).
27+ - nifi: Add ` 2.4.0 ` ([ #1114 ] ).
2528- opa: check for correct permissions and ownerships in /stackable folder via
2629 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1038 ] ).
2730- opa: Add ` 1.4.2 ` ([ #1103 ] ).
@@ -34,12 +37,12 @@ All notable changes to this project will be documented in this file.
3437 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1025 ] ).
3538- zookeeper: check for correct permissions and ownerships in /stackable folder via
3639 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1043 ] ).
37- - nifi: Add [ nifi-iceberg-bundle] ( https://github.com/stackabletech/nifi-iceberg-bundle ) for NiFi ` 2.2.0 ` ([ #1060 ] , [ #1106 ] ).
3840- java: Add JDK 24 ([ #1097 ] ).
3941- ci: Add golang image to mirror workflow ([ #1103 ] ).
4042
4143### Changed
4244
45+ - airflow,superset: Use ` uv ` to build the product ([ #1116 ] ).
4346- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([ #1050 ] ).
4447- ubi9-rust-builder: Bump base image and update protoc to ` 30.2 ` ([ #1091 ] ).
4548- stackable-devel: Bump ubi9 base image ([ #1103 ] ).
@@ -55,6 +58,7 @@ All notable changes to this project will be documented in this file.
5558
5659### Fixed
5760
61+ - airflow: Pin Cython version ([ #1116 ] ).
5862- druid: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1039 ] ).
5963- hadoop: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1029 ] ).
6064- hbase: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1028 ] ).
@@ -65,6 +69,7 @@ All notable changes to this project will be documented in this file.
6569- opa: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1038 ] ).
6670- opa: Manually install Go 1.23.9 ([ #1103 ] ).
6771- spark-k8s: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1042 ] ).
72+ - superset: Pin Cython version ([ #1116 ] ).
6873- trino: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1025 ] ).
6974- zookeeper: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1043 ] ).
7075- Fixed two hardcoded username references ([ #1052 ] ).
@@ -76,10 +81,13 @@ All notable changes to this project will be documented in this file.
7681- zookeeper: Remove 3.9.2 ([ #1093 ] ).
7782- Remove ubi8-rust-builder image ([ #1091 ] ).
7883- spark: remove 3.5.2 ([ #1094 ] )
84+ - hadoop: Remove ` 3.3.4 ` and ` 3.4.0 ` ([ #1099 ] ).
7985- opa: Remove ` 0.67.1 ` ([ #1103 ] ).
8086- opa: Remove legacy bundle-builder from container build ([ #1103 ] ).
87+ - druid: Remove ` 30.0.0 ` ([ #1110 ] ).
88+ - nifi: Remove ` 2.2.0 ` ([ #1114 ] ).
8189
82- [ #916 ] : https://github.com/stackabletech/docker-images/pull/916
90+ [ nifi-iceberg-bundle ] : https://github.com/stackabletech/nifi-iceberg-bundle
8391[ #1025 ] : https://github.com/stackabletech/docker-images/pull/1025
8492[ #1027 ] : https://github.com/stackabletech/docker-images/pull/1027
8593[ #1028 ] : https://github.com/stackabletech/docker-images/pull/1028
@@ -105,10 +113,14 @@ All notable changes to this project will be documented in this file.
105113[ #1094 ] : https://github.com/stackabletech/docker-images/pull/1094
106114[ #1097 ] : https://github.com/stackabletech/docker-images/pull/1097
107115[ #1098 ] : https://github.com/stackabletech/docker-images/pull/1098
116+ [ #1099 ] : https://github.com/stackabletech/docker-images/pull/1099
108117[ #1102 ] : https://github.com/stackabletech/docker-images/pull/1102
109118[ #1103 ] : https://github.com/stackabletech/docker-images/pull/1103
110119[ #1106 ] : https://github.com/stackabletech/docker-images/pull/1106
111120[ #1108 ] : https://github.com/stackabletech/docker-images/pull/1108
121+ [ #1110 ] : https://github.com/stackabletech/docker-images/pull/1110
122+ [ #1114 ] : https://github.com/stackabletech/docker-images/pull/1114
123+ [ #1116 ] : https://github.com/stackabletech/docker-images/pull/1116
112124
113125## [ 25.3.0] - 2025-03-21
114126
0 commit comments