diff --git a/website/src/download.md b/website/src/download.md index cc632c4c87..5158d7e94e 100644 --- a/website/src/download.md +++ b/website/src/download.md @@ -23,8 +23,7 @@ The official Apache Iceberg-Rust releases are provided as source artifacts. ## Releases -The latest source release is [0.7.0](https://www.apache.org/dyn/closer.lua/iceberg/apache-iceberg-rust-0.7.0/apache-iceberg-rust-0.7.0-src.tar.gz) ([asc](https://downloads.apache.org/iceberg/apache-iceberg-rust-0.7.0/apache-iceberg-rust-0.7.0-src.tar.gz.asc), -[sha512](https://downloads.apache.org/iceberg/apache-iceberg-rust-0.7.0/apache-iceberg-rust-0.7.0-src.tar.gz.sha512)). +Find the latest source release at the [Apache CDN](https://dlcdn.apache.org/iceberg/). For release notes, see the [GitHub releases page](https://github.com/apache/iceberg-rust/releases). For older releases, please check the [archive](https://archive.apache.org/dist/iceberg/). diff --git a/website/src/release.md b/website/src/release.md index aec5b3da27..7549b8ef4d 100644 --- a/website/src/release.md +++ b/website/src/release.md @@ -368,10 +368,6 @@ git push origin "v${iceberg_version}" svn mv https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-rust-${release_version} https://dist.apache.org/repos/dist/release/iceberg/apache-iceberg-rust-${iceberg_version} -m "Release Apache Iceberg Rust ${iceberg_version}" ``` -### Change Iceberg Rust Website download link - -Update the download link in `website/src/download.md` to the new release version. - ### Create a GitHub Release - Click [here](https://github.com/apache/iceberg-rust/releases/new) to create a new release.