This is an automated email from the ASF dual-hosted git repository.
shreemaanabhishek 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 36e458f09b1 docs: release APISIX 3.10.0 (#1818)
36e458f09b1 is described below
commit 36e458f09b1f0a89a30b7cbee74c216b54ebbb2e
Author: Shreemaan Abhishek <[email protected]>
AuthorDate: Thu Aug 15 08:41:38 2024 +0545
docs: release APISIX 3.10.0 (#1818)
---
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 a757d157c0e..4bb8785e6fe 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'];
+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'];
/**
* @type {Array<string>} LTS version list
diff --git a/config/docs.js b/config/docs.js
index 82dbf261a49..e75609550a6 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
shape: 'triangle',
color: '#e8433e',
githubRepo: 'apache/apisix',
- version: '3.9.1',
- releaseDate: '2024-04-29',
+ version: '3.10.0',
+ releaseDate: '2024-08-14',
firstDocPath: '/getting-started',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index b16861c8881..0d928e4d038 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.9.1/apache-apisix-3.9.1-src',
+ downloadPath: 'apisix/3.10.0/apache-apisix-3.10.0-src',
dockerhubPath: 'apisix',
- version: '3.9.1',
+ version: '3.10.0',
LTSDownloadPath: 'apisix/3.2.2/apache-apisix-3.2.2-src',
LTSVersion: '3.2.2',
- releaseDate: '2024-04-29',
+ releaseDate: '2024-08-14',
firstDocPath: '/getting-started',
},
{