Bump up the embedded `swctl` version in OAP Docker image (#9649)
This commit is contained in:
parent
a39f0308b6
commit
9a674c95cb
2
Makefile
2
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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue