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 2021/10/19 03:21:31 UTC

[skywalking-website] branch master updated: Add news for release cli and eyes (#345)

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 d8652d6  Add news for release cli and eyes (#345)
d8652d6 is described below

commit d8652d6a25c500a683a7be3f0955c18bee7f4f38
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Tue Oct 19 11:21:26 2021 +0800

    Add news for release cli and eyes (#345)
---
 .../release-apache-skywalking-cli-0-9-0/index.md   | 25 ++++++++++
 .../release-apache-skywalking-eyes-0-2-0/index.md  | 56 ++++++++++++++++++++++
 data/docs.yml                                      |  8 ++--
 data/releases.yml                                  | 40 ++++++++--------
 4 files changed, 105 insertions(+), 24 deletions(-)

diff --git a/content/events/release-apache-skywalking-cli-0-9-0/index.md b/content/events/release-apache-skywalking-cli-0-9-0/index.md
new file mode 100644
index 0000000..ba7a94b
--- /dev/null
+++ b/content/events/release-apache-skywalking-cli-0-9-0/index.md
@@ -0,0 +1,25 @@
+---
+title: "Release Apache SkyWalking CLI 0.9.0"
+date: 2021-10-19
+author: SkyWalking Team
+description: "Release Apache SkyWalking CLI 0.9.0"
+---
+
+SkyWalking CLI 0.9.0 is released. Go to [downloads](https://skywalking.apache.org/downloads) page to find release tars.
+
+### Features
+
+- Add the sub-command `dependency instance` to query instance relationships (#117)
+
+### Bug Fixes
+
+- fix: `multiple-linear` command's `labels` type can be string type (#122)
+- Add missing `dest-service-id` `dest-service-name` to `metrics linear` command (#121)
+- Fix the wrong name when getting `destInstance` flag (#118)
+
+### Chores
+
+- Upgrade Go version to 1.16 (#120)
+- Migrate tests to infra-e2e, overhaul the flags names (#119)
+- Publish Docker snapshot images to ghcr (#116)
+- Remove dist directory when build release source tar (#115)
diff --git a/content/events/release-apache-skywalking-eyes-0-2-0/index.md b/content/events/release-apache-skywalking-eyes-0-2-0/index.md
new file mode 100644
index 0000000..fd3879c
--- /dev/null
+++ b/content/events/release-apache-skywalking-eyes-0-2-0/index.md
@@ -0,0 +1,56 @@
+---
+title: "Release Apache SkyWalking Eyes 0.2.0"
+date: 2021-10-19
+author: "[SkyWalking Team](/team)"
+description: "Release Apache SkyWalking Eyes 0.2.0."
+---
+
+SkyWalking Eyes 0.2.0 is released. Go to [downloads](/downloads) page to find release tars.
+
+- Dependency License
+  - Support resolving go.mod for Go
+  - Support resolving pom.xml for maven (#50)
+  - Support resolving jars' licenses (#53)
+  - Support resolving npm dependencies' licenses (#48)
+  - Support saving dependencies' licenses (#69)
+  - Add `dependency check` to check dependencies license compatibilities (#58)
+
+- License Header
+  - `fix` command supports more languages:
+    - Add support for plantuml (#42)
+    - Add support for PHP (#40)
+    - Add support for Twig template language (#39)
+    - Add support for Smarty template language (#38)
+    - Add support for MatLab files (#37)
+    - Add support for TypeScript language files (#73)
+    - Add support for nextflow files (#65)
+    - Add support for perl files (#63)
+    - Add support for ini extension (#24)
+    - Add support for R files (#64)
+    - Add support for .rst files and allow fixing header of a single file (#25)
+    - Add support for Rust files (#29)
+    - Add support for bat files (#32)
+  - Remove .tsx from XML language extensions
+  - Honor Python's coding directive (#68)
+  - Fix file extension conflict between RenderScript and Rust (#66)
+  - Add comment type to cython declaration (#62)
+  - header fix: respect user configured license content (#60)
+  - Expose `license-location-threshold` as config item (#34)
+  - Fix infinite recursive calls when containing symbolic files (#33)
+  - defect: avoid crash when no comment style is found (#23)
+
+- Project
+  - Enhance license identification (#79)
+  - Support installing via go install (#76)
+  - Speed up the initialization phase (#75)
+  - Resolve absolute path in `.gitignore` to relative path (#67)
+  - Reduce img size and add npm env (#59)
+  - Make the config file and log level in GitHub Action configurable (#56, #57)
+  - doc: add a PlantUML activity diagram of header fixing mechanism (#41)
+  - Fix bug: license file is not found but reported message is nil (#49)
+  - Add all well-known licenses and polish normalizers (#47)
+  - Fix compatibility issues in Windows (#44)
+  - feature: add reasonable default config to allow running in a new repo without copying config file (#28)
+  - chore: only build linux binary when building inside docker (#26)
+  - chore: upgrade to go 1.16 and remove `go-bindata` (#22)
+  - Add documentation about how to use via docker image (#20)
diff --git a/data/docs.yml b/data/docs.yml
index bc1a2be..aea5a6f 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -142,8 +142,8 @@
       user: apache
       repo: skywalking-cli
       docs:
-        - version: v0.4.0
-          link: https://github.com/apache/skywalking-cli/tree/0.4.0
+        - version: v0.9.0
+          link: https://github.com/apache/skywalking-cli/tree/0.9.0
 
     - name: Kubernetes Helm
       icon: H
@@ -214,8 +214,8 @@
       user: apache
       repo: skywalking-eyes
       docs:
-        - version: v0.1.0
-          link: https://github.com/apache/skywalking-eyes/tree/v0.1.0
+        - version: v0.2.0
+          link: https://github.com/apache/skywalking-eyes/tree/v0.2.0
 
     - name: SkyWalking Infra E2E
       icon: E
diff --git a/data/releases.yml b/data/releases.yml
index 10c8051..223a0cc 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -321,25 +321,25 @@
       icon: C
       description: SkyWalking CLI is a command interaction tool for the SkyWalking user or OPS team.
       source:
-        - version: v0.8.0
-          date: Sep. 18th, 2021
+        - version: v0.9.0
+          date: Oct. 19th, 2021
           downloadLink:
             - name: src
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.8.0/skywalking-cli-0.8.0-src.tgz
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.9.0/skywalking-cli-0.9.0-src.tgz
             - name: asc
-              link: https://downloads.apache.org/skywalking/cli/0.8.0/skywalking-cli-0.8.0-src.tgz.asc
+              link: https://downloads.apache.org/skywalking/cli/0.9.0/skywalking-cli-0.9.0-src.tgz.asc
             - name: sha512
-              link: https://downloads.apache.org/skywalking/cli/0.8.0/skywalking-cli-0.8.0-src.tgz.sha512
+              link: https://downloads.apache.org/skywalking/cli/0.9.0/skywalking-cli-0.9.0-src.tgz.sha512
       distribution:
-        - version: v0.8.0
-          date: Sep. 18th, 2021
+        - version: v0.9.0
+          date: Oct. 19th, 2021
           downloadLink:
             - name: tar
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.8.0/skywalking-cli-0.8.0-bin.tgz
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.9.0/skywalking-cli-0.9.0-bin.tgz
             - name: asc
-              link: https://downloads.apache.org/skywalking/cli/0.8.0/skywalking-cli-0.8.0-bin.tgz.asc
+              link: https://downloads.apache.org/skywalking/cli/0.9.0/skywalking-cli-0.9.0-bin.tgz.asc
             - name: sha512
-              link: https://downloads.apache.org/skywalking/cli/0.8.0/skywalking-cli-0.8.0-bin.tgz.sha512
+              link: https://downloads.apache.org/skywalking/cli/0.9.0/skywalking-cli-0.9.0-bin.tgz.sha512
 
     - name: SkyWalking Helm
       icon: H
@@ -386,25 +386,25 @@
       icon: I
       description: A full-featured license tool to check and fix license headers and resolve dependencies' licenses.
       source:
-        - version: v0.1.0
-          date: Jan. 12th, 2021
+        - version: v0.2.0
+          date: Oct. 19th, 2021
           downloadLink:
             - name: src
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/eyes/0.1.0/skywalking-license-eye-0.1.0-src.tgz
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/eyes/0.2.0/skywalking-license-eye-0.2.0-src.tgz
             - name: asc
-              link: https://downloads.apache.org/skywalking/eyes/0.1.0/skywalking-license-eye-0.1.0-src.tgz.asc
+              link: https://downloads.apache.org/skywalking/eyes/0.2.0/skywalking-license-eye-0.2.0-src.tgz.asc
             - name: sha512
-              link: https://downloads.apache.org/skywalking/eyes/0.1.0/skywalking-license-eye-0.1.0-src.tgz.sha512
+              link: https://downloads.apache.org/skywalking/eyes/0.2.0/skywalking-license-eye-0.2.0-src.tgz.sha512
       distribution:
-        - version: v0.1.0
-          date: Jan. 12th, 2021
+        - version: v0.2.0
+          date: Oct. 19th, 2021
           downloadLink:
             - name: tar
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/eyes/0.1.0/skywalking-license-eye-0.1.0-bin.tgz
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/eyes/0.2.0/skywalking-license-eye-0.2.0-bin.tgz
             - name: asc
-              link: https://downloads.apache.org/skywalking/eyes/0.1.0/skywalking-license-eye-0.1.0-bin.tgz.asc
+              link: https://downloads.apache.org/skywalking/eyes/0.2.0/skywalking-license-eye-0.2.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
+              link: https://downloads.apache.org/skywalking/eyes/0.2.0/skywalking-license-eye-0.2.0-bin.tgz.sha512
 
     - name: SkyWalking Infra E2E
       icon: E