This is an automated email from the ASF dual-hosted git repository.

yihua pushed a change to branch release/0.5.x
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


    from 33c3f789 build(release): bump version to 0.5.0-rc.1
     new c402f065 fix(ci): install a modern protoc for the manylinux wheel 
build (#751)
     new 7c652575 fix(release): reject an expired signing key in the src 
release verification (#753)
     new ef9dd0d5 fix(ci): publish the release only after every artifact has 
built (#755)
     new 150bccd0 feat(release): verify the artifacts a release actually 
published (#759)
     new aaaf59aa build(release): bump version to 0.5.0-rc.2

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/scripts/manylinux-build-deps.sh | 111 +++++++++++
 .github/workflows/ci.yml                |  43 +++++
 .github/workflows/release.yml           | 152 +++++++++-------
 Cargo.toml                              |   2 +-
 cpp/Cargo.toml                          |   4 +-
 crates/datafusion/Cargo.toml            |   2 +-
 crates/hudi/Cargo.toml                  |   4 +-
 crates/jvm-ffi/Cargo.toml               |   2 +-
 release/README.md                       |  36 +++-
 release/verify_published_artifacts.sh   | 314 ++++++++++++++++++++++++++++++++
 release/verify_src_release.sh           |  12 +-
 11 files changed, 607 insertions(+), 75 deletions(-)
 create mode 100755 .github/scripts/manylinux-build-deps.sh
 create mode 100755 release/verify_published_artifacts.sh

Reply via email to