@@ -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
@@ -33,12 +35,14 @@ All notable changes to this project will be documented in this file.
3335 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1025 ] ).
3436- zookeeper: check for correct permissions and ownerships in /stackable folder via
3537 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1043 ] ).
38+ - nifi: Add [ nifi-iceberg-bundle] ( https://github.com/stackabletech/nifi-iceberg-bundle ) for NiFi ` 2.2.0 ` ([ #1060 ] , [ #1106 ] ).
3639- java: Add JDK 24 ([ #1097 ] ).
3740- ci: Add golang image to mirror workflow ([ #1103 ] ).
3841- omid: bump version to 1.1.3 ([ #1105 ] )
3942
4043### Changed
4144
45+ - airflow,superset: Use ` uv ` to build the product ([ #1116 ] ).
4246- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([ #1050 ] ).
4347- ubi9-rust-builder: Bump base image and update protoc to ` 30.2 ` ([ #1091 ] ).
4448- stackable-devel: Bump ubi9 base image ([ #1103 ] ).
@@ -52,6 +56,7 @@ All notable changes to this project will be documented in this file.
5256
5357### Fixed
5458
59+ - airflow: Pin Cython version ([ #1116 ] ).
5560- druid: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1039 ] ).
5661- hadoop: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1029 ] ).
5762- hbase: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1028 ] ).
@@ -62,6 +67,7 @@ All notable changes to this project will be documented in this file.
6267- opa: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1038 ] ).
6368- opa: Manually install Go 1.23.9 ([ #1103 ] ).
6469- spark-k8s: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1042 ] ).
70+ - superset: Pin Cython version ([ #1116 ] ).
6571- trino: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1025 ] ).
6672- zookeeper: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1043 ] ).
6773- Fixed two hardcoded username references ([ #1052 ] ).
@@ -72,9 +78,11 @@ All notable changes to this project will be documented in this file.
7278 Also remove the old release workflow.
7379- zookeeper: Remove 3.9.2 ([ #1093 ] ).
7480- Remove ubi8-rust-builder image ([ #1091 ] ).
81+ - hadoop: Remove ` 3.3.4 ` and ` 3.4.0 ` ([ #1099 ] ).
7582- opa: Remove ` 0.67.1 ` ([ #1103 ] ).
7683- opa: Remove legacy bundle-builder from container build ([ #1103 ] ).
7784- omid: Remove 1.1.3-SNAPSHOT ([ #1105 ] ).
85+ - druid: Remove ` 30.0.0 ` ([ #1110 ] ).
7886
7987[ #1025 ] : https://github.com/stackabletech/docker-images/pull/1025
8088[ #1027 ] : https://github.com/stackabletech/docker-images/pull/1027
@@ -94,14 +102,20 @@ All notable changes to this project will be documented in this file.
94102[ #1054 ] : https://github.com/stackabletech/docker-images/pull/1054
95103[ #1055 ] : https://github.com/stackabletech/docker-images/pull/1055
96104[ #1056 ] : https://github.com/stackabletech/docker-images/pull/1056
105+ [ #1060 ] : https://github.com/stackabletech/docker-images/pull/1060
97106[ #1090 ] : https://github.com/stackabletech/docker-images/pull/1090
98107[ #1091 ] : https://github.com/stackabletech/docker-images/pull/1091
99108[ #1093 ] : https://github.com/stackabletech/docker-images/pull/1093
100109[ #1097 ] : https://github.com/stackabletech/docker-images/pull/1097
101110[ #1098 ] : https://github.com/stackabletech/docker-images/pull/1098
111+ [ #1099 ] : https://github.com/stackabletech/docker-images/pull/1099
102112[ #1102 ] : https://github.com/stackabletech/docker-images/pull/1102
103113[ #1103 ] : https://github.com/stackabletech/docker-images/pull/1103
104114[ #1105 ] : https://github.com/stackabletech/docker-images/pull/1105
115+ [ #1106 ] : https://github.com/stackabletech/docker-images/pull/1106
116+ [ #1108 ] : https://github.com/stackabletech/docker-images/pull/1108
117+ [ #1110 ] : https://github.com/stackabletech/docker-images/pull/1110
118+ [ #1116 ] : https://github.com/stackabletech/docker-images/pull/1116
105119
106120## [ 25.3.0] - 2025-03-21
107121
0 commit comments