You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by tz...@apache.org on 2022/04/16 05:23:16 UTC

[apisix-website] branch master updated: feat: release APISIX 2.13.1 (#1036)

This is an automated email from the ASF dual-hosted git repository.

tzssangglass 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 bf9bdb2e4d7 feat: release APISIX 2.13.1 (#1036)
bf9bdb2e4d7 is described below

commit bf9bdb2e4d77aae0c3cd9e5690cb211792a03e69
Author: tzssangglass <tz...@gmail.com>
AuthorDate: Sat Apr 16 13:23:11 2022 +0800

    feat: release APISIX 2.13.1 (#1036)
---
 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 4792c7ad2ef..eaaea9c298b 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.13.0',
-    releaseDate: '2022-03-24',
+    version: '2.13.1',
+    releaseDate: '2022-04-15',
     firstDocPath: '/getting-started',
   },
   {
diff --git a/website/config/downloads.js b/website/config/downloads.js
index 29124119aaa..3fb5cab678e 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.13.0/apache-apisix-2.13.0-src',
+    downloadPath: 'apisix/2.13.1/apache-apisix-2.13.1-src',
     dockerhubPath: 'apisix',
-    version: '2.13.0',
-    LTSDownloadPath: 'apisix/2.13.0/apache-apisix-2.13.0-src',
-    LTSVersion: '2.13.0',
-    releaseDate: '2022-03-24',
+    version: '2.13.1',
+    LTSDownloadPath: 'apisix/2.13.1/apache-apisix-2.13.1-src',
+    LTSVersion: '2.13.1',
+    releaseDate: '2022-04-15',
     firstDocPath: '/getting-started',
   },
   {