Hi all, I have created a build for Apache Druid 30.0.0, release candidate 2.
Thanks to everyone who has helped contribute to the release! You can read the proposed release notes here: https://github.com/apache/druid/issues/16505 The release candidate has been tagged in GitHub as druid-30.0.0-rc2 (5482a524ad8f25d87bf977c9e76651373b8b6586), available here: https://github.com/apache/druid/releases/tag/druid-30.0.0-rc2 The artifacts to be voted on are located here: https://dist.apache.org/repos/dist/dev/druid/30.0.0-rc2/ A staged Maven repository is available for review at: https://repository.apache.org/content/repositories/orgapachedruid-1064/ Staged druid.apache.org website documentation is available here: https://druid.staged.apache.org/docs/30.0.0/design/index.html A Docker image containing the binary of the release candidate can be retrieved via: docker pull apache/druid:30.0.0-rc2 artifact checksums src: 4e686f65a8b5f2a6e13fa21ce2ccfdb3d2395af33320e4ad3758caf2a41eec54d8872a989ae51cd83f8406840c45650b7e7757036a1d8348d76293d8f03271bf bin: a1283ce89f7ce5e770479c806beb9702db00a90e15f601073142cbc52bcb604b1867b3a7a34c9f3454e7bce44e414e0e0c69efda94f1192416fe7597bb11c309 docker: 852c40cfe15daf4077139436191402cad99bc17c340065265364b7799670beeb Release artifacts are signed with the following key: https://people.apache.org/keys/committer/adarshsanjeev.asc 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-30.0.0-src.tar.gz | cut -d ' ' -f1) <(cat apache-druid-30.0.0-src.tar.gz.sha512 ; echo) diff <(shasum -a512 apache-druid-30.0.0-bin.tar.gz | cut -d ' ' -f1) <(cat apache-druid-30.0.0-bin.tar.gz.sha512 ; echo) Verify signatures: gpg --verify apache-druid-30.0.0-src.tar.gz.asc apache-druid-30.0.0-src.tar.gz gpg --verify apache-druid-30.0.0-bin.tar.gz.asc apache-druid-30.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 30.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!