@@ -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
@@ -41,6 +42,7 @@ All notable changes to this project will be documented in this file.
4142
4243### Changed
4344
45+ - airflow,superset: Use ` uv ` to build the product ([ #1116 ] ).
4446- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([ #1050 ] ).
4547- ubi9-rust-builder: Bump base image and update protoc to ` 30.2 ` ([ #1091 ] ).
4648- stackable-devel: Bump ubi9 base image ([ #1103 ] ).
@@ -51,10 +53,10 @@ All notable changes to this project will be documented in this file.
5153- yq: Bump products to use ` 4.45.2 ` ([ #1090 ] ).
5254- cyclonedx-bom: Bump airflow and superset to use ` 6.0.0 ` ([ #1090 ] ).
5355- vector: Bump to ` 0.46.1 ` ([ #1098 ] ).
54- - Changed default user & group IDs from 1000/1000 to 782252253/574654813 ([ #916 ] )
5556
5657### Fixed
5758
59+ - airflow: Pin Cython version ([ #1116 ] ).
5860- druid: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1039 ] ).
5961- hadoop: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1029 ] ).
6062- hbase: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1028 ] ).
@@ -65,6 +67,7 @@ All notable changes to this project will be documented in this file.
6567- opa: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1038 ] ).
6668- opa: Manually install Go 1.23.9 ([ #1103 ] ).
6769- spark-k8s: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1042 ] ).
70+ - superset: Pin Cython version ([ #1116 ] ).
6871- trino: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1025 ] ).
6972- zookeeper: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1043 ] ).
7073- Fixed two hardcoded username references ([ #1052 ] ).
@@ -77,6 +80,7 @@ All notable changes to this project will be documented in this file.
7780- Remove ubi8-rust-builder image ([ #1091 ] ).
7881- opa: Remove ` 0.67.1 ` ([ #1103 ] ).
7982- opa: Remove legacy bundle-builder from container build ([ #1103 ] ).
83+ - druid: Remove ` 30.0.0 ` ([ #1110 ] ).
8084- nifi: Remove ` 2.2.0 ` ([ #1114 ] ).
8185
8286[ nifi-iceberg-bundle ] : https://github.com/stackabletech/nifi-iceberg-bundle
@@ -109,7 +113,9 @@ All notable changes to this project will be documented in this file.
109113[ #1103 ] : https://github.com/stackabletech/docker-images/pull/1103
110114[ #1106 ] : https://github.com/stackabletech/docker-images/pull/1106
111115[ #1108 ] : https://github.com/stackabletech/docker-images/pull/1108
116+ [ #1110 ] : https://github.com/stackabletech/docker-images/pull/1110
112117[ #1114 ] : https://github.com/stackabletech/docker-images/pull/1114
118+ [ #1116 ] : https://github.com/stackabletech/docker-images/pull/1116
113119
114120## [ 25.3.0] - 2025-03-21
115121
0 commit comments