This is an automated email from the ASF dual-hosted git repository. jark pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fluss.git
commit c1373beea0b70f8d8344858477203076fd2e6ea1 Author: Jark Wu <[email protected]> AuthorDate: Sun Oct 26 11:00:16 2025 +0800 [docs] Update fluss-versions.json for 0.8.0 RC1 --- website/fluss-versions.json | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/website/fluss-versions.json b/website/fluss-versions.json index 9dd812065..3057efff7 100644 --- a/website/fluss-versions.json +++ b/website/fluss-versions.json @@ -1,26 +1,37 @@ [ { "versionName": "next", - "fullVersion": "0.8-SNAPSHOT", - "shortVersion": "0.8-SNAPSHOT", - "dockerVersion": "0.8-SNAPSHOT" + "fullVersion": "0.9-SNAPSHOT", + "shortVersion": "0.9", + "dockerVersion": "0.9-SNAPSHOT", + "released": false + }, + { + "versionName": "version-0.8", + "fullVersion": "0.8.0-incubating", + "shortVersion": "0.8", + "dockerVersion": "0.8.0-incubating-rc1", + "released": false }, { "versionName": "version-0.7", "fullVersion": "0.7.0", "shortVersion": "0.7", - "dockerVersion": "0.7.0" + "dockerVersion": "0.7.0", + "released": true }, { "versionName": "version-0.6", "fullVersion": "0.6.1", "shortVersion": "0.6", - "dockerVersion": "0.6.1" + "dockerVersion": "0.6.1", + "released": true }, { "versionName": "version-0.5", "fullVersion": "0.5.0", "shortVersion": "0.5", - "dockerVersion": "0.5.0" + "dockerVersion": "0.5.0", + "released": true } ] \ No newline at end of file
