This is an automated email from the ASF dual-hosted git repository.
yilinzeng 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 ebd9c990714 docs: release APISIX 3.11.0 (#1827)
ebd9c990714 is described below
commit ebd9c9907146b09aec2c633583f2024147fbfdd6
Author: Shreemaan Abhishek <[email protected]>
AuthorDate: Fri Oct 18 07:39:07 2024 +0545
docs: release APISIX 3.11.0 (#1827)
---
config/apisix-versions.js | 2 +-
config/docs.js | 4 ++--
config/downloads.js | 6 +++---
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/config/apisix-versions.js b/config/apisix-versions.js
index 4bb8785e6fe..0b5e2cf048b 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',
'3.5', '3.6', '3.7', '3.8', '3.9', '3.10'];
+const versions = ['2.13', '2.14', '2.15', '3.0', '3.1', '3.2', '3.3', '3.4',
'3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11'];
/**
* @type {Array<string>} LTS version list
diff --git a/config/docs.js b/config/docs.js
index e75609550a6..b727b5fd72c 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
shape: 'triangle',
color: '#e8433e',
githubRepo: 'apache/apisix',
- version: '3.10.0',
- releaseDate: '2024-08-14',
+ version: '3.11.0',
+ releaseDate: '2024-10-17',
firstDocPath: '/getting-started',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index 0d928e4d038..6f3785000a5 100644
--- a/config/downloads.js
+++ b/config/downloads.js
@@ -7,12 +7,12 @@ module.exports = [
color: '#e8433e',
githubRepo: 'apache/apisix',
githubBranch: 'master',
- downloadPath: 'apisix/3.10.0/apache-apisix-3.10.0-src',
+ downloadPath: 'apisix/3.11.0/apache-apisix-3.11.0-src',
dockerhubPath: 'apisix',
- version: '3.10.0',
+ version: '3.11.0',
LTSDownloadPath: 'apisix/3.2.2/apache-apisix-3.2.2-src',
LTSVersion: '3.2.2',
- releaseDate: '2024-08-14',
+ releaseDate: '2024-10-17',
firstDocPath: '/getting-started',
},
{