Skip to content

Commit

Permalink
Merge pull request #316 from grafana/upgrade-memcached
Browse files Browse the repository at this point in the history
Upgrade memcached
  • Loading branch information
pracucci committed May 27, 2021
2 parents 1eceb4f + b609baf commit db6132e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* [CHANGE] `namespace` template variable in dashboards now only selects namespaces for selected clusters. #311
* [CHANGE] Alertmanager: mounted overrides configmap to alertmanager too. #315
* [CHANGE] Memcached: upgraded memcached from `1.5.17` to `1.6.9`. #316
* [BUGFIX] Fixed `CortexIngesterHasNotShippedBlocks` alert false positive in case an ingester instance had ingested samples in the past, then no traffic was received for a long period and then it started receiving samples again. #308

## 1.9.0 / 2021-05-18
Expand Down
2 changes: 1 addition & 1 deletion cortex/images.libsonnet
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
_images+:: {
// Various third-party images.
memcached: 'memcached:1.5.17-alpine',
memcached: 'memcached:1.6.9-alpine',
memcachedExporter: 'prom/memcached-exporter:v0.6.0',

// Our services.
Expand Down

0 comments on commit db6132e

Please sign in to comment.