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.
70
70
- Build Hadoop as ` stackable ` and configure the Stackable Nexus build-repo for the ` root ` user ([ #1133 ] )
71
71
- patchable: The base branch is now configured as the git upstream branch ([ #1131 ] ).
72
72
- airflow: Updates the entrypoint script and removes the check for GID == 0 ([ #1138 ] )
73
+ - druid: Bump druiod-opa-authorizer to ` 0.7.0 ` ([ #1139 ] ).
73
74
74
75
### Fixed
75
76
@@ -161,6 +162,7 @@ All notable changes to this project will be documented in this file.
161
162
[ #1133 ] : https://github.com/stackabletech/docker-images/pull/1133
162
163
[ #1137 ] : https://github.com/stackabletech/docker-images/pull/1137
163
164
[ #1138 ] : https://github.com/stackabletech/docker-images/pull/1138
165
+ [ #1139 ] : https://github.com/stackabletech/docker-images/pull/1139
164
166
165
167
## [ 25.3.0] - 2025-03-21
166
168
Original file line number Diff line number Diff line change 4
4
# https://druid.apache.org/docs/30.0.1/operations/java/
5
5
"java-base" : "17" ,
6
6
"java-devel" : "17" ,
7
- "authorizer" : "0.6 .0" ,
7
+ "authorizer" : "0.7 .0" ,
8
8
},
9
9
{
10
10
"product" : "31.0.1" ,
11
11
# https://druid.apache.org/docs/31.0.1/operations/java/
12
12
"java-base" : "17" ,
13
13
"java-devel" : "17" ,
14
- "authorizer" : "0.6 .0" ,
14
+ "authorizer" : "0.7 .0" ,
15
15
},
16
16
{
17
17
"product" : "33.0.0" ,
18
18
# https://druid.apache.org/docs/33.0.0/operations/java/
19
19
"java-base" : "17" ,
20
20
"java-devel" : "17" ,
21
- "authorizer" : "0.6 .0" ,
21
+ "authorizer" : "0.7 .0" ,
22
22
},
23
23
]
You can’t perform that action at this time.
0 commit comments