@@ -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
@@ -33,11 +34,13 @@ All notable changes to this project will be documented in this file.
3334- zookeeper: check for correct permissions and ownerships in /stackable folder via
3435 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1043 ] ).
3536- java: Add JDK 24 ([ #1097 ] ).
37+ - ci: Add golang image to mirror workflow ([ #1103 ] ).
3638
3739### Changed
3840
3941- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([ #1050 ] ).
4042- ubi9-rust-builder: Bump base image and update protoc to ` 30.2 ` ([ #1091 ] ).
43+ - stackable-devel: Bump ubi9 base image ([ #1103 ] ).
4144- spark-k8s: Include spark-connect jars, replace OpenJDK with Temurin JDK, cleanup ([ #1034 ] ).
4245- spark-connect-client: Image is now completely based on spark-k8s and includes JupyterLab and other demo dependencies ([ #1071 ] ).
4346- jmx_exporter: Bump products to use ` 1.2.0 ` ([ #1090 ] ).
@@ -56,6 +59,7 @@ All notable changes to this project will be documented in this file.
5659- Add ` --locked ` flag to ` cargo install ` commands for reproducible builds ([ #1044 ] ).
5760- nifi: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1027 ] ).
5861- opa: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1038 ] ).
62+ - opa: Manually install Go 1.23.9 ([ #1103 ] ).
5963- spark-k8s: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1042 ] ).
6064- trino: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1025 ] ).
6165- zookeeper: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1043 ] ).
@@ -67,6 +71,8 @@ All notable changes to this project will be documented in this file.
6771 Also remove the old release workflow.
6872- zookeeper: Remove 3.9.2 ([ #1093 ] ).
6973- Remove ubi8-rust-builder image ([ #1091 ] ).
74+ - opa: Remove ` 0.67.1 ` ([ #1103 ] ).
75+ - opa: Remove legacy bundle-builder from container build ([ #1103 ] ).
7076
7177[ #1025 ] : https://github.com/stackabletech/docker-images/pull/1025
7278[ #1027 ] : https://github.com/stackabletech/docker-images/pull/1027
@@ -92,6 +98,7 @@ All notable changes to this project will be documented in this file.
9298[ #1097 ] : https://github.com/stackabletech/docker-images/pull/1097
9399[ #1098 ] : https://github.com/stackabletech/docker-images/pull/1098
94100[ #1102 ] : https://github.com/stackabletech/docker-images/pull/1102
101+ [ #1103 ] : https://github.com/stackabletech/docker-images/pull/1103
95102
96103## [ 25.3.0] - 2025-03-21
97104
0 commit comments