Skip to content

Commit

Permalink
Prepare Mimir 2.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
  • Loading branch information
colega committed Oct 11, 2023
1 parent ca4d92a commit df44bab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.0
2.10.1
2 changes: 1 addition & 1 deletion operations/mimir-rules-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: AGPL-3.0-only

FROM grafana/mimirtool:2.10.0
FROM grafana/mimirtool:2.10.1

COPY entrypoint.sh /entrypoint.sh

Expand Down
4 changes: 2 additions & 2 deletions operations/mimir/images.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
memcachedExporter: 'prom/memcached-exporter:v0.11.2',

// Our services.
mimir: 'grafana/mimir:2.10.0',
mimir: 'grafana/mimir:2.10.1',

alertmanager: self.mimir,
distributor: self.mimir,
Expand All @@ -19,7 +19,7 @@
query_scheduler: self.mimir,
overrides_exporter: self.mimir,

query_tee: 'grafana/query-tee:2.10.0',
query_tee: 'grafana/query-tee:2.10.1',
continuous_test: 'grafana/mimir-continuous-test:main-8a8648e81',

// Read-write deployment mode.
Expand Down

0 comments on commit df44bab

Please sign in to comment.