Skip to content

Commit cafa817

Browse files
authored
chore(druid): Bump druid-opa-authorizer to 0.7.0 (#1139)
* chore(druid): Bump druid-opa-authorizer to 0.7.0 * chore: Update changelog
1 parent dbfc7fb commit cafa817

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

druid/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
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
]

0 commit comments

Comments
 (0)