Replies: 11 comments
-
|
Quick clarification on rc2 scope for anyone diffing against rc1: rc2 includes 34 commits on top of rc1, not just the single The remaining commits are a week's worth of normal Full diff between the two RCs: Lastly, a vote from my side:
Thanks, |
Beta Was this translation helpful? Give feedback.
-
|
+1 (binding, Apache Iggy PPMC)
|
Beta Was this translation helpful? Give feedback.
-
|
+1 (non-binding) |
Beta Was this translation helpful? Give feedback.
-
|
+1 binding (Apache Iggy PPMC)
|
Beta Was this translation helpful? Give feedback.
-
|
+1 (non-binding) |
Beta Was this translation helpful? Give feedback.
-
|
+1 (non-binding) |
Beta Was this translation helpful? Give feedback.
-
|
+1 binding (Apache Iggy PPMC)
|
Beta Was this translation helpful? Give feedback.
-
|
+1 (non-binding) |
Beta Was this translation helpful? Give feedback.
-
|
+1 (non-binding)
|
Beta Was this translation helpful? Give feedback.
-
|
+1 (non-binding) |
Beta Was this translation helpful? Give feedback.
-
|
+1 (non-binding) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, Apache Iggy (incubating) Community,
This is a call for a vote to release Apache Iggy (incubating) version 0.8.0 rc2
This is a re-cut of v0.8.0. The original v0.8.0 rc1 passed both the Iggy community and IPMC votes, but during publishing we discovered that one of our internal crates (
iobuf) conflicts with an unrelated crate of the same name already on crates.io (v5.8.1). That conflict prevents us from publishingiggy_commonandiggy_binary_protocolto crates.io without pulling in the wrong dependency on downstream users' machines. rc2 contains the fix for this issue; the rest of the release is unchanged.Along with the Iggy Server 0.8.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:
f5350d9
The change lists about this release:
server-0.7.0...server-0.8.0-rc.2
Git tag for the release:
https://github.com/apache/iggy/releases/tag/server-0.8.0-rc.2
The release candidate:
https://dist.apache.org/repos/dist/dev/incubator/iggy/0.8.0-rc2
The artifacts signed with PGP key 6CBBED6E59612FCE, corresponding to hgruszecki@apache.org, that can be found in keys file:
https://downloads.apache.org/incubator/iggy/KEYS
The Git tags for release will be created after the voting passes.
The vote will be open for at least 72 hours until the necessary number of votes are reached.
Please vote accordingly:
To learn more about Iggy, please see https://iggy.apache.org
Checklist for reference:
Verify source
To verify the source code, at first clone the repository, checkout to commit
f5350d999d883fd3ca9dd33b3dc2754ddb0df049or tagserver-0.8.0-rc.2and then simply run the release script from the root directory:This will create the artifact under
iggy_releasedirectory, and should produce the following SHA-512 checksum:Build and test
To build, you need to have Rust installed.
Then, simply type
cargo buildand nextcargo testto ensure that everything does work as expected.You might need to increase maximum kernel locked memory limit and open descriptions limit - iggy tests are quite intensive on these resources.
Thanks,
Hubert
Beta Was this translation helpful? Give feedback.
All reactions