This is an automated email from the ASF dual-hosted git repository.
shreemaan-abhishek 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 c6e1c124e3b docs: release APISIX v3.17.0 (#2052)
c6e1c124e3b is described below
commit c6e1c124e3b8da26f0dd3599ac0a3607305c89c8
Author: Shreemaan Abhishek <[email protected]>
AuthorDate: Tue Jun 16 16:20:05 2026 +0800
docs: release APISIX v3.17.0 (#2052)
---
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 cf42bb034d9..8633a547245 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', '3.15', '3.16'];
+const versions = ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15', '3.16',
'3.17'];
/**
* @type {Array<string>} LTS version list
diff --git a/config/docs.js b/config/docs.js
index 679f1d1b8b8..a25cc83656f 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
shape: 'triangle',
color: '#e8433e',
githubRepo: 'apache/apisix',
- version: '3.16.0',
- releaseDate: '2026-04-07',
+ version: '3.17.0',
+ releaseDate: '2026-06-15',
firstDocPath: '/getting-started',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index 2dbe22a48fc..f358480360e 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.16.0/apache-apisix-3.16.0-src',
+ downloadPath: 'apisix/3.17.0/apache-apisix-3.17.0-src',
dockerhubPath: 'apisix',
- version: '3.16.0',
+ version: '3.17.0',
// LTSDownloadPath: 'apisix/3.2.2/apache-apisix-3.2.2-src',
// LTSVersion: '3.2.2',
- releaseDate: '2026-04-07',
+ releaseDate: '2026-06-15',
firstDocPath: '/getting-started',
},
{