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.git
The following commit(s) were added to refs/heads/master by this push:
new 8d09ba62f8 Bump up cli version 0.11.0 to 0.12.0 (#11187)
8d09ba62f8 is described below
commit 8d09ba62f8ad9f67b777526e7f36dc481e656857
Author: Harry <[email protected]>
AuthorDate: Tue Aug 8 18:57:56 2023 +0800
Bump up cli version 0.11.0 to 0.12.0 (#11187)
---
Makefile | 2 +-
docs/en/changes/changes.md | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 53fed06e6a..9d6dc02fcc 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ SW_ROOT := $(shell dirname $(realpath $(lastword
$(MAKEFILE_LIST))))
CONTEXT ?= ${SW_ROOT}/dist
SKIP_TEST ?= false
DIST ?= apache-skywalking-apm-bin.tar.gz
-CLI_VERSION ?= 0.11.0 # CLI version inside OAP image should always use an
Apache released artifact.
+CLI_VERSION ?= 0.12.0 # CLI version inside OAP image should always use an
Apache released artifact.
init:
cd $(SW_ROOT) && git submodule update --init --recursive
diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index df025fcbd2..5db6b4e537 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -4,6 +4,7 @@
* Bump up Guava to 32.0.1 to avoid the lib listed as vulnerable due to
CVE-2020-8908. This API is never used.
* Maven artifact `skywalking-log-recevier-plugin` is renamed to
`skywalking-log-receiver-plugin`.
+* Bump up cli version 0.11 to 0.12.
#### OAP Server
@@ -66,6 +67,7 @@
* Add OpenSearch 2.8.0 to our client lib tests.
* Apply MQE on RabbitMQ Dashboards
+
#### UI
* Fix metric name `browser_app_error_rate` in `Browser-Root` dashboard.