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

kezhenxu94 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 9a674c95cb Bump up the embedded `swctl` version in OAP Docker image 
(#9649)
9a674c95cb is described below

commit 9a674c95cb6ee0f5f24fa8e904e030887812d598
Author: kezhenxu94 <[email protected]>
AuthorDate: Wed Sep 21 15:29:00 2022 +0800

    Bump up the embedded `swctl` version in OAP Docker image (#9649)
---
 Makefile                   | 2 +-
 docs/en/changes/changes.md | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 3caefdf20f..f527eeb9bd 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.9.0 # CLI version inside OAP image should always use an 
Apache released artifact.
+CLI_VERSION ?= 0.11.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 4c0b8632ca..5314581b52 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -2,6 +2,8 @@
 
 #### Project
 
+* Bump up the embedded `swctl` version in OAP Docker image.
+
 #### OAP Server
 
 * Add component ID(133) for impala JDBC Java agent plugin and component 
ID(134) for impala server.
@@ -13,7 +15,7 @@
 * Adapt ElasticSearch 8.1+, migrate from removed APIs to recommended APIs.
 * Support monitoring MySQL slow SQLs.
 * Support analyzing cache related spans to provide metrics and slow commands 
for cache services from client side
-* Optimize virtual database, fix dynamic config watcher NPE when default value 
is null 
+* Optimize virtual database, fix dynamic config watcher NPE when default value 
is null
 * Remove physical index existing check and keep template existing check only 
to avoid meaningless `retry wait`
   in `no-init` mode.
 * Make sure instance list ordered in TTL processor to avoid TTL timer never 
runs.

Reply via email to