This is an automated email from the ASF dual-hosted git repository. juzhiyuan 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 cdf71323678 feat: release APISIX 3.2.0 (#1520) cdf71323678 is described below commit cdf71323678dfd10a58a4a0cd9ec028a3bb940a4 Author: 罗泽轩 <spacewander...@gmail.com> AuthorDate: Mon Mar 6 17:40:05 2023 +0800 feat: release APISIX 3.2.0 (#1520) Signed-off-by: spacewander <spacewander...@gmail.com> --- config/docs.js | 4 ++-- config/downloads.js | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/docs.js b/config/docs.js index 841633929db..36a3aef4456 100644 --- a/config/docs.js +++ b/config/docs.js @@ -6,8 +6,8 @@ module.exports = [ shape: 'triangle', color: '#e8433e', githubRepo: 'apache/apisix', - version: '3.1.0', - releaseDate: '2022-12-29', + version: '3.2.0', + releaseDate: '2023-03-06', firstDocPath: '/getting-started', }, { diff --git a/config/downloads.js b/config/downloads.js index 88e2cf66c08..16eceebb26b 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.1.0/apache-apisix-3.1.0-src', + downloadPath: 'apisix/3.2.0/apache-apisix-3.2.0-src', dockerhubPath: 'apisix', - version: '3.1.0', - LTSDownloadPath: 'apisix/2.15.2/apache-apisix-2.15.2-src', - LTSVersion: '2.15.2', - releaseDate: '2023-02-06', + version: '3.2.0', + LTSDownloadPath: 'apisix/3.2.0/apache-apisix-3.2.0-src', + LTSVersion: '3.2.0', + releaseDate: '2023-03-06', firstDocPath: '/getting-started', }, {