From 54ee7938305700b02bcaae56304002f8c08f917b Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov Date: Thu, 20 Jan 2022 09:28:30 +0300 Subject: [PATCH 1/2] update ELK to 6.8.23 --- components/analytics/docker-compose.analytics.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/analytics/docker-compose.analytics.yml b/components/analytics/docker-compose.analytics.yml index 4092f7ff9372..eab35b2cd0b6 100644 --- a/components/analytics/docker-compose.analytics.yml +++ b/components/analytics/docker-compose.analytics.yml @@ -8,7 +8,7 @@ services: build: context: ./components/analytics/elasticsearch args: - ELK_VERSION: 6.8.22 + ELK_VERSION: 6.8.23 volumes: - cvat_events:/usr/share/elasticsearch/data restart: always @@ -21,7 +21,7 @@ services: build: context: ./components/analytics/kibana args: - ELK_VERSION: 6.8.22 + ELK_VERSION: 6.8.23 depends_on: ['elasticsearch'] restart: always @@ -62,7 +62,7 @@ services: build: context: ./components/analytics/logstash args: - ELK_VERSION: 6.8.22 + ELK_VERSION: 6.8.23 http_proxy: ${http_proxy} https_proxy: ${https_proxy} environment: From 08f3a2a9fde111061764b82b57eb496c1aabdf33 Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov Date: Thu, 20 Jan 2022 09:31:44 +0300 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec97ffe5106e..1882d3e2d79f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Auth token key is not returned when registering without email verification () ### Security -- Updated ELK to 6.8.22 which uses log4j 2.17.0 () +- Updated ELK to 6.8.23 which uses log4j 2.17.1 () ## \[1.7.0] - 2021-11-15