@@ -8,8 +8,10 @@ All notable changes to this project will be documented in this file.
88
99- airflow: check for correct permissions and ownerships in /stackable folder via
1010 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1054 ] ).
11+ - airflow: Add ` 2.10.5 ` ([ #1108 ] ).
1112- druid: check for correct permissions and ownerships in /stackable folder via
1213 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1039 ] ).
14+ - druid: Add ` 33.0.0 ` ([ #1110 ] ).
1315- hadoop: check for correct permissions and ownerships in /stackable folder via
1416 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1029 ] ).
1517- hbase: check for correct permissions and ownerships in /stackable folder via
@@ -21,7 +23,9 @@ All notable changes to this project will be documented in this file.
2123 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1041 ] ).
2224- nifi: check for correct permissions and ownerships in /stackable folder via
2325 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1027 ] ).
24- - nifi: add git-sync ([ #1107 ] ).
26+ - nifi: Add [ nifi-iceberg-bundle] for NiFi ` 2.4.0 ` ([ #1060 ] , [ #1106 ] ).
27+ - nifi: Add ` 2.4.0 ` ([ #1114 ] ).
28+ - nifi: Add git-sync ([ #1107 ] ).
2529- opa: check for correct permissions and ownerships in /stackable folder via
2630 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1038 ] ).
2731- opa: Add ` 1.4.2 ` ([ #1103 ] ).
@@ -34,12 +38,13 @@ All notable changes to this project will be documented in this file.
3438 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1025 ] ).
3539- zookeeper: check for correct permissions and ownerships in /stackable folder via
3640 ` 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 ] ).
3841- java: Add JDK 24 ([ #1097 ] ).
3942- ci: Add golang image to mirror workflow ([ #1103 ] ).
43+ - hbase: add 2.6.2 and upgrade dependencies ([ #1101 ] )
4044
4145### Changed
4246
47+ - airflow,superset: Use ` uv ` to build the product ([ #1116 ] ).
4348- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([ #1050 ] ).
4449- ubi9-rust-builder: Bump base image and update protoc to ` 30.2 ` ([ #1091 ] ).
4550- stackable-devel: Bump ubi9 base image ([ #1103 ] ).
@@ -53,6 +58,7 @@ All notable changes to this project will be documented in this file.
5358
5459### Fixed
5560
61+ - airflow: Pin Cython version ([ #1116 ] ).
5662- druid: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1039 ] ).
5763- hadoop: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1029 ] ).
5864- hbase: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1028 ] ).
@@ -63,6 +69,7 @@ All notable changes to this project will be documented in this file.
6369- opa: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1038 ] ).
6470- opa: Manually install Go 1.23.9 ([ #1103 ] ).
6571- spark-k8s: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1042 ] ).
72+ - superset: Pin Cython version ([ #1116 ] ).
6673- trino: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1025 ] ).
6774- zookeeper: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1043 ] ).
6875- Fixed two hardcoded username references ([ #1052 ] ).
@@ -73,9 +80,14 @@ All notable changes to this project will be documented in this file.
7380 Also remove the old release workflow.
7481- zookeeper: Remove 3.9.2 ([ #1093 ] ).
7582- Remove ubi8-rust-builder image ([ #1091 ] ).
83+ - hadoop: Remove ` 3.3.4 ` and ` 3.4.0 ` ([ #1099 ] ).
7684- opa: Remove ` 0.67.1 ` ([ #1103 ] ).
7785- opa: Remove legacy bundle-builder from container build ([ #1103 ] ).
86+ - hbase: Remove 2.4.18 ([ #1101 ] )
87+ - druid: Remove ` 30.0.0 ` ([ #1110 ] ).
88+ - nifi: Remove ` 2.2.0 ` ([ #1114 ] ).
7889
90+ [ nifi-iceberg-bundle ] : https://github.com/stackabletech/nifi-iceberg-bundle
7991[ #1025 ] : https://github.com/stackabletech/docker-images/pull/1025
8092[ #1027 ] : https://github.com/stackabletech/docker-images/pull/1027
8193[ #1028 ] : https://github.com/stackabletech/docker-images/pull/1028
@@ -100,10 +112,16 @@ All notable changes to this project will be documented in this file.
100112[ #1093 ] : https://github.com/stackabletech/docker-images/pull/1093
101113[ #1097 ] : https://github.com/stackabletech/docker-images/pull/1097
102114[ #1098 ] : https://github.com/stackabletech/docker-images/pull/1098
115+ [ #1099 ] : https://github.com/stackabletech/docker-images/pull/1099
116+ [ #1101 ] : https://github.com/stackabletech/docker-images/pull/1101
103117[ #1102 ] : https://github.com/stackabletech/docker-images/pull/1102
104118[ #1103 ] : https://github.com/stackabletech/docker-images/pull/1103
105119[ #1106 ] : https://github.com/stackabletech/docker-images/pull/1106
106120[ #1107 ] : https://github.com/stackabletech/docker-images/pull/1107
121+ [ #1108 ] : https://github.com/stackabletech/docker-images/pull/1108
122+ [ #1110 ] : https://github.com/stackabletech/docker-images/pull/1110
123+ [ #1114 ] : https://github.com/stackabletech/docker-images/pull/1114
124+ [ #1116 ] : https://github.com/stackabletech/docker-images/pull/1116
107125
108126## [ 25.3.0] - 2025-03-21
109127
0 commit comments