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 2023/01/06 02:47:37 UTC

[skywalking-website] branch master updated: Add Release Apache SkyWalking Satellite v1.1.0 (#557)

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 6ef416ba31c Add Release Apache SkyWalking Satellite v1.1.0 (#557)
6ef416ba31c is described below

commit 6ef416ba31c443c07160b4dc509fd9f584919521
Author: mrproliu <74...@qq.com>
AuthorDate: Fri Jan 6 10:47:31 2023 +0800

    Add Release Apache SkyWalking Satellite v1.1.0 (#557)
---
 .../index.md                                       | 23 ++++++++++++++++++++++
 data/docs.yml                                      |  6 +++---
 data/releases.yml                                  | 20 +++++++++----------
 3 files changed, 36 insertions(+), 13 deletions(-)

diff --git a/content/events/release-apache-skwaylking-satellite-1-1-0/index.md b/content/events/release-apache-skwaylking-satellite-1-1-0/index.md
new file mode 100644
index 00000000000..3522fe8f48e
--- /dev/null
+++ b/content/events/release-apache-skwaylking-satellite-1-1-0/index.md
@@ -0,0 +1,23 @@
+---
+title: Release Apache SkyWalking Satellite 1.1.0
+date: 2023-01-06
+author: SkyWalking Team
+description: "Release Apache SkyWalking Satellite 1.1.0"
+---
+
+SkyWalking Satellite 1.1.0 is released. Go to [downloads](https://skywalking.apache.org/downloads) page to find release tars.
+
+#### Features
+* Support transmit the OpenTelemetry Metrics protocol.
+* Upgrade to GO 1.18.
+* Add Docker images for arm64 architecture.
+* Support transmit Span Attached Event protocol data.
+* Support dotnet CLRMetric forward.
+
+#### Bug Fixes
+* Fix the missing return data when receive metrics in batch mode.
+* Fix [CVE-2022-21698](https://avd.aquasec.com/nvd/cve-2022-21698), [CVE-2022-27664](https://avd.aquasec.com/nvd/cve-2022-27664).
+
+#### Issues and PR
+- All issues are [here](https://github.com/apache/skywalking/milestone/143?closed=1)
+- All and pull requests are [here](https://github.com/apache/skywalking-satellite/pulls?q=is%3Apr+milestone%3A1.1.0+is%3Aclosed)
\ No newline at end of file
diff --git a/data/docs.yml b/data/docs.yml
index a460db3dea0..90e6d739549 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -167,9 +167,9 @@
       docs:
         - version: Next
           link: /docs/skywalking-satellite/next/readme/
-        - version: v1.0.0
-          link: /docs/skywalking-satellite/v1.0.0/readme/
-          commitId: 7f38043b453a3fbaa2f5873c3330fab7b9755cef
+        - version: v1.1.0
+          link: /docs/skywalking-satellite/v1.1.0/readme/
+          commitId: 97a1922090c0a6f979978010a318c25e343eecc6
 
     - name: Kubernetes Event Exporter
       icon: kubernetes
diff --git a/data/releases.yml b/data/releases.yml
index 621b23772f5..fecaa966172 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -347,25 +347,25 @@
       icon: skywalking-satellite
       description: A lightweight collector/sidecar could be deployed closing to the target monitored system, to collect metrics, traces, and logs.
       source:
-        - version: v1.0.1
-          date: Jul. 10th, 2022
+        - version: v1.1.0
+          date: Jan. 6th, 2023
           downloadLink:
             - name: src
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/satellite/1.0.1/apache-skywalking-satellite-1.0.1-src.tgz
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/satellite/1.1.0/apache-skywalking-satellite-1.1.0-src.tgz
             - name: asc
-              link: https://downloads.apache.org/skywalking/satellite/1.0.1/apache-skywalking-satellite-1.0.1-src.tgz.asc
+              link: https://downloads.apache.org/skywalking/satellite/1.1.0/apache-skywalking-satellite-1.1.0-src.tgz.asc
             - name: sha512
-              link: https://downloads.apache.org/skywalking/satellite/1.0.1/apache-skywalking-satellite-1.0.1-src.tgz.sha512
+              link: https://downloads.apache.org/skywalking/satellite/1.1.0/apache-skywalking-satellite-1.1.0-src.tgz.sha512
       distribution:
-        - version: v1.0.1
-          date: Jul. 10th, 2022
+        - version: v1.1.0
+          date: Jan. 6th, 2023
           downloadLink:
             - name: tar
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/satellite/1.0.1/apache-skywalking-satellite-1.0.1-bin.tgz
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/satellite/1.1.0/apache-skywalking-satellite-1.1.0-bin.tgz
             - name: asc
-              link: https://downloads.apache.org/skywalking/satellite/1.0.1/apache-skywalking-satellite-1.0.1-bin.tgz.asc
+              link: https://downloads.apache.org/skywalking/satellite/1.1.0/apache-skywalking-satellite-1.1.0-bin.tgz.asc
             - name: sha512
-              link: https://downloads.apache.org/skywalking/satellite/1.0.1/apache-skywalking-satellite-1.0.1-bin.tgz.sha512
+              link: https://downloads.apache.org/skywalking/satellite/1.1.0/apache-skywalking-satellite-1.1.0-bin.tgz.sha512
 
     - name: Kubernetes Event Exporter
       icon: kubernetes