File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ All notable changes to this project will be documented in this file.
7070- Build Hadoop as ` stackable ` and configure the Stackable Nexus build-repo for the ` root ` user ([ #1133 ] )
7171- patchable: The base branch is now configured as the git upstream branch ([ #1131 ] ).
7272- airflow: Updates the entrypoint script and removes the check for GID == 0 ([ #1138 ] )
73+ - druid: Bump druiod-opa-authorizer to ` 0.7.0 ` ([ #1139 ] ).
7374
7475### Fixed
7576
@@ -161,6 +162,7 @@ All notable changes to this project will be documented in this file.
161162[ #1133 ] : https://github.com/stackabletech/docker-images/pull/1133
162163[ #1137 ] : https://github.com/stackabletech/docker-images/pull/1137
163164[ #1138 ] : https://github.com/stackabletech/docker-images/pull/1138
165+ [ #1139 ] : https://github.com/stackabletech/docker-images/pull/1139
164166
165167## [ 25.3.0] - 2025-03-21
166168
Original file line number Diff line number Diff line change 44 # https://druid.apache.org/docs/30.0.1/operations/java/
55 "java-base" : "17" ,
66 "java-devel" : "17" ,
7- "authorizer" : "0.6 .0" ,
7+ "authorizer" : "0.7 .0" ,
88 },
99 {
1010 "product" : "31.0.1" ,
1111 # https://druid.apache.org/docs/31.0.1/operations/java/
1212 "java-base" : "17" ,
1313 "java-devel" : "17" ,
14- "authorizer" : "0.6 .0" ,
14+ "authorizer" : "0.7 .0" ,
1515 },
1616 {
1717 "product" : "33.0.0" ,
1818 # https://druid.apache.org/docs/33.0.0/operations/java/
1919 "java-base" : "17" ,
2020 "java-devel" : "17" ,
21- "authorizer" : "0.6 .0" ,
21+ "authorizer" : "0.7 .0" ,
2222 },
2323]
You can’t perform that action at this time.
0 commit comments