Hi all, I have created a build for Apache Druid 0.18.0, release candidate 1.
Thanks for everyone who has helped contribute to the release! You can read the proposed release notes here: https://github.com/apache/druid/issues/9652 The release candidate has been tagged in GitHub as druid-0.18.0-rc1 (b579bff520ade833fc4b648f28633ebf85841e0f), available here: https://github.com/apache/druid/releases/tag/druid-0.18.0-rc1 The artifacts to be voted on are located here: https://dist.apache.org/repos/dist/dev/druid/0.18.0-rc1/ Staged druid.apache.org website documentation is available here: https://druid.staged.apache.org/docs/0.18.0/design/index.html A Docker image containing the binary of the release candidate can be retrieved via: docker pull apache/druid:0.18.0-rc1 artifact checksums src: 035d2409c17d2d7fbe4931b7d9678db9d4047d71fada48d1a69b058634381eb747109d442bd2b3cc85793e5bd671f3cc5934325c3b7d697fbcb5081df83fc4c6 bin: d622465d043915c9ae4fe38700855374368fde17cd8091748b2d3272c87feeff0a843fdfa6bb1b719a2a8eb1dc1f0e8f238d43e87a376d6a79e8b7d142c7bc1b docker: 2074498b92ed6baf293a2f20e45791295c614becc0d4fac03b76c44d885e1c18 Release artifacts are signed with the following key: B5E27DA9B51A47300DBE1B32875BF09B17E98806 (This is a new key that I recently created. It will be available at https://people.apache.org/keys/committer/jihoonson.asc soon.) 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-0.18.0-src.tar.gz | \ cut -d ' ' -f1) \ <(cat apache-druid-0.18.0-src.tar.gz.sha512 ; echo) diff <(shasum -a512 apache-druid-0.18.0-bin.tar.gz | \ cut -d ' ' -f1) \ <(cat apache-druid-0.18.0-bin.tar.gz.sha512 ; echo) Verify signatures: gpg --verify apache-druid-0.18.0-src.tar.gz.asc \ apache-druid-0.18.0-src.tar.gz gpg --verify apache-druid-0.18.0-bin.tar.gz.asc \ apache-druid-0.18.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 0.18.0 [ ] 0 I don't feel strongly about it, but I'm okay with the release [ ] -1 Do not release this package because... Thanks!