You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by li...@apache.org on 2021/09/04 10:38:40 UTC

[apisix-website] branch master updated: feat: release Go Plugin Runner 0.2.0 (#551)

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

liuxiran 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 8582231  feat: release Go Plugin Runner 0.2.0 (#551)
8582231 is described below

commit 85822310fe50cd9cadcb26f7e098da5e7f1ee53b
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Sat Sep 4 18:38:37 2021 +0800

    feat: release Go Plugin Runner 0.2.0 (#551)
---
 website/docusaurus.config.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 95a6116..1050c8c 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -89,8 +89,8 @@ module.exports = {
         shape: "octagon",
         color: "#3B14A7",
         githubRepo: "apache/apisix-go-plugin-runner",
-        version: "0.1.0",
-        releaseDate: "2021-07-15",
+        version: "0.2.0",
+        releaseDate: "2021-09-03",
         firstDocPath: "/getting-started",
       }
     ],
@@ -156,9 +156,9 @@ module.exports = {
         color: "#3B14A7",
         githubRepo: "apache/apisix-go-plugin-runner",
         githubBranch: "master",
-        downloadPath: "apisix/go-plugin-runner/0.1.0/apisix-go-plugin-runner-0.1.0-src",
-        version: "0.1.0",
-        releaseDate: "2021-07-15",
+        downloadPath: "apisix/go-plugin-runner/0.2.0/apisix-go-plugin-runner-0.2.0-src",
+        version: "0.2.0",
+        releaseDate: "2021-09-03",
         firstDocPath: "/getting-started",
       }
     ],