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/).
77## [ Unreleased]
88### Changed
99- Updated API-Builder to version London (4.87.2)
10+ - Updated Memcached from version 1.6.6 to version 1.6.16
1011- Elastic-Helm charts dependencies for the Elasticstack updated from 7.17.1 to 7.17.3
1112- Updated default Elastic-Stack version from 7.17.1 to 7.17.3
1213
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ services:
5454
5555 # Memcached is used by the Logstash pipeline to cache API-Lookup information that are used to get the API-Organization
5656 memcached :
57- image : memcached:1.6.6 -alpine
57+ image : memcached:1.6.15 -alpine
5858 container_name : memcached
5959 ports :
6060 - 11211:11211
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ logstash:
345345
346346 extraContainers : |
347347 - name: memcached
348- image: memcached:1.6.6 -alpine
348+ image: memcached:1.6.15 -alpine
349349
350350# #################################################################################################################################
351351# 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