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

kezhenxu94 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 6c1c56a  Add Python agent release news (#98)
6c1c56a is described below

commit 6c1c56a173b5624280fb7b2747cb0a625d940ba1
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Jun 29 00:14:19 2020 +0800

    Add Python agent release news (#98)
---
 docs/.vuepress/config.js | 1 +
 docs/downloads/README.md | 5 +++++
 docs/events/README.md    | 7 +++++++
 docs/zh/events/README.md | 6 +++---
 4 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 4cc7526..f624c7c 100755
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -85,6 +85,7 @@ module.exports = {
               { 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: 'Python 0.1.0', link: 
"https://github.com/apache/skywalking-python/tree/v0.1.0"},
               { text: 'Kubernetes helm 3.0.0', link: 
"https://github.com/apache/skywalking-kubernetes/tree/v3.1.0"},
               { text: 'Kubernetes helm 2.0.0', link: 
"https://github.com/apache/skywalking-kubernetes/tree/v2.0.0"},
             ],
diff --git a/docs/downloads/README.md b/docs/downloads/README.md
index 6c472df..d8564b4 100755
--- a/docs/downloads/README.md
+++ b/docs/downloads/README.md
@@ -46,6 +46,11 @@ SkyWalking Nginx LUA agent requires SkyWalking APM 7.0+.
 | Mar. 20th, 2020 | 0.2.0 | Source code| 
[[src]](https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.2.0/skywalking-cli-0.2.0-src.tgz)
 
[[asc]](https://downloads.apache.org/skywalking/cli/0.2.0/skywalking-cli-0.2.0-src.tgz.asc)
 
[[sha512]](https://downloads.apache.org/skywalking/cli/0.2.0/skywalking-cli-0.2.0-src.tgz.sha512)|
 | | | Binary Distribution (MacOS, Linux, Windows)| 
[[tgz]](https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.2.0/skywalking-cli-0.2.0-bin.tgz)
 
[[asc]](https://downloads.apache.org/skywalking/cli/0.2.0/skywalking-cli-0.2.0-bin.tgz.asc)
 
[[sha512]](https://downloads.apache.org/skywalking/cli/0.2.0/skywalking-cli-0.2.0-bin.tgz.sha512)|
 
+### SkyWalking Python
+| Date | Version| | Downloads |
+|:---:|:--:|:--:|:--:|
+| Jun. 28th, 2020 | 0.1.0 | Source code| 
[[src]](https://www.apache.org/dyn/closer.cgi/skywalking/python/0.1.0/skywalking-python-src.tgz)
 
[[asc]](https://downloads.apache.org/skywalking/python/0.1.0/skywalking-python-src.tgz.asc)
 
[[sha512]](https://downloads.apache.org/skywalking/python/0.1.0/skywalking-python-src.tgz.sha512)|
+| | | Binary Distribution (MacOS, Linux, Windows)| [[Install via 
pip]](https://pypi.org/project/apache-skywalking/0.1.0/) |
 
 ### SkyWalking Chart
 | Date | Version| | Downloads |
diff --git a/docs/events/README.md b/docs/events/README.md
index 427c7a7..a297f1f 100755
--- a/docs/events/README.md
+++ b/docs/events/README.md
@@ -1,5 +1,12 @@
 # SkyWalking Events
 
+## Release Apache SkyWalking Python 0.1.0
+###### Jun. 28th, 2020
+SkyWalking Python 0.1.0 is released. Go to [downloads](/downloads) page to 
find release tars.
+- API: agent core APIs, check [the APIs and the 
examples](https://github.com/apache/skywalking-python/blob/3892cab9d5d2c03107cfb2b1c59a6c77c5c3cc35/README.md#api)
+- Plugin: built-in libraries `http`, `urllib.request` and third-party library 
`requests` are supported.
+- Test: agent test framework is setup, and the corresponding tests of 
aforementioned plugins are also added.
+
 ## Release Apache SkyWalking Chart 3.0.0 for SkyWalking 8.0.1
 ###### Jun. 27th, 2020
 SkyWalking Chart 3.0.0 is released. Go to [downloads](/downloads) page to find 
release tars.
diff --git a/docs/zh/events/README.md b/docs/zh/events/README.md
index b99fd9f..b1d0fb1 100755
--- a/docs/zh/events/README.md
+++ b/docs/zh/events/README.md
@@ -2,10 +2,10 @@
 
 ## Release Apache SkyWalking Python 0.1.0
 ###### Jun. 28th, 2020
-SkyWalking Python 0.1.0 发布. 请到[下载页面](/downloads)查找发行版本.
+SkyWalking Python 0.1.0 发布. 请到 [下载页面](/downloads) 查看如何使用.
 - API: agent 核心 API, 查看 [API 
列表及其示例](https://github.com/apache/skywalking-python/blob/3892cab9d5d2c03107cfb2b1c59a6c77c5c3cc35/README.md#api)
-- 插件: 支持 Python 内置模块 `http`, `urllib.request` 以及三方库 `requests`.
-- 测试: 搭建 agent 测试框架, 上述插件相应测试也已补充.
+- 插件: 支持内置框架 `http`, `urllib.request` 和三方库 `requests`.
+- 测试: 搭建 agent 测试框架, 上述插件的相应测试也已添加.
 
 ## Release Apache SkyWalking Chart 3.0.0 for SkyWalking 8.0.1
 ###### Mar. 31th, 2020

Reply via email to