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 5e2664966c5 feat: release APISIX 3.3.0 (#1575) 5e2664966c5 is described below commit 5e2664966c54e1f598e055f0015dba6df0b1e1a8 Author: leslie <les...@apache.org> AuthorDate: Sat May 6 15:07:39 2023 +0800 feat: release APISIX 3.3.0 (#1575) --- 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 36a3aef4456..993e7680eab 100644 --- a/config/docs.js +++ b/config/docs.js @@ -6,8 +6,8 @@ module.exports = [ shape: 'triangle', color: '#e8433e', githubRepo: 'apache/apisix', - version: '3.2.0', - releaseDate: '2023-03-06', + version: '3.3.0', + releaseDate: '2023-05-05', firstDocPath: '/getting-started', }, { diff --git a/config/downloads.js b/config/downloads.js index 16eceebb26b..28d6d3c9284 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.2.0/apache-apisix-3.2.0-src', + downloadPath: 'apisix/3.3.0/apache-apisix-3.3.0-src', dockerhubPath: 'apisix', - version: '3.2.0', - LTSDownloadPath: 'apisix/3.2.0/apache-apisix-3.2.0-src', - LTSVersion: '3.2.0', - releaseDate: '2023-03-06', + version: '3.3.0', + LTSDownloadPath: 'apisix/3.3.0/apache-apisix-3.3.0-src', + LTSVersion: '3.3.0', + releaseDate: '2023-05-05', firstDocPath: '/getting-started', }, {