Skip to content

Commit dfc4503

Browse files
docs: release APISIX v3.15.0 (#1986)
1 parent 6deff55 commit dfc4503

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

config/apisix-versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @type {Array<string>} version list
55
*/
6-
const versions = ['3.10', '3.11', '3.12', '3.13', '3.14'];
6+
const versions = ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15'];
77

88
/**
99
* @type {Array<string>} LTS version list

config/docs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module.exports = [
66
shape: 'triangle',
77
color: '#e8433e',
88
githubRepo: 'apache/apisix',
9-
version: '3.14.1',
10-
releaseDate: '2025-10-17',
9+
version: '3.15.0',
10+
releaseDate: '2026-02-05',
1111
firstDocPath: '/getting-started',
1212
},
1313
{

config/downloads.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ module.exports = [
77
color: '#e8433e',
88
githubRepo: 'apache/apisix',
99
githubBranch: 'master',
10-
downloadPath: 'apisix/3.14.1/apache-apisix-3.14.1-src',
10+
downloadPath: 'apisix/3.15.0/apache-apisix-3.15.0-src',
1111
dockerhubPath: 'apisix',
12-
version: '3.14.1',
12+
version: '3.15.0',
1313
// LTSDownloadPath: 'apisix/3.2.2/apache-apisix-3.2.2-src',
1414
// LTSVersion: '3.2.2',
15-
releaseDate: '2025-10-17',
15+
releaseDate: '2026-02-05',
1616
firstDocPath: '/getting-started',
1717
},
1818
{

0 commit comments

Comments
 (0)