You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ho...@apache.org on 2022/04/02 12:45:47 UTC

[skywalking-cli] branch fgksgf-patch-1 created (now 08e62dc)

This is an automated email from the ASF dual-hosted git repository.

hoshea pushed a change to branch fgksgf-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git.


      at 08e62dc  Update CHANGES.md

This branch includes the following new commits:

     new 08e62dc  Update CHANGES.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-cli] 01/01: Update CHANGES.md

Posted by ho...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hoshea pushed a commit to branch fgksgf-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git

commit 08e62dc0b208ce4802abb6eedf94103ac70a2994
Author: Hoshea Jiang <fg...@gmail.com>
AuthorDate: Sat Apr 2 20:45:42 2022 +0800

    Update CHANGES.md
---
 CHANGES.md | 42 +++++++++++++++++++++++++++++++-----------
 1 file changed, 31 insertions(+), 11 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index dc24180..9e3b084 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,29 +2,49 @@ Changes by Version
 ==================
 Release Notes.
 
+0.10.0
+------------------
+
+### Features
+
+- Allow setting `start` and `end` with relative time (#128)
+- Add some commands for the browser (#126)
+- Add the sub-command `service layer` to query services according to layer (#133)
+- Add the sub-command `layer list` to query layer list (#133)
+- Add the sub-command `instance get` to query single instance (#134)
+- Add the sub-command `endpoint get` to query single endpoint info (#134)
+- Change the GraphQL method to the v9 version according to the server version (#134)
+- Add `normal` field to Service entity (#136)
+- Add the command `process` for query Process metadata (#137)
+- Add the command `profiling ebpf` for process ebpf profiling (#138)
+- Support `getprofiletasklogs` query (#125)
+- Support query list alarms (#127)
+- [Breaking Change] Update the command `profile` as a sub-command `profiling trace`, and update `profiled-analyze` command to `analysis` (#138)
+- `profiling ebpf/trace analysis` generates the profiling graph HTML on default and saves it to the current work directory (#138)
+
+### Bug Fixes
+
+- Fix quick install (#131)
+- Set correct go version in publishing snapshot docker image (#124)
+- Stop build kit container after finishing (#130)
+
+### Chores
+
+- Add cross platform build targets (#129)
+- Update download host (#132)
+
 0.9.0
 ------------------
 
 ### Features
 
 - Add the sub-command `dependency instance` to query instance relationships (#117)
-- Add the sub-command `service layer` to query services according to layer.(#133)
-- Add the sub-command `layer list` to query layer list.(#133)
-- Add the sub-command `instance get` to query single instance.(#134)
-- Add the sub-command `endpoint get` to query single endpoint info.(#134)
-- Change the GraphQL method to the v9 version according to the server version.(#134)
-- Add `normal` field to Service entity.(#136)
-- Add the command `process` for query Process metadata.(#137)
-- Add the command `profiling ebpf` for process ebpf profiling.(#138)
-- [Breaking Change] Update the command `profile` as a sub-command `profiling trace`, and update `profiled-analyze` command to `analysis`.(#138)
-- `profiling ebpf/trace analysis` generates the profiling graph HTML on default and saves it to the current work directory.(#138)
 
 ### 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)
-- Fix failed push docker image to ghcr.(#135)
 
 ### Chores