This is an automated email from the ASF dual-hosted git repository.
spacewander 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 9e9e4ed feat: release APISIX 2.13.0 (#968)
9e9e4ed is described below
commit 9e9e4ed7ec43c32573ebf416bf84f5ef981cd629
Author: leslie <[email protected]>
AuthorDate: Thu Mar 24 15:40:58 2022 +0800
feat: release APISIX 2.13.0 (#968)
---
website/config/docs.js | 4 ++--
website/config/downloads.js | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/website/config/docs.js b/website/config/docs.js
index 898f615..03bbc09 100644
--- a/website/config/docs.js
+++ b/website/config/docs.js
@@ -6,8 +6,8 @@ module.exports = [
shape: "triangle",
color: "#e8433e",
githubRepo: "apache/apisix",
- version: "2.12.1",
- releaseDate: "2022-02-10",
+ version: "2.13.0",
+ releaseDate: "2022-03-24",
firstDocPath: "/getting-started",
},
{
diff --git a/website/config/downloads.js b/website/config/downloads.js
index 329b7c5..ac36137 100644
--- a/website/config/downloads.js
+++ b/website/config/downloads.js
@@ -7,12 +7,12 @@ module.exports = [
color: "#e8433e",
githubRepo: "apache/apisix",
githubBranch: "master",
- downloadPath: "apisix/2.12.1/apache-apisix-2.12.1-src",
+ downloadPath: "apisix/2.13.0/apache-apisix-2.13.0-src",
dockerhubPath:"apisix",
- version: "2.12.1",
- LTSDownloadPath: "apisix/2.10.4/apache-apisix-2.10.4-src",
- LTSVersion: "2.10.4",
- releaseDate: "2022-02-10",
+ version: "2.13.0",
+ LTSDownloadPath: "apisix/2.13.0/apache-apisix-2.13.0-src",
+ LTSVersion: "2.13.0",
+ releaseDate: "2022-03-24",
firstDocPath: "/getting-started",
},
{