This is an automated email from the ASF dual-hosted git repository.

young pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d154aae4f88 doc: release APISIX 3.5.0 (#1674)
d154aae4f88 is described below

commit d154aae4f88f99839715854c8729194270ccd4dc
Author: Xin Rong <[email protected]>
AuthorDate: Mon Sep 4 14:43:30 2023 +0800

    doc: release APISIX 3.5.0 (#1674)
---
 config/apisix-versions.js | 2 +-
 config/docs.js            | 4 ++--
 config/downloads.js       | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/apisix-versions.js b/config/apisix-versions.js
index 1083b470f8f..2285229dd3a 100644
--- a/config/apisix-versions.js
+++ b/config/apisix-versions.js
@@ -3,7 +3,7 @@
 /**
  * @type {Array<string>} version list
  */
-const versions = ['2.13', '2.14', '2.15', '3.0', '3.1', '3.2', '3.3', '3.4'];
+const versions = ['2.13', '2.14', '2.15', '3.0', '3.1', '3.2', '3.3', '3.4', 
'3.5'];
 
 /**
  * @type {Array<string>} LTS version list
diff --git a/config/docs.js b/config/docs.js
index 156cef6dc30..0b080afe259 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
     shape: 'triangle',
     color: '#e8433e',
     githubRepo: 'apache/apisix',
-    version: '3.4.1',
-    releaseDate: '2023-07-21',
+    version: '3.5.0',
+    releaseDate: '2023-09-01',
     firstDocPath: '/getting-started',
   },
   {
diff --git a/config/downloads.js b/config/downloads.js
index 8f1fae6ea70..b8d154a38d2 100644
--- a/config/downloads.js
+++ b/config/downloads.js
@@ -9,10 +9,10 @@ module.exports = [
     githubBranch: 'master',
     downloadPath: 'apisix/3.4.1/apache-apisix-3.4.1-src',
     dockerhubPath: 'apisix',
-    version: '3.4.1',
+    version: '3.5.0',
     LTSDownloadPath: 'apisix/3.2.2/apache-apisix-3.2.2-src',
     LTSVersion: '3.2.2',
-    releaseDate: '2023-07-23',
+    releaseDate: '2023-09-01',
     firstDocPath: '/getting-started',
   },
   {

Reply via email to