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 c3460cc520d doc: release APISIX 3.9.0 (#1780)
c3460cc520d is described below
commit c3460cc520de98a34ff42f460c2f3c61c65dd5e1
Author: Abhishek Choudhary <[email protected]>
AuthorDate: Mon Apr 1 13:38:58 2024 +0545
doc: release APISIX 3.9.0 (#1780)
---
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 538856c8896..a757d157c0e 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'];
+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'];
/**
* @type {Array<string>} LTS version list
diff --git a/config/docs.js b/config/docs.js
index 3baedba83e7..7ef18d563ab 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
shape: 'triangle',
color: '#e8433e',
githubRepo: 'apache/apisix',
- version: '3.8.0',
- releaseDate: '2024-01-15',
+ version: '3.9.0',
+ releaseDate: '2024-03-29',
firstDocPath: '/getting-started',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index ee4a619c893..b47d09253fe 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.8.0/apache-apisix-3.8.0-src',
+ downloadPath: 'apisix/3.9.0/apache-apisix-3.9.0-src',
dockerhubPath: 'apisix',
- version: '3.8.0',
+ version: '3.9.0',
LTSDownloadPath: 'apisix/3.2.2/apache-apisix-3.2.2-src',
LTSVersion: '3.2.2',
- releaseDate: '2024-01-15',
+ releaseDate: '2024-03-29',
firstDocPath: '/getting-started',
},
{