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 6fb4012 release skywalking-rust 0.1.0 (#399)
6fb4012 is described below
commit 6fb40128ec346d847ec124b156da381dcba499a8
Author: Rei Shimizu <[email protected]>
AuthorDate: Thu Feb 17 21:24:36 2022 +0900
release skywalking-rust 0.1.0 (#399)
---
.../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..c7af4be 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -321,6 +321,26 @@
- name: Install via npm
link: https://npmjs.com/package/skywalking-client-js
+ - name: SkyWalking Rust
+ icon: kong-agent
+ 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
+
- name: SkyWalking Satellite
icon: skywalking-satellite
description: A lightweight collector/sidecar could be deployed closing
to the target monitored system, to collect metrics, traces, and logs.