Hi all, I have created a build for Apache Druid 28.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/15535 The release candidate has been tagged in GitHub as druid-28.0.1-rc1 (266d5a5f1d76f6d33e2d1d2fa52156dfb3cd87a7), available here: https://github.com/apache/druid/releases/tag/druid-28.0.1-rc1 The artifacts to be voted on are located here: https://dist.apache.org/repos/dist/dev/druid/28.0.1-rc1/ A staged Maven repository is available for review at: https://repository.apache.org/content/repositories/orgapachedruid-1057/ Staged druid.apache.org website documentation is available here: https://druid.staged.apache.org/docs/28.0.0/design/index.html Release and upgrade notes will be added to the site as well, however the patch isn't merged yet, therefore the site isn't updated with the new paths and is the same as the 28.0.0 staged site. The staged website along with the release website will be updated with the correct version numbers and path along with the release. A Docker image containing the binary of the release candidate can be retrieved via: docker pull apache/druid:28.0.1-rc1 artifact checksums src: 557ca5131c72625f5e63b40ad83a6cce27c4209624a95e6be326fe9c5bac01cbafe8bba14bd46e058f237ae8b5d1c2129cd9911ce31476487d36a3b7c988b626 bin: 923336b96fa9e72bb0a2799158e232f0b336841c60561f0da5e2fdcbc22f592f1d847118fa79ddfab1b02f6626a2d5c7b7f54f11eec1f8187c2e66918f3e86f3 docker: aebb7e18883f47df4f272e36601d9daa76e91fc3a89f781ca93d2d556cc8cd1d Release artifacts are signed with the following key: https://people.apache.org/keys/committer/lakshsingla.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-28.0.1-src.tar.gz | \ cut -d ' ' -f1) \ <(cat apache-druid-28.0.1-src.tar.gz.sha512 ; echo) diff <(shasum -a512 apache-druid-28.0.1-bin.tar.gz | \ cut -d ' ' -f1) \ <(cat apache-druid-28.0.1-bin.tar.gz.sha512 ; echo) Verify signatures: gpg --verify apache-druid-28.0.1-src.tar.gz.asc \ apache-druid-28.0.1-src.tar.gz gpg --verify apache-druid-28.0.1-bin.tar.gz.asc \ apache-druid-28.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 28.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!