This is an automated email from the ASF dual-hosted git repository.
liujiapeng 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 396735b add release-satellite-0.1.0 event (#231)
396735b is described below
commit 396735b72b76b28be7a374d7ea33b5e526daed49
Author: Evan <[email protected]>
AuthorDate: Fri Feb 26 11:45:30 2021 +0800
add release-satellite-0.1.0 event (#231)
* add release-satellite-0.1.0 event
* Update releases.yml
* add release-satellite-0.1.0 event
Co-authored-by: Evan <[email protected]>
Co-authored-by: Zhenxu Ke <[email protected]>
---
.../index.md | 29 ++++++++++++++++++++++
data/releases.yml | 25 ++++++++++++++++++-
2 files changed, 53 insertions(+), 1 deletion(-)
diff --git a/content/events/release-apache-skwaylking-satellite-0-1-0/index.md
b/content/events/release-apache-skwaylking-satellite-0-1-0/index.md
new file mode 100644
index 0000000..e354159
--- /dev/null
+++ b/content/events/release-apache-skwaylking-satellite-0-1-0/index.md
@@ -0,0 +1,29 @@
+---
+title: Release Apache SkyWalking Satellite 0.1.0
+date: 2021-02-26
+author: SkyWalking Team
+description: "Release Apache SkyWalking Satellite 0.1.0"
+---
+
+SkyWalking Satellite 0.1.0 is released. Go to
[downloads](https://skywalking.apache.org/downloads) page to find release tars.
+
+#### Features
+ * Build the Satellite core structure.
+ * Add prometheus self telemetry.
+ * Add kafka client plugin.
+ * Add none-fallbacker plugin.
+ * Add timer-fallbacker plugin.
+ * Add nativelog-kafka-forwarder plugin.
+ * Add memory-queue plugin.
+ * Add mmap-queue plugin.
+ * Add grpc-nativelog-receiver plugin.
+ * Add http-nativelog-receiver plugin.
+ * Add grpc-server plugin.
+ * Add http-server plugin.
+ * Add prometheus-server plugin.
+
+#### Bug Fixes
+
+#### Issues and PR
+- All issues are
[here](https://github.com/apache/skywalking/milestone/64?closed=1)
+- All and pull requests are
[here](https://github.com/apache/skywalking-satellite/pulls?q=is%3Aopen+is%3Apr+milestone%3A0.1.0)
\ No newline at end of file
diff --git a/data/releases.yml b/data/releases.yml
index 4552c05..33c1f34 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -146,7 +146,6 @@
- name: Install via pip
link: https://pypi.org/project/apache-skywalking/0.5.0/
-
- name: SkyWalking NodeJS
icon: J
description: The NodeJS Agent for Apache SkyWalking, which provides the
native tracing abilities for NodeJS backend.
@@ -247,3 +246,27 @@
link:
https://downloads.apache.org/skywalking/eyes/0.1.0/skywalking-license-eye-0.1.0-bin.tgz.asc
- name: sha512
link:
https://downloads.apache.org/skywalking/eyes/0.1.0/skywalking-license-eye-0.1.0-bin.tgz.sha512
+
+- name: SkyWalking Satellite
+ icon: S
+ description: A lightweight collector/sidecar could be deployed closing to
the target monitored system, to collect metrics, traces, and logs.
+ source:
+ - version: v0.1.0
+ date: Feb. 26th, 2021
+ downloadLink:
+ - name: src
+ link:
https://www.apache.org/dyn/closer.cgi/skywalking/satellite/0.1.0/apache-skywalking-satellite-0.1.0-src.tgz
+ - name: asc
+ link:
https://downloads.apache.org/skywalking/satellite/0.1.0/apache-skywalking-satellite-0.1.0-src.tgz.asc
+ - name: sha512
+ link:
https://downloads.apache.org/skywalking/satellite/0.1.0/apache-skywalking-satellite-0.1.0-src.tgz.sha512
+ distribution:
+ - version: v0.1.0
+ date: Feb. 26th, 2021
+ downloadLink:
+ - name: tar
+ link:
https://www.apache.org/dyn/closer.cgi/skywalking/satellite/0.1.0/apache-skywalking-satellite-0.1.0-bin.tgz
+ - name: asc
+ link:
https://downloads.apache.org/skywalking/satellite/0.1.0/apache-skywalking-satellite-0.1.0-bin.tgz.asc
+ - name: sha512
+ link:
https://downloads.apache.org/skywalking/satellite/0.1.0/apache-skywalking-satellite-0.1.0-bin.tgz.sha512
\ No newline at end of file