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 aa15225ca2b Release SkyWalking Satellite, CLI and Rover (#613)
aa15225ca2b is described below
commit aa15225ca2b17bef5a5f4c023519dceb3cd9e557
Author: mrproliu <[email protected]>
AuthorDate: Sun Jun 25 03:06:50 2023 +0000
Release SkyWalking Satellite, CLI and Rover (#613)
---
.../release-apache-skwaylking-rover-0-5-0/index.md | 27 ++++++++++
.../index.md | 24 +++++++++
.../release-apache-skywalking-cli-0-12-0/index.md | 21 ++++++++
data/docs.yml | 16 +++---
data/releases.yml | 60 +++++++++++-----------
5 files changed, 110 insertions(+), 38 deletions(-)
diff --git a/content/events/release-apache-skwaylking-rover-0-5-0/index.md
b/content/events/release-apache-skwaylking-rover-0-5-0/index.md
new file mode 100644
index 00000000000..f069f3ce7a4
--- /dev/null
+++ b/content/events/release-apache-skwaylking-rover-0-5-0/index.md
@@ -0,0 +1,27 @@
+---
+title: Release Apache SkyWalking Rover 0.5.0
+date: 2023-06-25
+author: SkyWalking Team
+description: "Release Apache SkyWalking Rover 0.5.0"
+---
+
+SkyWalking Rover 0.5.0 is released. Go to
[downloads](https://skywalking.apache.org/downloads) page to find release tars.
+
+#### Features
+* Enhance the protocol reader for support long socket data.
+* Add the syscall level event to the trace.
+* Support OpenSSL 3.0.x.
+* Optimized the data structure in BPF.
+* Support continuous profiling.
+* Improve the performance when getting `goid` in eBPF.
+* Support build multiple architecture docker image: `x86_64`, `arm64`.
+
+#### Bug Fixes
+* Fix HTTP method name in protocol analyzer.
+* Fixed submitting multiple network profiling tasks with the same uri causing
the rover to restart.
+
+#### Documentation
+
+#### Issues and PR
+- All issues are
[here](https://github.com/apache/skywalking/milestone/167?closed=1)
+- All and pull requests are
[here](https://github.com/apache/skywalking-rover/milestone/5?closed=1)
\ No newline at end of file
diff --git a/content/events/release-apache-skwaylking-satellite-1-2-0/index.md
b/content/events/release-apache-skwaylking-satellite-1-2-0/index.md
new file mode 100644
index 00000000000..da71c00c301
--- /dev/null
+++ b/content/events/release-apache-skwaylking-satellite-1-2-0/index.md
@@ -0,0 +1,24 @@
+---
+title: Release Apache SkyWalking Satellite 1.2.0
+date: 2023-06-25
+author: SkyWalking Team
+description: "Release Apache SkyWalking Satellite 1.2.0"
+---
+
+SkyWalking Satellite 1.2.0 is released. Go to
[downloads](https://skywalking.apache.org/downloads) page to find release tars.
+
+#### Features
+* Introduce `pprof` module.
+* Support export multiple `telemetry` service.
+* Update the base docker image.
+* Add timeout configuration for gRPC client.
+* Reduce log print when the enqueue data to the pipeline error.
+* Support transmit the Continuous Profiling protocol.
+
+#### Bug Fixes
+* Fix [CVE-2022-41721](https://avd.aquasec.com/nvd/cve-2022-41721).
+* Use Go 19 to build the Docker image to fix CVEs.
+
+#### Issues and PR
+- All issues are
[here](https://github.com/apache/skywalking/milestone/170?closed=1)
+- All and pull requests are
[here](https://github.com/apache/skywalking-satellite/pulls?q=is%3Apr+milestone%3A1.2.0+is%3Aclosed)
\ No newline at end of file
diff --git a/content/events/release-apache-skywalking-cli-0-12-0/index.md
b/content/events/release-apache-skywalking-cli-0-12-0/index.md
new file mode 100644
index 00000000000..b12eff03644
--- /dev/null
+++ b/content/events/release-apache-skywalking-cli-0-12-0/index.md
@@ -0,0 +1,21 @@
+---
+title: "Release Apache SkyWalking CLI 0.12.0"
+date: 2023-06-25
+author: SkyWalking Team
+description: "Release Apache SkyWalking CLI 0.12.0"
+---
+
+SkyWalking CLI 0.12.0 is released. Go to
[downloads](https://skywalking.apache.org/downloads) page to find release tars.
+
+* Add the sub-command `records list` for adapt the new record query API by
@mrproliu in https://github.com/apache/skywalking-cli/pull/167
+* Add the attached events fields into the `trace` sub-command by @mrproliu in
https://github.com/apache/skywalking-cli/pull/169
+* Add the sampling config file into the `profiling ebpf create network`
sub-command by @mrproliu in https://github.com/apache/skywalking-cli/pull/171
+* Add the sub-command `profiling continuous` for adapt the new continuous
profiling API by @mrproliu in https://github.com/apache/skywalking-cli/pull/173
+* Adapt the sub-command `metrics` for deprecate scope fron entity by @mrproliu
in https://github.com/apache/skywalking-cli/pull/173
+* Add components in topology related sub-commands. @mrproliu in
https://github.com/apache/skywalking-cli/pull/175
+* Add the sub-command `metrics nullable` for query the nullable metrics value.
@mrproliu in https://github.com/apache/skywalking-cli/pull/176
+* Adapt the sub-command `profiling trace` for adapt the new trace profiling
protocol. @mrproliu in https://github.com/apache/skywalking-cli/pull/177
+* Add `isEmptyValue` field in metrics related sub-commands. @mrproliu in
https://github.com/apache/skywalking-cli/pull/180
+* Add the sub-command `metrics execute` for execute the metrics query.
@mrproliu in https://github.com/apache/skywalking-cli/pull/182
+* Add the sub-command `profiling continuous monitoring` for query all
continuous profiling monitoring instances. @mrproliu in
https://github.com/apache/skywalking-cli/pull/182
+* Add `continuousProfilingCauses.message` field in the `profiling ebpf list`
comamnds by @mrproliu in https://github.com/apache/skywalking-cli/pull/184
\ No newline at end of file
diff --git a/data/docs.yml b/data/docs.yml
index 5f916cc62b9..e4e1ef45c56 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -204,9 +204,9 @@
docs:
- version: Next
link: /docs/skywalking-satellite/next/readme/
- - version: v1.1.0
- link: /docs/skywalking-satellite/v1.1.0/readme/
- commitId: 97a1922090c0a6f979978010a318c25e343eecc6
+ - version: v1.2.0
+ link: /docs/skywalking-satellite/v1.2.0/readme/
+ commitId: 38a86a5408c30b805bce2b5c79b7e8000e917a68
- name: Kubernetes Event Exporter
icon: kubernetes
@@ -228,9 +228,9 @@
docs:
- version: Next
link: /docs/skywalking-rover/next/readme/
- - version: v0.4.0
- link: /docs/skywalking-rover/v0.4.0/readme/
- commitId: 668abb2fbc38250d2bd825e62ec5678bb8017864
+ - version: v0.5.0
+ link: /docs/skywalking-rover/v0.5.0/readme/
+ commitId: 9da447851549b20d12e762d8e180be47f7b7b986
- type: Operation
description:
@@ -241,8 +241,8 @@
user: apache
repo: skywalking-cli
docs:
- - version: v0.11.0
- link: https://github.com/apache/skywalking-cli/tree/0.11.0
+ - version: v0.12.0
+ link: https://github.com/apache/skywalking-cli/tree/0.12.0
- name: Kubernetes Helm
icon: helm
diff --git a/data/releases.yml b/data/releases.yml
index 43beab76240..2d50a6f382a 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -462,25 +462,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.1.0
- date: Jan. 6th, 2023
+ - version: v1.2.0
+ date: Jun. 25th, 2023
downloadLink:
- name: src
- link:
https://www.apache.org/dyn/closer.cgi/skywalking/satellite/1.1.0/apache-skywalking-satellite-1.1.0-src.tgz
+ link:
https://www.apache.org/dyn/closer.cgi/skywalking/satellite/1.2.0/apache-skywalking-satellite-1.2.0-src.tgz
- name: asc
- link:
https://downloads.apache.org/skywalking/satellite/1.1.0/apache-skywalking-satellite-1.1.0-src.tgz.asc
+ link:
https://downloads.apache.org/skywalking/satellite/1.2.0/apache-skywalking-satellite-1.2.0-src.tgz.asc
- name: sha512
- link:
https://downloads.apache.org/skywalking/satellite/1.1.0/apache-skywalking-satellite-1.1.0-src.tgz.sha512
+ link:
https://downloads.apache.org/skywalking/satellite/1.2.0/apache-skywalking-satellite-1.2.0-src.tgz.sha512
distribution:
- - version: v1.1.0
- date: Jan. 6th, 2023
+ - version: v1.2.0
+ date: Jun. 25th, 2023
downloadLink:
- name: tar
- link:
https://www.apache.org/dyn/closer.cgi/skywalking/satellite/1.1.0/apache-skywalking-satellite-1.1.0-bin.tgz
+ link:
https://www.apache.org/dyn/closer.cgi/skywalking/satellite/1.2.0/apache-skywalking-satellite-1.2.0-bin.tgz
- name: asc
- link:
https://downloads.apache.org/skywalking/satellite/1.1.0/apache-skywalking-satellite-1.1.0-bin.tgz.asc
+ link:
https://downloads.apache.org/skywalking/satellite/1.2.0/apache-skywalking-satellite-1.2.0-bin.tgz.asc
- name: sha512
- link:
https://downloads.apache.org/skywalking/satellite/1.1.0/apache-skywalking-satellite-1.1.0-bin.tgz.sha512
+ link:
https://downloads.apache.org/skywalking/satellite/1.2.0/apache-skywalking-satellite-1.2.0-bin.tgz.sha512
- name: Kubernetes Event Exporter
icon: kubernetes
@@ -510,25 +510,25 @@
icon: skywalking
description: Metrics collector and profiler powered by eBPF to diagnose
CPU and network performance.
source:
- - version: v0.4.0
- date: Dec. 20th, 2022
+ - version: v0.5.0
+ date: Jun. 25th, 2023
downloadLink:
- name: src
- link:
https://www.apache.org/dyn/closer.cgi/skywalking/rover/0.4.0/apache-skywalking-rover-0.4.0-src.tgz
+ link:
https://www.apache.org/dyn/closer.cgi/skywalking/rover/0.5.0/apache-skywalking-rover-0.5.0-src.tgz
- name: asc
- link:
https://downloads.apache.org/skywalking/rover/0.4.0/apache-skywalking-rover-0.4.0-src.tgz.asc
+ link:
https://downloads.apache.org/skywalking/rover/0.5.0/apache-skywalking-rover-0.5.0-src.tgz.asc
- name: sha512
- link:
https://downloads.apache.org/skywalking/rover/0.4.0/apache-skywalking-rover-0.4.0-src.tgz.sha512
+ link:
https://downloads.apache.org/skywalking/rover/0.5.0/apache-skywalking-rover-0.5.0-src.tgz.sha512
distribution:
- - version: v0.4.0
- date: Dec. 20th, 2022
+ - version: v0.5.0
+ date: Jun. 25th, 2023
downloadLink:
- name: tar
- link:
https://www.apache.org/dyn/closer.cgi/skywalking/rover/0.4.0/apache-skywalking-rover-0.4.0-bin.tgz
+ link:
https://www.apache.org/dyn/closer.cgi/skywalking/rover/0.5.0/apache-skywalking-rover-0.5.0-bin.tgz
- name: asc
- link:
https://downloads.apache.org/skywalking/rover/0.4.0/apache-skywalking-rover-0.4.0-bin.tgz.asc
+ link:
https://downloads.apache.org/skywalking/rover/0.5.0/apache-skywalking-rover-0.5.0-bin.tgz.asc
- name: sha512
- link:
https://downloads.apache.org/skywalking/rover/0.4.0/apache-skywalking-rover-0.4.0-bin.tgz.sha512
+ link:
https://downloads.apache.org/skywalking/rover/0.5.0/apache-skywalking-rover-0.5.0-bin.tgz.sha512
- type: Operation
description:
@@ -537,25 +537,25 @@
icon: skywalking-cli
description: SkyWalking CLI is a command interaction tool for the
SkyWalking user or OPS team.
source:
- - version: v0.11.0
- date: Sep. 20th, 2022
+ - version: v0.12.0
+ date: Jun. 25th, 2023
downloadLink:
- name: src
- link:
https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.11.0/skywalking-cli-0.11.0-src.tgz
+ link:
https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.12.0/skywalking-cli-0.12.0-src.tgz
- name: asc
- link:
https://downloads.apache.org/skywalking/cli/0.11.0/skywalking-cli-0.11.0-src.tgz.asc
+ link:
https://downloads.apache.org/skywalking/cli/0.12.0/skywalking-cli-0.12.0-src.tgz.asc
- name: sha512
- link:
https://downloads.apache.org/skywalking/cli/0.11.0/skywalking-cli-0.11.0-src.tgz.sha512
+ link:
https://downloads.apache.org/skywalking/cli/0.12.0/skywalking-cli-0.12.0-src.tgz.sha512
distribution:
- - version: v0.11.0
- date: Sep. 20th, 2022
+ - version: v0.12.0
+ date: Jun. 25th, 2023
downloadLink:
- name: tar
- link:
https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.11.0/skywalking-cli-0.11.0-bin.tgz
+ link:
https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.12.0/skywalking-cli-0.12.0-bin.tgz
- name: asc
- link:
https://downloads.apache.org/skywalking/cli/0.11.0/skywalking-cli-0.11.0-bin.tgz.asc
+ link:
https://downloads.apache.org/skywalking/cli/0.12.0/skywalking-cli-0.12.0-bin.tgz.asc
- name: sha512
- link:
https://downloads.apache.org/skywalking/cli/0.11.0/skywalking-cli-0.11.0-bin.tgz.sha512
+ link:
https://downloads.apache.org/skywalking/cli/0.12.0/skywalking-cli-0.12.0-bin.tgz.sha512
- name: Kubernetes Helm
icon: helm