@@ -8,8 +8,10 @@ All notable changes to this project will be documented in this file.
8
8
9
9
- airflow: check for correct permissions and ownerships in /stackable folder via
10
10
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1054 ] ).
11
+ - airflow: Add ` 2.10.5 ` ([ #1108 ] ).
11
12
- druid: check for correct permissions and ownerships in /stackable folder via
12
13
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1039 ] ).
14
+ - druid: Add ` 33.0.0 ` ([ #1110 ] ).
13
15
- hadoop: check for correct permissions and ownerships in /stackable folder via
14
16
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1029 ] ).
15
17
- 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.
23
25
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1027 ] ).
24
26
- opa: check for correct permissions and ownerships in /stackable folder via
25
27
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1038 ] ).
28
+ - opa: Add ` 1.4.2 ` ([ #1103 ] ).
26
29
- spark-k8s: check for correct permissions and ownerships in /stackable folder via
27
30
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1055 ] ).
28
31
- superset: check for correct permissions and ownerships in /stackable folder via
29
32
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1053 ] ).
33
+ - superset: Add version ` 4.1.2 ` ([ #1102 ] ).
30
34
- trino: check for correct permissions and ownerships in /stackable folder via
31
35
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1025 ] ).
32
36
- zookeeper: check for correct permissions and ownerships in /stackable folder via
33
37
` 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 ] ).
34
39
- java: Add JDK 24 ([ #1097 ] ).
40
+ - ci: Add golang image to mirror workflow ([ #1103 ] ).
35
41
36
42
### Changed
37
43
44
+ - airflow,superset: Use ` uv ` to build the product ([ #1116 ] ).
38
45
- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([ #1050 ] ).
39
46
- ubi9-rust-builder: Bump base image and update protoc to ` 30.2 ` ([ #1091 ] ).
47
+ - stackable-devel: Bump ubi9 base image ([ #1103 ] ).
40
48
- spark-k8s: Include spark-connect jars, replace OpenJDK with Temurin JDK, cleanup ([ #1034 ] ).
41
49
- spark-connect-client: Image is now completely based on spark-k8s and includes JupyterLab and other demo dependencies ([ #1071 ] ).
42
50
- 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.
47
55
48
56
### Fixed
49
57
58
+ - airflow: Pin Cython version ([ #1116 ] ).
50
59
- druid: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1039 ] ).
51
60
- hadoop: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1029 ] ).
52
61
- 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.
55
64
- Add ` --locked ` flag to ` cargo install ` commands for reproducible builds ([ #1044 ] ).
56
65
- nifi: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1027 ] ).
57
66
- 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 ] ).
58
68
- spark-k8s: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1042 ] ).
69
+ - superset: Pin Cython version ([ #1116 ] ).
59
70
- trino: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1025 ] ).
60
71
- zookeeper: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1043 ] ).
61
72
- Fixed two hardcoded username references ([ #1052 ] ).
@@ -67,6 +78,9 @@ All notable changes to this project will be documented in this file.
67
78
- zookeeper: Remove 3.9.2 ([ #1093 ] ).
68
79
- Remove ubi8-rust-builder image ([ #1091 ] ).
69
80
- 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 ] ).
70
84
71
85
[ #1025 ] : https://github.com/stackabletech/docker-images/pull/1025
72
86
[ #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.
86
100
[ #1054 ] : https://github.com/stackabletech/docker-images/pull/1054
87
101
[ #1055 ] : https://github.com/stackabletech/docker-images/pull/1055
88
102
[ #1056 ] : https://github.com/stackabletech/docker-images/pull/1056
103
+ [ #1060 ] : https://github.com/stackabletech/docker-images/pull/1060
89
104
[ #1090 ] : https://github.com/stackabletech/docker-images/pull/1090
90
105
[ #1091 ] : https://github.com/stackabletech/docker-images/pull/1091
91
106
[ #1093 ] : https://github.com/stackabletech/docker-images/pull/1093
92
107
[ #1097 ] : https://github.com/stackabletech/docker-images/pull/1097
93
108
[ #1098 ] : https://github.com/stackabletech/docker-images/pull/1098
94
109
[ #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
95
116
96
117
## [ 25.3.0] - 2025-03-21
97
118
0 commit comments