This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 7a4b50b fix: version list
7a4b50b is described below
commit 7a4b50bb712b5a23d2adc958185b451dc92eb2bf
Author: Li Li <[email protected]>
AuthorDate: Fri Apr 1 16:41:18 2022 +0800
fix: version list
Signed-off-by: Li Li <[email protected]>
---
site2/website-next/versions.json | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)
diff --git a/site2/website-next/versions.json b/site2/website-next/versions.json
index 3c22abe..9fc62bf 100644
--- a/site2/website-next/versions.json
+++ b/site2/website-next/versions.json
@@ -1 +1,28 @@
-["2.9.1", "2.9.0"]
+[
+ "2.9.1",
+ "2.9.0",
+ "2.8.2",
+ "2.8.1",
+ "2.8.0",
+ "2.7.4",
+ "2.7.3",
+ "2.7.2",
+ "2.7.1",
+ "2.7.0",
+ "2.6.4",
+ "2.6.3",
+ "2.6.2",
+ "2.6.1",
+ "2.6.0",
+ "2.5.2",
+ "2.5.1",
+ "2.5.0",
+ "2.4.2",
+ "2.4.1",
+ "2.4.0",
+ "2.3.2",
+ "2.3.1",
+ "2.3.0",
+ "2.2.1",
+ "2.2.0"
+]