Hi I have created a build for Apache Druid 24.0.1, release candidate 1.
Thanks to everyone who has helped contribute to the release! You can read the proposed release notes here: https://github.com/apache/druid/issues/13320 The release candidate has been tagged in GitHub as druid-24.0.1-rc1 (7a04fc1a7b5eddfdf766ae31c1d3ce3c49fc16a8), available here: https://github.com/apache/druid/releases/tag/druid-24.0.1-rc1 The artifacts to be voted on are located here: https://dist.apache.org/repos/dist/dev/druid/24.0.1-rc1/ A staged Maven repository is available for review at: https://repository.apache.org/content/repositories/orgapachedruid-1035/ A Docker image containing the binary of the release candidate can be retrieved via: docker pull apache/druid:24.0.1-rc1 Artifact checksums: src: 75b1eaf28b83a014c282e32519edb07402dae35625d5cffcbc7ce3ce3a7fbd5338370a4d8dae7c001b77360c176ca32298b7ff4d71a610ed39423fa078863b03 bin: 58430e64ecad15f4a4baf37c3a91b863c20546a012bf488984c4b79b1642f8a398ba9454d2218f57e23a57a70c117a30423eedfb359d3dc3079027c002580f61 docker: 40123383a5d6b2a186fbabb7d63382f6903aa4e77aeab272db55a6ff1dd446be Release artifacts are signed with the following key: https://people.apache.org/keys/committer/kfaraz.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-24.0.1-src.tar.gz | \ cut -d ' ' -f1) \ <(cat apache-druid-24.0.1-src.tar.gz.sha512 ; echo) diff <(shasum -a512 apache-druid-24.0.1-bin.tar.gz | \ cut -d ' ' -f1) \ <(cat apache-druid-24.0.1-bin.tar.gz.sha512 ; echo) Verify signatures: gpg --verify apache-druid-24.0.1-src.tar.gz.asc \ apache-druid-24.0.1-src.tar.gz gpg --verify apache-druid-24.0.1-bin.tar.gz.asc \ apache-druid-24.0.1-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.1 [ ] 0 I don't feel strongly about it, but I'm okay with the release [ ] -1 Do not release this package because... Thanks Kashif