Skip to content

Commit cb5d92e

Browse files
authored
Release 0.7.0 (stackabletech#129)
* Prepare for release * [ci skip] prepare release release/0.7.0 * update changelog
1 parent 8886667 commit cb5d92e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.7.0] - 2025-05-31
6+
57
### Added
68

79
- Add support for Druid 30.0.1, 31.0.1, and 33.0.0 ([#110], [#112]).

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@ You can increase log output for the authorizer by adding this snippet to your `l
8080

8181
### Release
8282

83-
To release this run the relevant [GitHub Action](https://github.com/stackabletech/druid-opa-authorizer/actions/workflows/release.yml) which asks for various inputs.
84-
It will then create a release in GitHub and upload all artifacts.
83+
Currently, we do not have an automatted way of releasing this tool.
84+
We have a `release.yml` GitHub Action workflow but it fails as the artifact is built within a Docker action and the later steps don't have access to the final artifact.
85+
It is a failed attempt.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>tech.stackable</groupId>
66
<artifactId>druid-opa-authorizer</artifactId>
7-
<version>26.0.0-stackable0-SNAPSHOT</version>
7+
<version>0.7.0</version>
88

99
<name>Apache Druid OpenPolicyAgent Authorizer</name>
1010
<url>https://github.com/stackabletech/druid-opa-authorizer/</url>
@@ -20,7 +20,7 @@
2020
<scm>
2121
<connection>scm:git:${project.scm.url}</connection>
2222
<developerConnection>scm:git:${project.scm.url}</developerConnection>
23-
<tag>HEAD</tag>
23+
<tag>release/0.7.0</tag>
2424
<url>git@github.com:stackabletech/druid-opa-authorizer.git</url>
2525
</scm>
2626
<issueManagement>

0 commit comments

Comments
 (0)