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 5193bfd30b4 feat: release APISIX 2.15.2 (#1498)
5193bfd30b4 is described below
commit 5193bfd30b4e6bf54bb7fa755469cbf5f434cb84
Author: 罗泽轩 <[email protected]>
AuthorDate: Tue Feb 7 17:15:29 2023 +0800
feat: release APISIX 2.15.2 (#1498)
Signed-off-by: spacewander <[email protected]>
---
config/downloads.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/downloads.js b/config/downloads.js
index 21da4f6b393..d3f9bde9002 100644
--- a/config/downloads.js
+++ b/config/downloads.js
@@ -10,9 +10,9 @@ module.exports = [
downloadPath: 'apisix/3.1.0/apache-apisix-3.1.0-src',
dockerhubPath: 'apisix',
version: '3.1.0',
- LTSDownloadPath: 'apisix/2.15.1/apache-apisix-2.15.1-src',
- LTSVersion: '2.15.1',
- releaseDate: '2022-12-29',
+ LTSDownloadPath: 'apisix/2.15.2/apache-apisix-2.15.2-src',
+ LTSVersion: '2.15.2',
+ releaseDate: '2022-02-06',
firstDocPath: '/getting-started',
},
{