From 97714ae68dd716df3c29b08dd51d2a6593c21ac3 Mon Sep 17 00:00:00 2001 From: Jark Wu Date: Fri, 18 Sep 2026 17:13:40 +0800 Subject: [PATCH 1/2] [docs] Add Fluss 1.0.0 download links Add the final distribution, Gateway, Helm, verification, and release blog links for the Fluss 1.0.0 downloads page. AI-Contributed/Feature: 0/19 AI-Contributed/UT: 0/0 --- website/src/pages/downloads.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/website/src/pages/downloads.md b/website/src/pages/downloads.md index 15e84f76488..e41cc4dd7f8 100644 --- a/website/src/pages/downloads.md +++ b/website/src/pages/downloads.md @@ -2,19 +2,26 @@ > Apache Fluss is a streaming storage built for real-time analytics & AI which can serve as the real-time data layer for Lakehouse architectures. -[Apache Fluss 0.9.1 (Incubating)](#apache-fluss-incubating-091) is the latest stable release. +[Apache Fluss 1.0.0](#apache-fluss-100) is the latest stable release. - + ## Apache Incubator Releases ### Apache Fluss (Incubating) 0.9.1 @@ -43,4 +50,4 @@ Read the [release blog](/blog/releases/0.8/) about the new features and signific ### Verifying Downloads -Downloaded Apache Fluss (Incubating) artifacts can be verified by following [this tutorial](https://www.apache.org/info/verification.html) of the Apache Software Foundation using the Apache Fluss (Incubating) release-signing [KEYS](https://downloads.apache.org/incubator/fluss/KEYS). \ No newline at end of file +Downloaded Apache Fluss (Incubating) artifacts can be verified by following [this tutorial](https://www.apache.org/info/verification.html) of the Apache Software Foundation using the Apache Fluss (Incubating) release-signing [KEYS](https://downloads.apache.org/incubator/fluss/KEYS). From 6916d2d076d8b472e229dbc9e7f1ed3305833e39 Mon Sep 17 00:00:00 2001 From: Jark Wu Date: Fri, 18 Sep 2026 17:15:56 +0800 Subject: [PATCH 2/2] [docs] Keep pending release blog link buildable Use the absolute Fluss website URL so this download-page PR can pass the Docusaurus broken-link check before the separate release blog PR is merged. AI-Contributed/Feature: 0/2 AI-Contributed/UT: 0/0 --- website/src/pages/downloads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/downloads.md b/website/src/pages/downloads.md index e41cc4dd7f8..abb89378505 100644 --- a/website/src/pages/downloads.md +++ b/website/src/pages/downloads.md @@ -14,7 +14,7 @@ | [Fluss Gateway Binary Release for Linux ARM64](https://www.apache.org/dyn/closer.lua/fluss/fluss-1.0.0/fluss-gateway-1.0.0-bin-linux-arm64.tgz) | [.asc](https://downloads.apache.org/fluss/fluss-1.0.0/fluss-gateway-1.0.0-bin-linux-arm64.tgz.asc) | [.sha512](https://downloads.apache.org/fluss/fluss-1.0.0/fluss-gateway-1.0.0-bin-linux-arm64.tgz.sha512) | | [Fluss Helm Chart](https://www.apache.org/dyn/closer.lua/fluss/helm-chart/1.0.0/fluss-1.0.0.tgz) | [.asc](https://downloads.apache.org/fluss/helm-chart/1.0.0/fluss-1.0.0.tgz.asc) | [.sha512](https://downloads.apache.org/fluss/helm-chart/1.0.0/fluss-1.0.0.tgz.sha512) | -Read the [release blog](/blog/releases/1.0/) about the new features and significant improvements in the Apache Fluss 1.0.0 release. +Read the [release blog](https://fluss.apache.org/blog/releases/1.0/) about the new features and significant improvements in the Apache Fluss 1.0.0 release. ## Verifying Downloads