From 1fb6ddfcb976c9563c1495458cb54fd5146a5fd1 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Fri, 16 Jan 2026 08:11:57 -0800 Subject: [PATCH 1/2] dont pin version --- website/src/download.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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/). From bab9512da22ecf4de7960a19650da8338d801138 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Fri, 16 Jan 2026 08:12:27 -0800 Subject: [PATCH 2/2] remove instructions to update website --- website/src/release.md | 4 ---- 1 file changed, 4 deletions(-) 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.