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

yilinzeng 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 7ac1cba55ef feat: release APISIX Go Plugin Runner 0.5.0 (#1401)
7ac1cba55ef is described below

commit 7ac1cba55ef65e940bcd1f22b1b88503a9f2d503
Author: soulbird <[email protected]>
AuthorDate: Fri Nov 11 10:02:06 2022 +0800

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

diff --git a/config/docs.js b/config/docs.js
index 17642233a66..2932bef1218 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -73,8 +73,8 @@ module.exports = [
     shape: 'octagon',
     color: '#3B14A7',
     githubRepo: 'apache/apisix-go-plugin-runner',
-    version: '0.4.0',
-    releaseDate: '2022-06-30',
+    version: '0.5.0',
+    releaseDate: '2022-11-10',
     firstDocPath: '/getting-started',
   },
   {
diff --git a/config/downloads.js b/config/downloads.js
index 07fb9146da5..b0792ba1010 100644
--- a/config/downloads.js
+++ b/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.4.0/apisix-go-plugin-runner-0.4.0-src',
-    version: '0.4.0',
-    releaseDate: '2022-06-30',
+    downloadPath: 
'apisix/go-plugin-runner/0.5.0/apisix-go-plugin-runner-0.5.0-src',
+    version: '0.5.0',
+    releaseDate: '2022-11-10',
     firstDocPath: '/getting-started',
   },
   {

Reply via email to