You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sh...@apache.org on 2022/04/07 00:58:28 UTC

[apisix-website] branch master updated: feat: release APISIX Go Plugin Runner 0.3.0 (#1009)

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

shuaijinchao 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 cbc02f7b796 feat: release APISIX Go Plugin Runner 0.3.0 (#1009)
cbc02f7b796 is described below

commit cbc02f7b79620682cbe2e183496518131604ad33
Author: 帅进超 <sh...@gmail.com>
AuthorDate: Thu Apr 7 08:58:24 2022 +0800

    feat: release APISIX Go Plugin Runner 0.3.0 (#1009)
---
 website/config/docs.js      | 4 ++--
 website/config/downloads.js | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/website/config/docs.js b/website/config/docs.js
index 781293a195b..b79e158e06e 100644
--- a/website/config/docs.js
+++ b/website/config/docs.js
@@ -73,8 +73,8 @@ module.exports = [
     shape: 'octagon',
     color: '#3B14A7',
     githubRepo: 'apache/apisix-go-plugin-runner',
-    version: '0.2.0',
-    releaseDate: '2021-09-03',
+    version: '0.3.0',
+    releaseDate: '2021-04-06',
     firstDocPath: '/getting-started',
   },
   {
diff --git a/website/config/downloads.js b/website/config/downloads.js
index 0495a2971da..fb9c2868388 100644
--- a/website/config/downloads.js
+++ b/website/config/downloads.js
@@ -65,9 +65,9 @@ module.exports = [
     color: '#3B14A7',
     githubRepo: 'apache/apisix-go-plugin-runner',
     githubBranch: 'master',
-    downloadPath: 'apisix/go-plugin-runner/0.2.0/apisix-go-plugin-runner-0.2.0-src',
-    version: '0.2.0',
-    releaseDate: '2021-09-03',
+    downloadPath: 'apisix/go-plugin-runner/0.3.0/apisix-go-plugin-runner-0.3.0-src',
+    version: '0.3.0',
+    releaseDate: '2022-04-06',
     firstDocPath: '/getting-started',
   },
   {