@@ -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
@@ -23,20 +25,26 @@ All notable changes to this project will be documented in this file.
2325 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1027 ] ).
2426- opa: check for correct permissions and ownerships in /stackable folder via
2527 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1038 ] ).
28+ - opa: Add ` 1.4.2 ` ([ #1103 ] ).
2629- spark-k8s: check for correct permissions and ownerships in /stackable folder via
2730 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1055 ] ).
2831- superset: check for correct permissions and ownerships in /stackable folder via
2932 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1053 ] ).
33+ - superset: Add version ` 4.1.2 ` ([ #1102 ] ).
3034- trino: check for correct permissions and ownerships in /stackable folder via
3135 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1025 ] ).
3236- zookeeper: check for correct permissions and ownerships in /stackable folder via
3337 ` 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 ] ).
3439- java: Add JDK 24 ([ #1097 ] ).
40+ - ci: Add golang image to mirror workflow ([ #1103 ] ).
3541
3642### Changed
3743
44+ - airflow,superset: Use ` uv ` to build the product ([ #1116 ] ).
3845- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([ #1050 ] ).
3946- ubi9-rust-builder: Bump base image and update protoc to ` 30.2 ` ([ #1091 ] ).
47+ - stackable-devel: Bump ubi9 base image ([ #1103 ] ).
4048- spark-k8s: Include spark-connect jars, replace OpenJDK with Temurin JDK, cleanup ([ #1034 ] ).
4149- spark-connect-client: Image is now completely based on spark-k8s and includes JupyterLab and other demo dependencies ([ #1071 ] ).
4250- jmx_exporter: Bump products to use ` 1.2.0 ` ([ #1090 ] ).
@@ -47,6 +55,7 @@ All notable changes to this project will be documented in this file.
4755
4856### Fixed
4957
58+ - airflow: Pin Cython version ([ #1116 ] ).
5059- druid: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1039 ] ).
5160- hadoop: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1029 ] ).
5261- hbase: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1028 ] ).
@@ -55,7 +64,9 @@ All notable changes to this project will be documented in this file.
5564- Add ` --locked ` flag to ` cargo install ` commands for reproducible builds ([ #1044 ] ).
5665- nifi: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1027 ] ).
5766- opa: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1038 ] ).
67+ - opa: Manually install Go 1.23.9 ([ #1103 ] ).
5868- spark-k8s: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1042 ] ).
69+ - superset: Pin Cython version ([ #1116 ] ).
5970- trino: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1025 ] ).
6071- zookeeper: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1043 ] ).
6172- Fixed two hardcoded username references ([ #1052 ] ).
@@ -67,6 +78,9 @@ All notable changes to this project will be documented in this file.
6778- zookeeper: Remove 3.9.2 ([ #1093 ] ).
6879- Remove ubi8-rust-builder image ([ #1091 ] ).
6980- hadoop: Remove ` 3.3.4 ` and ` 3.4.0 ` ([ #1099 ] ).
81+ - opa: Remove ` 0.67.1 ` ([ #1103 ] ).
82+ - opa: Remove legacy bundle-builder from container build ([ #1103 ] ).
83+ - druid: Remove ` 30.0.0 ` ([ #1110 ] ).
7084
7185[ #1025 ] : https://github.com/stackabletech/docker-images/pull/1025
7286[ #1027 ] : https://github.com/stackabletech/docker-images/pull/1027
@@ -86,12 +100,19 @@ All notable changes to this project will be documented in this file.
86100[ #1054 ] : https://github.com/stackabletech/docker-images/pull/1054
87101[ #1055 ] : https://github.com/stackabletech/docker-images/pull/1055
88102[ #1056 ] : https://github.com/stackabletech/docker-images/pull/1056
103+ [ #1060 ] : https://github.com/stackabletech/docker-images/pull/1060
89104[ #1090 ] : https://github.com/stackabletech/docker-images/pull/1090
90105[ #1091 ] : https://github.com/stackabletech/docker-images/pull/1091
91106[ #1093 ] : https://github.com/stackabletech/docker-images/pull/1093
92107[ #1097 ] : https://github.com/stackabletech/docker-images/pull/1097
93108[ #1098 ] : https://github.com/stackabletech/docker-images/pull/1098
94109[ #1099 ] : https://github.com/stackabletech/docker-images/pull/1099
110+ [ #1102 ] : https://github.com/stackabletech/docker-images/pull/1102
111+ [ #1103 ] : https://github.com/stackabletech/docker-images/pull/1103
112+ [ #1106 ] : https://github.com/stackabletech/docker-images/pull/1106
113+ [ #1108 ] : https://github.com/stackabletech/docker-images/pull/1108
114+ [ #1110 ] : https://github.com/stackabletech/docker-images/pull/1110
115+ [ #1116 ] : https://github.com/stackabletech/docker-images/pull/1116
95116
96117## [ 25.3.0] - 2025-03-21
97118
0 commit comments