Skip to content

Commit

Permalink
Update version to 2.5.0 (#3725)
Browse files Browse the repository at this point in the history
* Update version to 2.5.0.

Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
  • Loading branch information
pstibrany committed Dec 14, 2022
1 parent 5c2f13c commit 25533fd
Show file tree
Hide file tree
Showing 40 changed files with 346 additions and 346 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.5.0-rc.0
## 2.5.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.5.0-rc.0
2.5.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.4.0
FROM grafana/mimirtool:2.5.0

COPY entrypoint.sh /entrypoint.sh

Expand Down
24 changes: 12 additions & 12 deletions operations/mimir-tests/test-autoscaling-generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ spec:
- -server.http-listen-port=8080
- -target=distributor
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: distributor
ports:
Expand Down Expand Up @@ -585,7 +585,7 @@ spec:
env:
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
value: "1024"
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: querier
ports:
Expand Down Expand Up @@ -660,7 +660,7 @@ spec:
- -store.max-query-length=12000h
- -target=query-frontend
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: query-frontend
ports:
Expand Down Expand Up @@ -731,7 +731,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-scheduler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: query-scheduler
ports:
Expand Down Expand Up @@ -815,7 +815,7 @@ spec:
- -store.max-query-length=768h
- -target=ruler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: ruler
ports:
Expand Down Expand Up @@ -908,7 +908,7 @@ spec:
env:
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
value: "1024"
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: ruler-querier
ports:
Expand Down Expand Up @@ -980,7 +980,7 @@ spec:
- -store.max-query-length=12000h
- -target=query-frontend
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: ruler-query-frontend
ports:
Expand Down Expand Up @@ -1051,7 +1051,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-scheduler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: ruler-query-scheduler
ports:
Expand Down Expand Up @@ -1119,7 +1119,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: alertmanager
ports:
Expand Down Expand Up @@ -1215,7 +1215,7 @@ spec:
- -server.http-listen-port=8080
- -target=compactor
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: compactor
ports:
Expand Down Expand Up @@ -1318,7 +1318,7 @@ spec:
- -server.http-listen-port=8080
- -target=ingester
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: ingester
ports:
Expand Down Expand Up @@ -1647,7 +1647,7 @@ spec:
- -store-gateway.sharding-ring.wait-stability-min-duration=1m
- -target=store-gateway
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: store-gateway
ports:
Expand Down
18 changes: 9 additions & 9 deletions operations/mimir-tests/test-consul-generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ spec:
- -server.http-listen-port=8080
- -target=distributor
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: distributor
ports:
Expand Down Expand Up @@ -878,7 +878,7 @@ spec:
env:
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
value: "1024"
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: querier
ports:
Expand Down Expand Up @@ -951,7 +951,7 @@ spec:
- -store.max-query-length=12000h
- -target=query-frontend
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: query-frontend
ports:
Expand Down Expand Up @@ -1022,7 +1022,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-scheduler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: query-scheduler
ports:
Expand Down Expand Up @@ -1105,7 +1105,7 @@ spec:
- -store.max-query-length=768h
- -target=ruler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: ruler
ports:
Expand Down Expand Up @@ -1180,7 +1180,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: alertmanager
ports:
Expand Down Expand Up @@ -1272,7 +1272,7 @@ spec:
- -server.http-listen-port=8080
- -target=compactor
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: compactor
ports:
Expand Down Expand Up @@ -1371,7 +1371,7 @@ spec:
- -server.http-listen-port=8080
- -target=ingester
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: ingester
ports:
Expand Down Expand Up @@ -1696,7 +1696,7 @@ spec:
- -store-gateway.sharding-ring.wait-stability-min-duration=1m
- -target=store-gateway
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: store-gateway
ports:
Expand Down
26 changes: 13 additions & 13 deletions operations/mimir-tests/test-consul-multi-zone-generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ spec:
- -server.http-listen-port=8080
- -target=distributor
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: distributor
ports:
Expand Down Expand Up @@ -1031,7 +1031,7 @@ spec:
env:
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
value: "1024"
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: querier
ports:
Expand Down Expand Up @@ -1104,7 +1104,7 @@ spec:
- -store.max-query-length=12000h
- -target=query-frontend
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: query-frontend
ports:
Expand Down Expand Up @@ -1175,7 +1175,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-scheduler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: query-scheduler
ports:
Expand Down Expand Up @@ -1305,7 +1305,7 @@ spec:
- -store.max-query-length=768h
- -target=ruler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: ruler
ports:
Expand Down Expand Up @@ -1380,7 +1380,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: alertmanager
ports:
Expand Down Expand Up @@ -1472,7 +1472,7 @@ spec:
- -server.http-listen-port=8080
- -target=compactor
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: compactor
ports:
Expand Down Expand Up @@ -1584,7 +1584,7 @@ spec:
- -server.http-listen-port=8080
- -target=ingester
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: ingester
ports:
Expand Down Expand Up @@ -1696,7 +1696,7 @@ spec:
- -server.http-listen-port=8080
- -target=ingester
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: ingester
ports:
Expand Down Expand Up @@ -1808,7 +1808,7 @@ spec:
- -server.http-listen-port=8080
- -target=ingester
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: ingester
ports:
Expand Down Expand Up @@ -2147,7 +2147,7 @@ spec:
- -store-gateway.sharding-ring.zone-awareness-enabled=true
- -target=store-gateway
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: store-gateway
ports:
Expand Down Expand Up @@ -2274,7 +2274,7 @@ spec:
- -store-gateway.sharding-ring.zone-awareness-enabled=true
- -target=store-gateway
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: store-gateway
ports:
Expand Down Expand Up @@ -2401,7 +2401,7 @@ spec:
- -store-gateway.sharding-ring.zone-awareness-enabled=true
- -target=store-gateway
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: store-gateway
ports:
Expand Down
16 changes: 8 additions & 8 deletions operations/mimir-tests/test-consul-ruler-disabled-generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ spec:
- -server.http-listen-port=8080
- -target=distributor
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: distributor
ports:
Expand Down Expand Up @@ -860,7 +860,7 @@ spec:
env:
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
value: "1024"
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: querier
ports:
Expand Down Expand Up @@ -933,7 +933,7 @@ spec:
- -store.max-query-length=12000h
- -target=query-frontend
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: query-frontend
ports:
Expand Down Expand Up @@ -1004,7 +1004,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-scheduler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: query-scheduler
ports:
Expand Down Expand Up @@ -1070,7 +1070,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: alertmanager
ports:
Expand Down Expand Up @@ -1162,7 +1162,7 @@ spec:
- -server.http-listen-port=8080
- -target=compactor
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: compactor
ports:
Expand Down Expand Up @@ -1261,7 +1261,7 @@ spec:
- -server.http-listen-port=8080
- -target=ingester
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: ingester
ports:
Expand Down Expand Up @@ -1586,7 +1586,7 @@ spec:
- -store-gateway.sharding-ring.wait-stability-min-duration=1m
- -target=store-gateway
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.4.0
image: grafana/mimir:2.5.0
imagePullPolicy: IfNotPresent
name: store-gateway
ports:
Expand Down
Loading

0 comments on commit 25533fd

Please sign in to comment.