Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit b734b7d

Browse files
author
Chris Wiechmann
authored
Merge pull request #218 from Axway-API-Management-Plus/update-memcached
Updated memcached to latest available version 1.6.16
2 parents 4bf22a9 + b23d887 commit b734b7d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)