This repository was archived by the owner on Dec 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
## [ Unreleased]
8
8
### Changed
9
9
- Updated API-Builder to version London (4.87.2)
10
+ - Updated Memcached from version 1.6.6 to version 1.6.16
10
11
- Elastic-Helm charts dependencies for the Elasticstack updated from 7.17.1 to 7.17.3
11
12
- Updated default Elastic-Stack version from 7.17.1 to 7.17.3
12
13
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ services:
54
54
55
55
# Memcached is used by the Logstash pipeline to cache API-Lookup information that are used to get the API-Organization
56
56
memcached :
57
- image : memcached:1.6.6 -alpine
57
+ image : memcached:1.6.15 -alpine
58
58
container_name : memcached
59
59
ports :
60
60
- 11211:11211
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ logstash:
345
345
346
346
extraContainers : |
347
347
- name: memcached
348
- image: memcached:1.6.6 -alpine
348
+ image: memcached:1.6.15 -alpine
349
349
350
350
# #################################################################################################################################
351
351
# E L A S T I C S E A R C H
You can’t perform that action at this time.
0 commit comments