This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 6ed38b286 site: release static version from downloads page (#2039)
6ed38b286 is described below
commit 6ed38b28647a4fd6e14c3173903a5fa5bb710cfe
Author: Kevin Liu <[email protected]>
AuthorDate: Sat Jan 17 15:04:46 2026 -0500
site: release static version from downloads page (#2039)
## Which issue does this PR close?
<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes #123` indicates that this PR will close issue #123.
-->
- Closes #.
## What changes are included in this PR?
Remove mentions of release version from the "downloads" page
(https://rust.iceberg.apache.org/download.html)
So we dont have to update it after every release :)
Rendered

hyperlinks referenced in screenshot:
https://dlcdn.apache.org/iceberg/
https://github.com/apache/iceberg-rust/releases
https://archive.apache.org/dist/iceberg/
<!--
Provide a summary of the modifications in this PR. List the main changes
such as new features, bug fixes, refactoring, or any other updates.
-->
## Are these changes tested?
<!--
Specify what test covers (unit test, integration test, etc.).
If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->
---
website/src/download.md | 3 +--
website/src/release.md | 4 ----
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/website/src/download.md b/website/src/download.md
index cc632c4c8..5158d7e94 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 aec5b3da2..7549b8ef4 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.