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

Commit

Permalink
Merge pull request #218 from Axway-API-Management-Plus/update-memcached
Browse files Browse the repository at this point in the history
Updated memcached to latest available version 1.6.16
  • Loading branch information
Chris Wiechmann authored Jun 28, 2022
2 parents 4bf22a9 + b23d887 commit b734b7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Changed
- Updated API-Builder to version London (4.87.2)
- Updated Memcached from version 1.6.6 to version 1.6.16
- Elastic-Helm charts dependencies for the Elasticstack updated from 7.17.1 to 7.17.3
- Updated default Elastic-Stack version from 7.17.1 to 7.17.3

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:

# Memcached is used by the Logstash pipeline to cache API-Lookup information that are used to get the API-Organization
memcached:
image: memcached:1.6.6-alpine
image: memcached:1.6.15-alpine
container_name: memcached
ports:
- 11211:11211
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ logstash:

extraContainers: |
- name: memcached
image: memcached:1.6.6-alpine
image: memcached:1.6.15-alpine
##################################################################################################################################
# E L A S T I C S E A R C H
Expand Down

0 comments on commit b734b7d

Please sign in to comment.