This is an automated email from the ASF dual-hosted git repository. rshimizu pushed a commit to branch rust-0.1.0 in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
commit bfa97a19dc576486c69e70a097ad866d900e3b38 Author: Shikugawa <[email protected]> AuthorDate: Thu Feb 17 21:01:15 2022 +0900 release skywalking-rust 0.1.0 --- .../index.md | 8 ++++++++ data/docs.yml | 2 ++ data/releases.yml | 20 ++++++++++++++++++++ 3 files changed, 30 insertions(+) diff --git a/content/events/release-apache-skywalking-client-rust-0-1-0/index.md b/content/events/release-apache-skywalking-client-rust-0-1-0/index.md new file mode 100644 index 0000000..ec4214e --- /dev/null +++ b/content/events/release-apache-skywalking-client-rust-0-1-0/index.md @@ -0,0 +1,8 @@ +--- +title: Release Apache SkyWalking Client Rust 0.1.0 +date: 2022-02-17 +author: SkyWalking Team +description: "Release Apache SkyWalking Rust 0.1.0" +--- + +SkyWalking Client Rust 0.1.0 is released. Go to [downloads](/downloads) page to find release tars. diff --git a/data/docs.yml b/data/docs.yml index c83b363..d806ea3 100644 --- a/data/docs.yml +++ b/data/docs.yml @@ -131,6 +131,8 @@ docs: - version: latest link: https://github.com/apache/skywalking-rust + - version: v0.1.0 + link: https://github.com/apache/skywalking-rust/tree/v0.1.0 - name: SkyWalking Satellite icon: skywalking-satellite diff --git a/data/releases.yml b/data/releases.yml index a95f948..51112aa 100644 --- a/data/releases.yml +++ b/data/releases.yml @@ -345,6 +345,26 @@ - name: sha512 link: https://downloads.apache.org/skywalking/satellite/0.5.0/apache-skywalking-satellite-0.5.0-bin.tgz.sha512 + - name: SkyWalking Rust + icon: skywalking-rust + description: The Rust Agent for Apache SkyWalking, which provides the native tracing abilities for Rust project. + source: + - version: v0.1.0 + date: Feb. 17th, 2022 + downloadLink: + - name: src + link: https://www.apache.org/dyn/closer.cgi/skywalking/rust/0.1.0/skywalking_rust-0.1.0.crate + - name: asc + link: https://downloads.apache.org/skywalking/rust/0.1.0/skywalking_rust-0.1.0.crate.asc + - name: sha512 + link: https://downloads.apache.org/skywalking/rust/0.1.0/skywalking_rust-0.1.0.crate.sha512 + distribution: + - version: v0.1.0 + date: Feb. 17th, 2022 + downloadLink: + - name: Install via crates.io + link: https://crates.io/crates/skywalking_rust + - type: Operation description: list:
