@@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.
2222- spark-connect-client: A new image for Spark connect tests and demos ([ #1034 ] )
2323- kafka: check for correct permissions and ownerships in /stackable folder via
2424 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1041 ] ).
25+ - kafka: build kafka-opa-plugin from source ([ #1177 ] ).
2526- nifi: check for correct permissions and ownerships in /stackable folder via
2627 ` check-permissions-ownership.sh ` provided in stackable-base image ([ #1027 ] ).
2728- nifi: Add [ nifi-iceberg-bundle] for NiFi ` 2.4.0 ` ([ #1060 ] , [ #1106 ] ).
@@ -90,6 +91,7 @@ All notable changes to this project will be documented in this file.
9091- opa: Enable custom versions ([ #1170 ] ).
9192- use custom product versions for Hadoop, HBase, Phoenix, hbase-operator-tools, Druid, Hive and Spark ([ #1173 ] ).
9293- hbase: Bump dependencies to the latest patch level for HBase ` 2.6.1 ` and ` 2.6.2 ` ([ #1185 ] ).
94+ - Changed default user & group IDs from 1000/1000 to 782252253/574654813 ([ #1164 ] )
9395
9496### Fixed
9597
@@ -112,6 +114,8 @@ All notable changes to this project will be documented in this file.
112114- ubi9-rust-builder: Use pinned ` rustup ` version ([ #1121 ] ).
113115- hive: Patch for postgres CVE-2024 -1597 ([ #1100 ] ).
114116- bump image-tools (for ` bake ` ) and nixpkgs (for ` nodejs_20 ` , used by pre-commit) ([ #1100 ] ).
117+ - bump image-tools (for ` bake ` ) to fix ` RELEASE ` arg ([ #1188 ] ).
118+ - nifi: automatically determine NiFi version create reporting task script ([ #1189 ] ).
115119
116120### Removed
117121
@@ -131,6 +135,7 @@ All notable changes to this project will be documented in this file.
131135- nifi: Remove ` 2.2.0 ` ([ #1114 ] ).
132136- kafka: Remove ` 3.7.1 ` and ` 3.8.0 ` ([ #1117 ] ).
133137- spark-connect-client: Remove ` 3.5.5 ` ([ #1142 ] ).
138+ - nifi: Enable custom versions ([ #1172 ] ).
134139- kafka: Enable custom versions ([ #1171 ] ).
135140- omid: Enable custom versions ([ #1174 ] ).
136141
@@ -195,17 +200,21 @@ All notable changes to this project will be documented in this file.
195200[ #1152 ] : https://github.com/stackabletech/docker-images/pull/1152
196201[ #1156 ] : https://github.com/stackabletech/docker-images/pull/1156
197202[ #1163 ] : https://github.com/stackabletech/docker-images/pull/1163
203+ [ #1164 ] : https://github.com/stackabletech/docker-images/pull/1164
198204[ #1165 ] : https://github.com/stackabletech/docker-images/pull/1165
199205[ #1168 ] : https://github.com/stackabletech/docker-images/pull/1168
200206[ #1169 ] : https://github.com/stackabletech/docker-images/pull/1169
201207[ #1170 ] : https://github.com/stackabletech/docker-images/pull/1170
202208[ #1171 ] : https://github.com/stackabletech/docker-images/pull/1171
203209[ #1173 ] : https://github.com/stackabletech/docker-images/pull/1173
204210[ #1174 ] : https://github.com/stackabletech/docker-images/pull/1174
211+ [ #1177 ] : https://github.com/stackabletech/docker-images/pull/1177
205212[ #1179 ] : https://github.com/stackabletech/docker-images/pull/1179
206213[ #1180 ] : https://github.com/stackabletech/docker-images/pull/1180
207214[ #1184 ] : https://github.com/stackabletech/docker-images/pull/1184
208215[ #1185 ] : https://github.com/stackabletech/docker-images/pull/1185
216+ [ #1188 ] : https://github.com/stackabletech/docker-images/pull/1188
217+ [ #1189 ] : https://github.com/stackabletech/docker-images/pull/1189
209218
210219## [ 25.3.0] - 2025-03-21
211220
0 commit comments