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 dfc4503d7a4 docs: release APISIX v3.15.0 (#1986)
dfc4503d7a4 is described below
commit dfc4503d7a4ec5a0118beb6879d6621eaadbc6ef
Author: Shreemaan Abhishek <[email protected]>
AuthorDate: Fri Feb 6 11:03:12 2026 +0545
docs: release APISIX v3.15.0 (#1986)
---
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 94d7b9b34a3..f1e1617c11a 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', '3.14'];
+const versions = ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15'];
/**
* @type {Array<string>} LTS version list
diff --git a/config/docs.js b/config/docs.js
index 5af9a3daa8d..9b76a0de163 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
shape: 'triangle',
color: '#e8433e',
githubRepo: 'apache/apisix',
- version: '3.14.1',
- releaseDate: '2025-10-17',
+ version: '3.15.0',
+ releaseDate: '2026-02-05',
firstDocPath: '/getting-started',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index 5203f2fc984..4f16fba65b9 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.14.1/apache-apisix-3.14.1-src',
+ downloadPath: 'apisix/3.15.0/apache-apisix-3.15.0-src',
dockerhubPath: 'apisix',
- version: '3.14.1',
+ version: '3.15.0',
// LTSDownloadPath: 'apisix/3.2.2/apache-apisix-3.2.2-src',
// LTSVersion: '3.2.2',
- releaseDate: '2025-10-17',
+ releaseDate: '2026-02-05',
firstDocPath: '/getting-started',
},
{