Bump up the embedded `swctl` version in OAP Docker image (#9649)

This commit is contained in:
kezhenxu94 2022-09-21 15:29:00 +08:00 committed by GitHub
parent a39f0308b6
commit 9a674c95cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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.