This is an automated email from the ASF dual-hosted git repository.
alinsran 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 714b5fd0e6c doc: release APISIX 3.6.0 (#1702)
714b5fd0e6c is described below
commit 714b5fd0e6ca62458a1c7de87a1077a1f1487866
Author: Xin Rong <[email protected]>
AuthorDate: Thu Oct 5 20:13:49 2023 +0800
doc: release APISIX 3.6.0 (#1702)
---
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 2285229dd3a..080f76c198f 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'];
+const versions = ['2.13', '2.14', '2.15', '3.0', '3.1', '3.2', '3.3', '3.4',
'3.5', '3.6'];
/**
* @type {Array<string>} LTS version list
diff --git a/config/docs.js b/config/docs.js
index 0b080afe259..e6bf1859667 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
shape: 'triangle',
color: '#e8433e',
githubRepo: 'apache/apisix',
- version: '3.5.0',
- releaseDate: '2023-09-01',
+ version: '3.6.0',
+ releaseDate: '2023-10-05',
firstDocPath: '/getting-started',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index b8d154a38d2..fcac306c051 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.5.0',
+ version: '3.6.0',
LTSDownloadPath: 'apisix/3.2.2/apache-apisix-3.2.2-src',
LTSVersion: '3.2.2',
- releaseDate: '2023-09-01',
+ releaseDate: '2023-10-05',
firstDocPath: '/getting-started',
},
{