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.