@@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
2323 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1027 ] ).
2424- opa: check for correct permissions and ownerships in /stackable folder via
2525 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1038 ] ).
26+ - opa: Add ` 1.4.2 ` ([ #1103 ] ).
2627- spark-k8s: check for correct permissions and ownerships in /stackable folder via
2728 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1055 ] ).
2829- superset: check for correct permissions and ownerships in /stackable folder via
@@ -32,11 +33,13 @@ All notable changes to this project will be documented in this file.
3233- zookeeper: check for correct permissions and ownerships in /stackable folder via
3334 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1043 ] ).
3435- java: Add JDK 24 ([ #1097 ] ).
36+ - ci: Add golang image to mirror workflow ([ #1103 ] ).
3537
3638### Changed
3739
3840- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([ #1050 ] ).
3941- ubi9-rust-builder: Bump base image and update protoc to ` 30.2 ` ([ #1091 ] ).
42+ - stackable-devel: Bump ubi9 base image ([ #1103 ] ).
4043- spark-k8s: Include spark-connect jars, replace OpenJDK with Temurin JDK, cleanup ([ #1034 ] ).
4144- spark-connect-client: Image is now completely based on spark-k8s and includes JupyterLab and other demo dependencies ([ #1071 ] ).
4245- jmx_exporter: Bump products to use ` 1.2.0 ` ([ #1090 ] ).
@@ -55,6 +58,7 @@ All notable changes to this project will be documented in this file.
5558- Add ` --locked ` flag to ` cargo install ` commands for reproducible builds ([ #1044 ] ).
5659- nifi: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1027 ] ).
5760- opa: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1038 ] ).
61+ - opa: Manually install Go 1.23.9 ([ #1103 ] ).
5862- spark-k8s: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1042 ] ).
5963- trino: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1025 ] ).
6064- zookeeper: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1043 ] ).
@@ -66,6 +70,8 @@ All notable changes to this project will be documented in this file.
6670 Also remove the old release workflow.
6771- zookeeper: Remove 3.9.2 ([ #1093 ] ).
6872- Remove ubi8-rust-builder image ([ #1091 ] ).
73+ - opa: Remove ` 0.67.1 ` ([ #1103 ] ).
74+ - opa: Remove legacy bundle-builder from container build ([ #1103 ] ).
6975
7076[ #1025 ] : https://github.com/stackabletech/docker-images/pull/1025
7177[ #1027 ] : https://github.com/stackabletech/docker-images/pull/1027
@@ -90,6 +96,7 @@ All notable changes to this project will be documented in this file.
9096[ #1093 ] : https://github.com/stackabletech/docker-images/pull/1093
9197[ #1097 ] : https://github.com/stackabletech/docker-images/pull/1097
9298[ #1098 ] : https://github.com/stackabletech/docker-images/pull/1098
99+ [ #1103 ] : https://github.com/stackabletech/docker-images/pull/1103
93100
94101## [ 25.3.0] - 2025-03-21
95102
0 commit comments