Skip to content

Commit 541186a

Browse files
authored
docs: release APISIX 3.12.0 (#1885)
1 parent ded57f0 commit 541186a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

config/apisix-versions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @type {Array<string>} version list
55
*/
6-
const versions = ['3.9', '3.10', '3.11'];
6+
const versions = ['3.9', '3.10', '3.11', '3.12'];
77

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

config/docs.js

+2-2
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.11.0',
10-
releaseDate: '2024-10-17',
9+
version: '3.12.0',
10+
releaseDate: '2024-04-01',
1111
firstDocPath: '/getting-started',
1212
},
1313
{

config/downloads.js

+3-3
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.11.0/apache-apisix-3.11.0-src',
10+
downloadPath: 'apisix/3.12.0/apache-apisix-3.12.0-src',
1111
dockerhubPath: 'apisix',
12-
version: '3.11.0',
12+
version: '3.12.0',
1313
// LTSDownloadPath: 'apisix/3.2.2/apache-apisix-3.2.2-src',
1414
// LTSVersion: '3.2.2',
15-
releaseDate: '2024-10-17',
15+
releaseDate: '2024-04-01',
1616
firstDocPath: '/getting-started',
1717
},
1818
{

0 commit comments

Comments
 (0)