Skip to content

Commit ded396d

Browse files
Prepare 3.0.1 stable release (#13699)
Promotes 3.0.1-rc.0 to stable release 3.0.1. Updates: - VERSION: 3.0.1 - CHANGELOG: Updated section header with release date - operations/mimir/images.libsonnet: Updated mimir and query_tee to 3.0.1 - operations/mimir-rules-action/Dockerfile: Updated mimirtool to 3.0.1 - Generated jsonnet test files updated <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Promotes 3.0.1-rc.0 to stable 3.0.1 and updates all images/tooling and generated manifests to 3.0.1. > > - **Release**: > - Bump `VERSION` to `3.0.1`; update `CHANGELOG` heading. > - **Images/Tooling**: > - Update `operations/mimir/images.libsonnet` (`mimir`, `query_tee`) to `3.0.1`. > - Update `operations/mimir-rules-action/Dockerfile` to `grafana/mimirtool:3.0.1`. > - **Generated Manifests**: > - Update all `grafana/mimir` images from `3.0.0` to `3.0.1` across generated test YAMLs (distributor, querier, query-frontend/scheduler, ruler, alertmanager, compactor, ingester, store-gateway, etc.). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit e06a6ce. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b65fc5e commit ded396d

File tree

72 files changed

+794
-794
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+794
-794
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## main / unreleased
44

5-
## 3.0.1-rc.0
5+
## 3.0.1
66

77
### Grafana Mimir
88

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-rc.0
1+
3.0.1

operations/mimir-rules-action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: AGPL-3.0-only
22

3-
FROM grafana/mimirtool:3.0.0
3+
FROM grafana/mimirtool:3.0.1
44

55
COPY entrypoint.sh /entrypoint.sh
66

operations/mimir-tests/test-all-components-generated.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ spec:
532532
env:
533533
- name: GOMAXPROCS
534534
value: "8"
535-
image: grafana/mimir:3.0.0
535+
image: grafana/mimir:3.0.1
536536
imagePullPolicy: IfNotPresent
537537
name: distributor
538538
ports:
@@ -628,7 +628,7 @@ spec:
628628
env:
629629
- name: GOMAXPROCS
630630
value: "5"
631-
image: grafana/mimir:3.0.0
631+
image: grafana/mimir:3.0.1
632632
imagePullPolicy: IfNotPresent
633633
name: querier
634634
ports:
@@ -706,7 +706,7 @@ spec:
706706
- -shutdown-delay=90s
707707
- -target=query-frontend
708708
- -usage-stats.installation-mode=jsonnet
709-
image: grafana/mimir:3.0.0
709+
image: grafana/mimir:3.0.1
710710
imagePullPolicy: IfNotPresent
711711
name: query-frontend
712712
ports:
@@ -778,7 +778,7 @@ spec:
778778
- -server.http-listen-port=8080
779779
- -target=query-scheduler
780780
- -usage-stats.installation-mode=jsonnet
781-
image: grafana/mimir:3.0.0
781+
image: grafana/mimir:3.0.1
782782
imagePullPolicy: IfNotPresent
783783
name: query-scheduler
784784
ports:
@@ -869,7 +869,7 @@ spec:
869869
- -store-gateway.sharding-ring.store=memberlist
870870
- -target=ruler
871871
- -usage-stats.installation-mode=jsonnet
872-
image: grafana/mimir:3.0.0
872+
image: grafana/mimir:3.0.1
873873
imagePullPolicy: IfNotPresent
874874
name: ruler
875875
ports:
@@ -947,7 +947,7 @@ spec:
947947
valueFrom:
948948
fieldRef:
949949
fieldPath: status.podIP
950-
image: grafana/mimir:3.0.0
950+
image: grafana/mimir:3.0.1
951951
imagePullPolicy: IfNotPresent
952952
name: alertmanager
953953
ports:
@@ -1046,7 +1046,7 @@ spec:
10461046
- -server.http-listen-port=8080
10471047
- -target=compactor
10481048
- -usage-stats.installation-mode=jsonnet
1049-
image: grafana/mimir:3.0.0
1049+
image: grafana/mimir:3.0.1
10501050
imagePullPolicy: IfNotPresent
10511051
name: compactor
10521052
ports:
@@ -1156,7 +1156,7 @@ spec:
11561156
env:
11571157
- name: GOMAXPROCS
11581158
value: "9"
1159-
image: grafana/mimir:3.0.0
1159+
image: grafana/mimir:3.0.1
11601160
imagePullPolicy: IfNotPresent
11611161
name: ingester
11621162
ports:
@@ -1520,7 +1520,7 @@ spec:
15201520
value: "5"
15211521
- name: GOMEMLIMIT
15221522
value: "12884901888"
1523-
image: grafana/mimir:3.0.0
1523+
image: grafana/mimir:3.0.1
15241524
imagePullPolicy: IfNotPresent
15251525
name: store-gateway
15261526
ports:

operations/mimir-tests/test-all-components-with-custom-max-skew-generated.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ spec:
532532
env:
533533
- name: GOMAXPROCS
534534
value: "8"
535-
image: grafana/mimir:3.0.0
535+
image: grafana/mimir:3.0.1
536536
imagePullPolicy: IfNotPresent
537537
name: distributor
538538
ports:
@@ -628,7 +628,7 @@ spec:
628628
env:
629629
- name: GOMAXPROCS
630630
value: "5"
631-
image: grafana/mimir:3.0.0
631+
image: grafana/mimir:3.0.1
632632
imagePullPolicy: IfNotPresent
633633
name: querier
634634
ports:
@@ -706,7 +706,7 @@ spec:
706706
- -shutdown-delay=90s
707707
- -target=query-frontend
708708
- -usage-stats.installation-mode=jsonnet
709-
image: grafana/mimir:3.0.0
709+
image: grafana/mimir:3.0.1
710710
imagePullPolicy: IfNotPresent
711711
name: query-frontend
712712
ports:
@@ -778,7 +778,7 @@ spec:
778778
- -server.http-listen-port=8080
779779
- -target=query-scheduler
780780
- -usage-stats.installation-mode=jsonnet
781-
image: grafana/mimir:3.0.0
781+
image: grafana/mimir:3.0.1
782782
imagePullPolicy: IfNotPresent
783783
name: query-scheduler
784784
ports:
@@ -869,7 +869,7 @@ spec:
869869
- -store-gateway.sharding-ring.store=memberlist
870870
- -target=ruler
871871
- -usage-stats.installation-mode=jsonnet
872-
image: grafana/mimir:3.0.0
872+
image: grafana/mimir:3.0.1
873873
imagePullPolicy: IfNotPresent
874874
name: ruler
875875
ports:
@@ -947,7 +947,7 @@ spec:
947947
valueFrom:
948948
fieldRef:
949949
fieldPath: status.podIP
950-
image: grafana/mimir:3.0.0
950+
image: grafana/mimir:3.0.1
951951
imagePullPolicy: IfNotPresent
952952
name: alertmanager
953953
ports:
@@ -1046,7 +1046,7 @@ spec:
10461046
- -server.http-listen-port=8080
10471047
- -target=compactor
10481048
- -usage-stats.installation-mode=jsonnet
1049-
image: grafana/mimir:3.0.0
1049+
image: grafana/mimir:3.0.1
10501050
imagePullPolicy: IfNotPresent
10511051
name: compactor
10521052
ports:
@@ -1156,7 +1156,7 @@ spec:
11561156
env:
11571157
- name: GOMAXPROCS
11581158
value: "9"
1159-
image: grafana/mimir:3.0.0
1159+
image: grafana/mimir:3.0.1
11601160
imagePullPolicy: IfNotPresent
11611161
name: ingester
11621162
ports:
@@ -1520,7 +1520,7 @@ spec:
15201520
value: "5"
15211521
- name: GOMEMLIMIT
15221522
value: "12884901888"
1523-
image: grafana/mimir:3.0.0
1523+
image: grafana/mimir:3.0.1
15241524
imagePullPolicy: IfNotPresent
15251525
name: store-gateway
15261526
ports:

operations/mimir-tests/test-all-components-with-custom-runtime-config-generated.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ spec:
541541
env:
542542
- name: GOMAXPROCS
543543
value: "8"
544-
image: grafana/mimir:3.0.0
544+
image: grafana/mimir:3.0.1
545545
imagePullPolicy: IfNotPresent
546546
name: distributor
547547
ports:
@@ -637,7 +637,7 @@ spec:
637637
env:
638638
- name: GOMAXPROCS
639639
value: "5"
640-
image: grafana/mimir:3.0.0
640+
image: grafana/mimir:3.0.1
641641
imagePullPolicy: IfNotPresent
642642
name: querier
643643
ports:
@@ -715,7 +715,7 @@ spec:
715715
- -shutdown-delay=90s
716716
- -target=query-frontend
717717
- -usage-stats.installation-mode=jsonnet
718-
image: grafana/mimir:3.0.0
718+
image: grafana/mimir:3.0.1
719719
imagePullPolicy: IfNotPresent
720720
name: query-frontend
721721
ports:
@@ -787,7 +787,7 @@ spec:
787787
- -server.http-listen-port=8080
788788
- -target=query-scheduler
789789
- -usage-stats.installation-mode=jsonnet
790-
image: grafana/mimir:3.0.0
790+
image: grafana/mimir:3.0.1
791791
imagePullPolicy: IfNotPresent
792792
name: query-scheduler
793793
ports:
@@ -878,7 +878,7 @@ spec:
878878
- -store-gateway.sharding-ring.store=memberlist
879879
- -target=ruler
880880
- -usage-stats.installation-mode=jsonnet
881-
image: grafana/mimir:3.0.0
881+
image: grafana/mimir:3.0.1
882882
imagePullPolicy: IfNotPresent
883883
name: ruler
884884
ports:
@@ -956,7 +956,7 @@ spec:
956956
valueFrom:
957957
fieldRef:
958958
fieldPath: status.podIP
959-
image: grafana/mimir:3.0.0
959+
image: grafana/mimir:3.0.1
960960
imagePullPolicy: IfNotPresent
961961
name: alertmanager
962962
ports:
@@ -1055,7 +1055,7 @@ spec:
10551055
- -server.http-listen-port=8080
10561056
- -target=compactor
10571057
- -usage-stats.installation-mode=jsonnet
1058-
image: grafana/mimir:3.0.0
1058+
image: grafana/mimir:3.0.1
10591059
imagePullPolicy: IfNotPresent
10601060
name: compactor
10611061
ports:
@@ -1165,7 +1165,7 @@ spec:
11651165
env:
11661166
- name: GOMAXPROCS
11671167
value: "9"
1168-
image: grafana/mimir:3.0.0
1168+
image: grafana/mimir:3.0.1
11691169
imagePullPolicy: IfNotPresent
11701170
name: ingester
11711171
ports:
@@ -1529,7 +1529,7 @@ spec:
15291529
value: "5"
15301530
- name: GOMEMLIMIT
15311531
value: "12884901888"
1532-
image: grafana/mimir:3.0.0
1532+
image: grafana/mimir:3.0.1
15331533
imagePullPolicy: IfNotPresent
15341534
name: store-gateway
15351535
ports:

operations/mimir-tests/test-all-components-with-tsdb-head-early-compaction-generated.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ spec:
532532
env:
533533
- name: GOMAXPROCS
534534
value: "8"
535-
image: grafana/mimir:3.0.0
535+
image: grafana/mimir:3.0.1
536536
imagePullPolicy: IfNotPresent
537537
name: distributor
538538
ports:
@@ -628,7 +628,7 @@ spec:
628628
env:
629629
- name: GOMAXPROCS
630630
value: "5"
631-
image: grafana/mimir:3.0.0
631+
image: grafana/mimir:3.0.1
632632
imagePullPolicy: IfNotPresent
633633
name: querier
634634
ports:
@@ -706,7 +706,7 @@ spec:
706706
- -shutdown-delay=90s
707707
- -target=query-frontend
708708
- -usage-stats.installation-mode=jsonnet
709-
image: grafana/mimir:3.0.0
709+
image: grafana/mimir:3.0.1
710710
imagePullPolicy: IfNotPresent
711711
name: query-frontend
712712
ports:
@@ -778,7 +778,7 @@ spec:
778778
- -server.http-listen-port=8080
779779
- -target=query-scheduler
780780
- -usage-stats.installation-mode=jsonnet
781-
image: grafana/mimir:3.0.0
781+
image: grafana/mimir:3.0.1
782782
imagePullPolicy: IfNotPresent
783783
name: query-scheduler
784784
ports:
@@ -869,7 +869,7 @@ spec:
869869
- -store-gateway.sharding-ring.store=memberlist
870870
- -target=ruler
871871
- -usage-stats.installation-mode=jsonnet
872-
image: grafana/mimir:3.0.0
872+
image: grafana/mimir:3.0.1
873873
imagePullPolicy: IfNotPresent
874874
name: ruler
875875
ports:
@@ -947,7 +947,7 @@ spec:
947947
valueFrom:
948948
fieldRef:
949949
fieldPath: status.podIP
950-
image: grafana/mimir:3.0.0
950+
image: grafana/mimir:3.0.1
951951
imagePullPolicy: IfNotPresent
952952
name: alertmanager
953953
ports:
@@ -1046,7 +1046,7 @@ spec:
10461046
- -server.http-listen-port=8080
10471047
- -target=compactor
10481048
- -usage-stats.installation-mode=jsonnet
1049-
image: grafana/mimir:3.0.0
1049+
image: grafana/mimir:3.0.1
10501050
imagePullPolicy: IfNotPresent
10511051
name: compactor
10521052
ports:
@@ -1158,7 +1158,7 @@ spec:
11581158
env:
11591159
- name: GOMAXPROCS
11601160
value: "9"
1161-
image: grafana/mimir:3.0.0
1161+
image: grafana/mimir:3.0.1
11621162
imagePullPolicy: IfNotPresent
11631163
name: ingester
11641164
ports:
@@ -1522,7 +1522,7 @@ spec:
15221522
value: "5"
15231523
- name: GOMEMLIMIT
15241524
value: "12884901888"
1525-
image: grafana/mimir:3.0.0
1525+
image: grafana/mimir:3.0.1
15261526
imagePullPolicy: IfNotPresent
15271527
name: store-gateway
15281528
ports:

0 commit comments

Comments
 (0)