diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c1eeb68..6d77bff 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -20,9 +20,9 @@ jobs:
strategy:
matrix:
profile:
- - {druid: druid-30.0.0, java: '17'}
- {druid: druid-30.0.1, java: '17'}
- {druid: druid-31.0.1, java: '17'}
+ - {druid: druid-33.0.0, java: '17'}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1b61797..9b2bb8b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -9,9 +9,9 @@ on:
required: true
type: choice
options:
- - druid-30.0.0
- druid-30.0.1
- druid-31.0.1
+ - druid-33.0.0
stackable-version:
description: 'The stackable "patch" version to use for this release (e.g., "0").'
required: true
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 122c69d..fe192a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,17 +2,24 @@
## [Unreleased]
+### Added
+
+- Add support for Druid 30.0.1, 31.0.1, and 33.0.0 ([#110], [#112]).
+
### Changed
-- Added support for Druid 30.0.0 and removed support for Druid 27.0.0 ([#104]).
-- Removed support for Druid 28.0.1 ([#105]).
- Update dependencies ([#106]).
-- Updated Maven plugin versions, added support for Druid 31.0.1 and 30.0.1, removed support for Druid 26.0.0 ([#110]).
+- Updated Maven plugin versions ([#110]).
+
+### Removed
+
+- Remove support for Druid 26.0.0, 27.0.0, 28.0.1, 30.0.0 ([#104], [#105], [#110], [#112]).
[#104]: https://github.com/stackabletech/druid-opa-authorizer/pull/104
[#105]: https://github.com/stackabletech/druid-opa-authorizer/pull/105
[#106]: https://github.com/stackabletech/druid-opa-authorizer/pull/106
[#110]: https://github.com/stackabletech/druid-opa-authorizer/pull/110
+[#112]: https://github.com/stackabletech/druid-opa-authorizer/pull/112
## [0.6.0] - 2024-03-19
diff --git a/README.md b/README.md
index d0a3ad1..ec72372 100644
--- a/README.md
+++ b/README.md
@@ -6,17 +6,17 @@ An Apache Druid extension to request policy decisions from [Open Policy Agent](h
This project was tested against these Druid versions:
-- 30.0.0
- 30.0.1
- 31.0.1
+- 33.0.0
## Building
This repository uses Maven and requires at least Java 11 to build:
- mvn -P druid-31.0.1 clean package
+ mvn -P druid-33.0.0 clean package
-Please check that the Druid version you are building for is supported and adopt the profile accordingly.
+Please check that the Druid version you are building for is supported and adapt the profile accordingly.
The result of this is a JAR file in the `target` directory.
## Installing
diff --git a/pom.xml b/pom.xml
index 556b8b7..1301949 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
- druid-30.0.0,druid-30.0.1,druid-31.0.1
+ druid-30.0.1,druid-31.0.1,druid-33.0.0
false
@@ -311,13 +311,19 @@
-->
- druid-30.0.0
+ druid-30.0.1
17
- 30.0.0
+ 30.0.1
32.0.1-jre
4.1.0
-
+
2.12.7
@@ -336,13 +342,20 @@
- druid-30.0.1
+
+ druid-31.0.1
17
- 30.0.1
+ 31.0.1
32.0.1-jre
4.1.0
-
+
2.12.7
@@ -361,14 +374,19 @@
-
- druid-31.0.1
+ druid-33.0.0
17
- 31.0.1
+ 33.0.0
32.0.1-jre
4.1.0
-
+
2.12.7