This is an automated email from the ASF dual-hosted git repository.
ashishtiwari 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 594449607d1 docs: release APISIX 3.14.0 (#1956)
594449607d1 is described below
commit 594449607d1e6136d4fcf62a4be3910395faaee3
Author: Ashish Tiwari <[email protected]>
AuthorDate: Sat Oct 11 23:33:39 2025 +0530
docs: release APISIX 3.14.0 (#1956)
---
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 a0e92f9f370..94d7b9b34a3 100644
--- a/config/apisix-versions.js
+++ b/config/apisix-versions.js
@@ -3,7 +3,7 @@
/**
* @type {Array<string>} version list
*/
-const versions = ['3.10', '3.11', '3.12', '3.13'];
+const versions = ['3.10', '3.11', '3.12', '3.13', '3.14'];
/**
* @type {Array<string>} LTS version list
diff --git a/config/docs.js b/config/docs.js
index 3bf37381dfe..4670231c8c7 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
shape: 'triangle',
color: '#e8433e',
githubRepo: 'apache/apisix',
- version: '3.13.0',
- releaseDate: '2025-06-27',
+ version: '3.14.0',
+ releaseDate: '2025-10-10',
firstDocPath: '/getting-started',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index 957a6f6b2af..cf5811510f8 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.13.0/apache-apisix-3.13.0-src',
+ downloadPath: 'apisix/3.14.0/apache-apisix-3.14.0-src',
dockerhubPath: 'apisix',
- version: '3.13.0',
+ version: '3.14.0',
// LTSDownloadPath: 'apisix/3.2.2/apache-apisix-3.2.2-src',
// LTSVersion: '3.2.2',
- releaseDate: '2025-06-27',
+ releaseDate: '2025-10-10',
firstDocPath: '/getting-started',
},
{