Skip to content

Commit

Permalink
Update to stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
chencs committed Jan 3, 2025
1 parent 18e0485 commit 7c75a28
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.15.0-rc.0
## 2.15.0

### Grafana Mimir

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.15.0-rc.0
2.15.0
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.14.2
FROM grafana/mimirtool:2.15.0

COPY entrypoint.sh /entrypoint.sh

Expand Down
6 changes: 3 additions & 3 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.15.0',

// Our services.
mimir: 'grafana/mimir:2.14.1',
mimir: 'grafana/mimir:2.15.0',

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

query_tee: 'grafana/query-tee:2.14.1',
continuous_test: 'grafana/mimir-continuous-test:2.14.1',
query_tee: 'grafana/query-tee:2.15.0',
continuous_test: 'grafana/mimir-continuous-test:2.15.0',

// Read-write deployment mode.
mimir_write: self.mimir,
Expand Down

0 comments on commit 7c75a28

Please sign in to comment.