You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/10 13:37:23 UTC

[skywalking-website] branch master updated: Update website for Nginx lua agent 0.1.0 release.

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 620c742  Update website for Nginx lua agent 0.1.0 release.
620c742 is described below

commit 620c7427ecaa6693ed0ab54a3d3a1ae5c88df224
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Mar 10 21:37:02 2020 +0800

    Update website for Nginx lua agent 0.1.0 release.
---
 docs/.vuepress/config.js    | 2 ++
 docs/README.md              | 6 +++---
 docs/downloads/README.md    | 7 +++++++
 docs/events/README.md       | 4 ++++
 docs/zh/README.md           | 8 ++++----
 docs/zh/downloads/README.md | 7 +++++++
 docs/zh/events/README.md    | 4 ++++
 7 files changed, 31 insertions(+), 7 deletions(-)

diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index a8036a1..127e924 100755
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -29,6 +29,7 @@ module.exports = {
           { text: "Docs",  items: [
             { text: '6.6.0', link: "https://github.com/apache/skywalking/tree/v6.6.0/docs"},
             { text: '6.5.0', link: "https://github.com/apache/skywalking/tree/v6.5.0/docs"},
+            { text: 'Nginx LUA 0.1.0', link: "https://github.com/apache/skywalking-nginx-lua/tree/v0.1.0"},
             { text: 'CLI 0.1.0', link: "https://github.com/apache/skywalking-cli/tree/0.1.0"},
             { text: 'Kubernetes helm 1.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v1.0.0"},
           ], },
@@ -74,6 +75,7 @@ module.exports = {
             items: [
               { text: '6.6.0', link: "https://github.com/apache/skywalking/tree/v6.6.0/docs"},
               { text: '6.5.0', link: "https://github.com/apache/skywalking/tree/v6.5.0/docs"},
+              { text: 'Nginx LUA 0.1.0', link: "https://github.com/apache/skywalking-nginx-lua/tree/v0.1.0"},
               { text: 'CLI 0.1.0', link: "https://github.com/apache/skywalking-cli/tree/0.1.0"},
               { text: 'Kubernetes helm 1.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v1.0.0"},
             ],
diff --git a/docs/README.md b/docs/README.md
index facc746..abea6d0 100755
--- a/docs/README.md
+++ b/docs/README.md
@@ -27,6 +27,9 @@ user:
 news:
   title: Events & News
   content:
+  - header: SkyWalking Nginx LUA 0.1.0 release
+    content: Support tracing and collect metrics from Nginx server.
+    time: Mar. 10th, 2020
   - header: Welcome Ming Wen as new committer
     content: Based on his continuous contributions, Ming Wen (a.k.a [moonming](https://github.com/moonming)) has been voted as a new committer.
     time: Mar. 9th, 2020
@@ -36,6 +39,3 @@ news:
   - header: Welcome Zhusheng Xu as new committer
     content: Based on his continuous contributions, Zhusheng Xu (a.k.a [aderm](https://github.com/aderm)) has been voted as a new committer.
     time: Feb. 21st, 2020
-  - header: Welcome Han Liu as new committer
-    content: Based on his continuous contributions, Han Liu (a.k.a [mrproliu](https://github.com/mrproliu)) has been voted as a new committer.
-    time: Feb. 8rd, 2020
diff --git a/docs/downloads/README.md b/docs/downloads/README.md
index 99839f0..fca0c15 100755
--- a/docs/downloads/README.md
+++ b/docs/downloads/README.md
@@ -20,6 +20,13 @@ Use the links below to download the Apache SkyWalking from one of our mirrors.
 | | | Binary Distribution (Linux) | [[tar]](https://www.apache.org/dyn/closer.cgi/skywalking/6.5.0/apache-skywalking-apm-6.5.0.tar.gz) [[asc]](https://downloads.apache.org/skywalking/6.5.0/apache-skywalking-apm-6.5.0.tar.gz.asc) [[sha512]](https://downloads.apache.org/skywalking/6.5.0/apache-skywalking-apm-6.5.0.tar.gz.sha512)|
 | | | Documentation| [Documentation](https://github.com/apache/skywalking/blob/v6.5.0/docs/README.md) |
 
+### SkyWalking Nginx LUA
+SkyWalking Nginx LUA agent requires SkyWalking APM 7.0+.
+
+| Date | Version| | Downloads |
+|:---:|:--:|:--:|:--:|
+| Mar. 10th, 2020 | 0.1.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/nginx-lua/0.1.0//skywalking-nginx-lua-0.1.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/nginx-lua/0.1.0/skywalking-nginx-lua-0.1.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/nginx-lua/0.1.0/skywalking-nginx-lua-0.1.0-src.tgz.sha512)|
+
 ### SkyWalking CLI
 | Date | Version| | Downloads |
 |:---:|:--:|:--:|:--:|
diff --git a/docs/events/README.md b/docs/events/README.md
index 4044212..458282b 100755
--- a/docs/events/README.md
+++ b/docs/events/README.md
@@ -1,5 +1,9 @@
 # SkyWalking Events
 
+## SkyWalking Nginx LUA 0.1.0 release
+###### Mar. 10th, 2020
+Support tracing and collect metrics from Nginx server. Require SkyWalking APM 7.0+.
+
 ## Welcome Ming Wen as new committer
 ###### Mar. 9th, 2020
 Based on his continuous contributions, Ming Wen (a.k.a [moonming](https://github.com/moonming)) has been voted as a new committer.
diff --git a/docs/zh/README.md b/docs/zh/README.md
index a86589d..56b96df 100755
--- a/docs/zh/README.md
+++ b/docs/zh/README.md
@@ -28,15 +28,15 @@ user:
 news:
   title: 事件 & 新闻
   content:
+  - header: SkyWalking Nginx Lua探针0.1.0发布
+    content: 支持基于Nginx的分布式追踪和指标收集
+    time: 2020 年 3 月 10 日
   - header: 欢迎温铭成为新的committer
     content: 根据他长期的项目贡献,他被投票选举为项目的 committer
     time: 2020 年 3 月 9 日
   - header: 欢迎庄浩潮成为项目管理委员会成员
-    content: 由于他对该项目的持续贡献,庄浩潮 (a.k.a [dmsolr](https://github.com/dmsolr)) 已被邀请加入 SkyWalking 项目管理委员会。欢迎。
+    content: 由于他对该项目的持续贡献,庄浩潮 (a.k.a [dmsolr](https://github.com/dmsolr)) 已被邀请加入 SkyWalking 项目管理委员会。欢迎
     time: 2020 年 3 月 5 日
   - header: 欢迎徐竹胜成为新的committer
     content: 根据他长期的项目贡献,他被投票选举为项目的 committer
     time: 2020 年 2 月 21 日
-  - header: 欢迎刘晗成为新的committer
-    content: 根据他长期的项目贡献,他被投票选举为项目的 committer
-    time: 2020 年 2 月 8 日
diff --git a/docs/zh/downloads/README.md b/docs/zh/downloads/README.md
index cc3c655..2f51c35 100755
--- a/docs/zh/downloads/README.md
+++ b/docs/zh/downloads/README.md
@@ -19,6 +19,13 @@
 | | | Binary Distribution (Linux) | [[tar]](https://www.apache.org/dyn/closer.cgi/skywalking/6.5.0/apache-skywalking-apm-6.5.0.tar.gz) [[asc]](https://downloads.apache.org/skywalking/6.5.0/apache-skywalking-apm-6.5.0.tar.gz.asc) [[sha512]](https://downloads.apache.org/skywalking/6.5.0/apache-skywalking-apm-6.5.0.tar.gz.sha512)|
 | | | Documentation| [Documentation](https://github.com/apache/skywalking/blob/v6.5.0/docs/README.md) |
 
+### SkyWalking Nginx LUA
+SkyWalking Nginx LUA agent 要求 SkyWalking APM 7.0以上版本
+
+| 日期 | 版本| | 下载 |
+|:---:|:--:|:--:|:--:|
+| Mar. 10th, 2020 | 0.1.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/nginx-lua/0.1.0//skywalking-nginx-lua-0.1.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/nginx-lua/0.1.0/skywalking-nginx-lua-0.1.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/nginx-lua/0.1.0/skywalking-nginx-lua-0.1.0-src.tgz.sha512)|
+
 
 ### SkyWalking CLI
 | 日期 | 版本| | 下载 |
diff --git a/docs/zh/events/README.md b/docs/zh/events/README.md
index f2ee4ca..9b3bdeb 100755
--- a/docs/zh/events/README.md
+++ b/docs/zh/events/README.md
@@ -1,5 +1,9 @@
 # SkyWalking 事件概要
 
+## SkyWalking Nginx Lua探针0.1.0发布
+###### 2020 年 3 月 10 日
+支持基于Nginx的分布式追踪和指标收集。需要SkyWalking APM 7.0以上版本。
+
 ## 欢迎温铭成为新的committer
 ###### 2020 年 3 月 9 日
 根据他长期的项目贡献,他被投票选举为项目的 committer