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 d059e2443de docs: release APISIX 3.14.1 (#1960)
d059e2443de is described below
commit d059e2443deb20345792471ee84263c550a320fc
Author: Ashish Tiwari <[email protected]>
AuthorDate: Fri Oct 17 11:02:18 2025 +0530
docs: release APISIX 3.14.1 (#1960)
---
config/docs.js | 4 ++--
config/downloads.js | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config/docs.js b/config/docs.js
index 4670231c8c7..78e8575df35 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.0',
- releaseDate: '2025-10-10',
+ version: '3.14.1',
+ releaseDate: '2025-10-17',
firstDocPath: '/getting-started',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index cf5811510f8..a353400b7b8 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.0/apache-apisix-3.14.0-src',
+ downloadPath: 'apisix/3.14.1/apache-apisix-3.14.1-src',
dockerhubPath: 'apisix',
- version: '3.14.0',
+ version: '3.14.1',
// LTSDownloadPath: 'apisix/3.2.2/apache-apisix-3.2.2-src',
// LTSVersion: '3.2.2',
- releaseDate: '2025-10-10',
+ releaseDate: '2025-10-17',
firstDocPath: '/getting-started',
},
{