GitHub user spetz edited a discussion: [VOTE] Release Apache Iggy (incubating) v0.5.0
Hello, Apache Iggy (incubating) Community, This is a call for a vote to release Apache Iggy (incubating) version 0.5.0 Along with the Iggy Server 0.5.0 we will release SDKs and tooling such as Web UI, Bench Dashboard, CLI, Bench CLI, Connectors Runtime and MCP server. Git commit for the release: https://github.com/apache/iggy/commit/7ebaf9b793e3cb28a221c7184f12108758367ed3 The change lists about this release: https://github.com/apache/iggy/compare/server-0.4.300...server-0.5.0-rc.1 Git tag for the release: https://github.com/apache/iggy/releases/tag/server-0.5.0-rc.1 The release candidate: https://dist.apache.org/repos/dist/dev/incubator/iggy/0.5.0/ The artifacts signed with PGP key **24A4364E**, corresponding to [email protected], that can be found in keys file: https://dist.apache.org/repos/dist/dev/incubator/iggy/KEYS The Git tags for release will be created after the voting passes at https://github.com/apache/iggy/releases since our CI publishes the artifacts to GitHub, when the new tag is pushed. The vote will be open for at least 72 hours until the necessary number of votes are reached. ### Please vote accordingly: - [ ] +1 approve - [ ] +0 no opinion - [ ] -1 disapprove with the reason To learn more about Iggy, please see https://iggy.apache.org ### Checklist for reference: - [ ] Download Iggy is valid. - [ ] Checksums and PGP signatures are valid. - [ ] Source code distributions have correct names matching the current release. - [ ] LICENSE and NOTICE files are correct. - [ ] All files have license headers if necessary. - [ ] No compiled archives bundled in source archive. - [ ] Can compile from source. ### Verify source To verify the source code, at first clone the repository and then simply run the release script from the root directory: ``` ./scripts/prepare-release.sh ``` This will create the artifact under `iggy_release` directory, and should produce the following SHA-512 checksum: ``` 405014586a1a4954fe5010fc5be5603585d230c9aa7cdc890991506954b52a5f8848510c1f760cbcd8350dd09b74de9f8331f6a22335350d97ff84ba41502e0f ``` ### Build and test To build, you need to have [Rust](https://www.rust-lang.org/tools/install) installed. Then, simply type `cargo build` and next `cargo test` to ensure that everything does work as expected. Thanks, Piotr Gankiewicz GitHub link: https://github.com/apache/iggy/discussions/2076 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
