You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by Abhishek Agarwal <ab...@apache.org> on 2022/09/08 16:56:50 UTC

[VOTE] Release Apache Druid 24.0.0 [RC1]

Hi all,
I have created a build for Apache Druid 24.0.0, release candidate 1.

Thanks to everyone who has helped contribute to the release. You can read
the draft release notes here:
https://github.com/apache/druid/issues/12825

The release candidate has been tagged in GitHub as druid-24.0.0-rc1
(2319f10cb6c56bd1781355bce168f25c5168f008), available here:
https://github.com/apache/druid/releases/tag/druid-24.0.0-rc1

The artifacts to be voted on are located here:
https://dist.apache.org/repos/dist/dev/druid/24.0.0-rc1/

A staged Maven repository is available for review at:
https://repository.apache.org/content/repositories/orgapachedruid-1031

Staged druid.apache.org website documentation is available here:
https://druid.staged.apache.org/docs/24.0.0/design/index.html

A Docker image containing the binary of the release candidate can be
retrieved via:
docker pull apache/druid:24.0.0-rc1

artifact checksums
src:
edeb2a0f22bfd09910fc0411de4a3e97115912b0f51ded337b496380e93049abd2ef9c2549ef81b8449eef79ec4f2e71ddbbab2bc3036443a325d15fe1f32939

bin:
582eb7c1e67e850dd3bf5fe3bec238b0944252bb676020b6891d56c2b5d756ecc9e8fd58651efda3b192bf018818328c7fe3278833003f78cae82651aa4829c3

docker (sha256):
e563237bf217dad11770f80bdd6ef223a0182cd6f3e730437341b9716c773897

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/abhishek
This key and the key of other committers can also be found in the project's
KEYS file here:
https://dist.apache.org/repos/dist/release/druid/KEYS

(If you are a committer, please feel free to add your own key to that file
by following the instructions in the file's header.)

Verify checksums:
diff <(shasum -a512 apache-druid-24.0.0-src.tar.gz | cut -d ' ' -f1) <(cat
apache-druid-24.0.0-src.tar.gz.sha512 ; echo)

diff <(shasum -a512 apache-druid-24.0.0-bin.tar.gz | cut -d ' ' -f1) <(cat
apache-druid-24.0.0-bin.tar.gz.sha512 ; echo)

Verify signatures:
gpg --verify apache-druid-24.0.0-src.tar.gz.asc \
apache-druid-24.0.0-src.tar.gz

gpg --verify apache-druid-24.0.0-bin.tar.gz.asc \
apache-druid-24.0.0-bin.tar.gz

Please review the proposed artifacts and vote. Note that Apache has
specific requirements that must be met before +1 binding votes can be cast
by PMC members. Please refer to the policy at
http://www.apache.org/legal/release-policy.html#policy for more details.

As part of the validation process, the release artifacts can be generated
from source by running:
mvn clean install -Papache-release,dist -Dgpg.skip

The RAT license check can be run from source by:
mvn apache-rat:check -Prat

This vote will be open for at least 72 hours. The vote will pass if a
majority of at least three +1 PMC votes are cast.

[ ] +1 Release this package as Apache Druid 24.0.0
[ ] 0 I don't feel strongly about it, but I'm okay with the release
[ ] -1 Do not release this package because...

Thanks!

[CANCEL] [VOTE] Release Apache Druid 24.0.0 [RC1]

Posted by Abhishek Agarwal <ab...@apache.org>.
Canceling this vote due to the bug described in
https://github.com/apache/druid/pull/13059. The fix is merged to 24.0
branch. I will start another vote for RC2 shortly.

On Thu, Sep 8, 2022 at 10:26 PM Abhishek Agarwal <ab...@apache.org>
wrote:

> Hi all,
> I have created a build for Apache Druid 24.0.0, release candidate 1.
>
> Thanks to everyone who has helped contribute to the release. You can read
> the draft release notes here:
> https://github.com/apache/druid/issues/12825
>
> The release candidate has been tagged in GitHub as druid-24.0.0-rc1
> (2319f10cb6c56bd1781355bce168f25c5168f008), available here:
> https://github.com/apache/druid/releases/tag/druid-24.0.0-rc1
>
> The artifacts to be voted on are located here:
> https://dist.apache.org/repos/dist/dev/druid/24.0.0-rc1/
>
> A staged Maven repository is available for review at:
> https://repository.apache.org/content/repositories/orgapachedruid-1031
>
> Staged druid.apache.org website documentation is available here:
> https://druid.staged.apache.org/docs/24.0.0/design/index.html
>
> A Docker image containing the binary of the release candidate can be
> retrieved via:
> docker pull apache/druid:24.0.0-rc1
>
> artifact checksums
> src:
> edeb2a0f22bfd09910fc0411de4a3e97115912b0f51ded337b496380e93049abd2ef9c2549ef81b8449eef79ec4f2e71ddbbab2bc3036443a325d15fe1f32939
>
> bin:
>
> 582eb7c1e67e850dd3bf5fe3bec238b0944252bb676020b6891d56c2b5d756ecc9e8fd58651efda3b192bf018818328c7fe3278833003f78cae82651aa4829c3
>
> docker (sha256):
> e563237bf217dad11770f80bdd6ef223a0182cd6f3e730437341b9716c773897
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/abhishek
> This key and the key of other committers can also be found in the project's
> KEYS file here:
> https://dist.apache.org/repos/dist/release/druid/KEYS
>
> (If you are a committer, please feel free to add your own key to that file
> by following the instructions in the file's header.)
>
> Verify checksums:
> diff <(shasum -a512 apache-druid-24.0.0-src.tar.gz | cut -d ' ' -f1) <(cat
> apache-druid-24.0.0-src.tar.gz.sha512 ; echo)
>
> diff <(shasum -a512 apache-druid-24.0.0-bin.tar.gz | cut -d ' ' -f1) <(cat
> apache-druid-24.0.0-bin.tar.gz.sha512 ; echo)
>
> Verify signatures:
> gpg --verify apache-druid-24.0.0-src.tar.gz.asc \
> apache-druid-24.0.0-src.tar.gz
>
> gpg --verify apache-druid-24.0.0-bin.tar.gz.asc \
> apache-druid-24.0.0-bin.tar.gz
>
> Please review the proposed artifacts and vote. Note that Apache has
> specific requirements that must be met before +1 binding votes can be cast
> by PMC members. Please refer to the policy at
> http://www.apache.org/legal/release-policy.html#policy for more details.
>
> As part of the validation process, the release artifacts can be generated
> from source by running:
> mvn clean install -Papache-release,dist -Dgpg.skip
>
> The RAT license check can be run from source by:
> mvn apache-rat:check -Prat
>
> This vote will be open for at least 72 hours. The vote will pass if a
> majority of at least three +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Druid 24.0.0
> [ ] 0 I don't feel strongly about it, but I'm okay with the release
> [ ] -1 Do not release this package because...
>
> Thanks!
>