@@ -23,20 +23,25 @@ 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
2930 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1053 ] ).
31+ - superset: Add version ` 4.1.2 ` ([ #1102 ] ).
3032- trino: check for correct permissions and ownerships in /stackable folder via
3133 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1025 ] ).
3234- zookeeper: check for correct permissions and ownerships in /stackable folder via
3335 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1043 ] ).
36+ - nifi: Add [ nifi-iceberg-bundle] ( https://github.com/stackabletech/nifi-iceberg-bundle ) for NiFi ` 2.2.0 ` ([ #1060 ] , [ #1106 ] ).
3437- java: Add JDK 24 ([ #1097 ] ).
38+ - ci: Add golang image to mirror workflow ([ #1103 ] ).
3539
3640### Changed
3741
3842- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([ #1050 ] ).
3943- ubi9-rust-builder: Bump base image and update protoc to ` 30.2 ` ([ #1091 ] ).
44+ - stackable-devel: Bump ubi9 base image ([ #1103 ] ).
4045- spark-k8s: Include spark-connect jars, replace OpenJDK with Temurin JDK, cleanup ([ #1034 ] ).
4146- spark-connect-client: Image is now completely based on spark-k8s and includes JupyterLab and other demo dependencies ([ #1071 ] ).
4247- jmx_exporter: Bump products to use ` 1.2.0 ` ([ #1090 ] ).
@@ -56,6 +61,7 @@ All notable changes to this project will be documented in this file.
5661- Add ` --locked ` flag to ` cargo install ` commands for reproducible builds ([ #1044 ] ).
5762- nifi: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1027 ] ).
5863- opa: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1038 ] ).
64+ - opa: Manually install Go 1.23.9 ([ #1103 ] ).
5965- spark-k8s: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1042 ] ).
6066- trino: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1025 ] ).
6167- zookeeper: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1043 ] ).
@@ -68,6 +74,8 @@ All notable changes to this project will be documented in this file.
6874- zookeeper: Remove 3.9.2 ([ #1093 ] ).
6975- Remove ubi8-rust-builder image ([ #1091 ] ).
7076- spark: remove 3.5.2 ([ #1094 ] )
77+ - opa: Remove ` 0.67.1 ` ([ #1103 ] ).
78+ - opa: Remove legacy bundle-builder from container build ([ #1103 ] ).
7179
7280[ #1025 ] : https://github.com/stackabletech/docker-images/pull/1025
7381[ #1027 ] : https://github.com/stackabletech/docker-images/pull/1027
@@ -87,12 +95,16 @@ All notable changes to this project will be documented in this file.
8795[ #1054 ] : https://github.com/stackabletech/docker-images/pull/1054
8896[ #1055 ] : https://github.com/stackabletech/docker-images/pull/1055
8997[ #1056 ] : https://github.com/stackabletech/docker-images/pull/1056
98+ [ #1060 ] : https://github.com/stackabletech/docker-images/pull/1060
9099[ #1090 ] : https://github.com/stackabletech/docker-images/pull/1090
91100[ #1091 ] : https://github.com/stackabletech/docker-images/pull/1091
92101[ #1093 ] : https://github.com/stackabletech/docker-images/pull/1093
93102[ #1094 ] : https://github.com/stackabletech/docker-images/pull/1094
94103[ #1097 ] : https://github.com/stackabletech/docker-images/pull/1097
95104[ #1098 ] : https://github.com/stackabletech/docker-images/pull/1098
105+ [ #1102 ] : https://github.com/stackabletech/docker-images/pull/1102
106+ [ #1103 ] : https://github.com/stackabletech/docker-images/pull/1103
107+ [ #1106 ] : https://github.com/stackabletech/docker-images/pull/1106
96108
97109## [ 25.3.0] - 2025-03-21
98110
0 commit comments