Skip to content

Commit 7f145ef

Browse files
committed
chore: bump opa-authorizer to 0.6.0
1 parent ea23f08 commit 7f145ef

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- BREAKING: druid: Bump opa-authorizer to 0.6.0 for all versions ([#984])
10+
711
### Added
812

913
- nifi: Activate `include-hadoop` profile for NiFi version 2.* ([#958]).

druid/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
"product": "26.0.0",
44
"java-base": "11",
55
"java-devel": "11",
6-
"authorizer": "0.5.0",
6+
"authorizer": "0.6.0",
77
},
88
{
99
"product": "30.0.0",
1010
# https://druid.apache.org/docs/30.0.0/operations/java/
1111
"java-base": "17",
1212
"java-devel": "17",
13-
"authorizer": "0.5.0",
13+
"authorizer": "0.6.0",
1414
},
1515
{
1616
"product": "31.0.1",
1717
# https://druid.apache.org/docs/31.0.1/operations/java/
1818
"java-base": "17",
1919
"java-devel": "17",
20-
"authorizer": "0.7.0",
20+
"authorizer": "0.6.0",
2121
},
2222
]

0 commit comments

Comments
 (0)