This is an automated email from the ASF dual-hosted git repository.
yuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 16f6edcd8 [docs] Add version item for 0.9.0-incubating in
fluss-versions.json
16f6edcd8 is described below
commit 16f6edcd876ce7f3a48a50c3a33debe12fdf5c25
Author: yuxia <[email protected]>
AuthorDate: Fri Feb 6 20:06:13 2026 +0800
[docs] Add version item for 0.9.0-incubating in fluss-versions.json
---
website/fluss-versions.json | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/website/fluss-versions.json b/website/fluss-versions.json
index 48020de05..3e18a4d69 100644
--- a/website/fluss-versions.json
+++ b/website/fluss-versions.json
@@ -1,9 +1,18 @@
[
{
"versionName": "next",
- "fullVersion": "0.9-SNAPSHOT",
+ "fullVersion": "0.10-SNAPSHOT",
+ "shortVersion": "0.10",
+ "dockerVersion": "0.10-SNAPSHOT",
+ "paimonVersion": "1.3.1",
+ "paimonVersionShort": "1.3",
+ "released": false
+ },
+ {
+ "versionName": "version-0.9",
+ "fullVersion": "0.9.0-incubating",
"shortVersion": "0.9",
- "dockerVersion": "0.9-SNAPSHOT",
+ "dockerVersion": "0.9.0-incubating-rc0",
"paimonVersion": "1.3.1",
"paimonVersionShort": "1.3",
"released": false
@@ -36,4 +45,4 @@
"dockerVersion": "0.5.0",
"released": true
}
-]
\ No newline at end of file
+]