Skip to content

Commit 7f53a94

Browse files
authored
Update changelog and version for 3.0.5 (#14880)
#### What this PR does Updates changelog and version info for 3.0.5. release. #### Which issue(s) this PR fixes or relates to Ref: #13063 (comment) #### Checklist - [ ] Tests updated. - [ ] Documentation added. - [ ] `CHANGELOG.md` updated - the order of entries should be `[CHANGE]`, `[FEATURE]`, `[ENHANCEMENT]`, `[BUGFIX]`. If changelog entry is not needed, please add the `changelog-not-needed` label to the PR. - [ ] [`about-versioning.md`](https://github.com/grafana/mimir/blob/main/docs/sources/mimir/configure/about-versioning.md) updated with experimental features. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release bookkeeping (version/changelog/image tag bumps) with no functional code changes; primary risk is mismatched image tags causing CI/deploy/test failures if any reference was missed. > > **Overview** > **Prepares the `3.0.5` release.** Updates `VERSION` and `CHANGELOG.md` with a `3.0.5` entry noting a `google.golang.org/grpc` security fix (CVE-2026-33186). > > Propagates the `3.0.5` tag across operational artifacts by bumping the `mimirtool` base image in `operations/mimir-rules-action/Dockerfile` and updating all generated `operations/mimir-tests/*` manifests to use `grafana/mimir:3.0.5` instead of `3.0.4`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 6f1c305. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b96ba61 commit 7f53a94

File tree

72 files changed

+799
-793
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

+799
-793
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.0.5
4+
5+
### Grafana Mimir
6+
7+
* [BUGFIX] Update to google.golang.org/grpc to address [CVE-2026-33186](https://nvd.nist.gov/vuln/detail/CVE-2026-33186). #14761
8+
39
## 3.0.4
410

511
### Grafana Mimir

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.4
1+
3.0.5

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.4
3+
FROM grafana/mimirtool:3.0.5
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.4
535+
image: grafana/mimir:3.0.5
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.4
631+
image: grafana/mimir:3.0.5
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.4
709+
image: grafana/mimir:3.0.5
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.4
781+
image: grafana/mimir:3.0.5
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.4
872+
image: grafana/mimir:3.0.5
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.4
950+
image: grafana/mimir:3.0.5
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.4
1049+
image: grafana/mimir:3.0.5
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.4
1159+
image: grafana/mimir:3.0.5
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.4
1523+
image: grafana/mimir:3.0.5
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.4
535+
image: grafana/mimir:3.0.5
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.4
631+
image: grafana/mimir:3.0.5
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.4
709+
image: grafana/mimir:3.0.5
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.4
781+
image: grafana/mimir:3.0.5
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.4
872+
image: grafana/mimir:3.0.5
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.4
950+
image: grafana/mimir:3.0.5
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.4
1049+
image: grafana/mimir:3.0.5
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.4
1159+
image: grafana/mimir:3.0.5
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.4
1523+
image: grafana/mimir:3.0.5
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.4
544+
image: grafana/mimir:3.0.5
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.4
640+
image: grafana/mimir:3.0.5
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.4
718+
image: grafana/mimir:3.0.5
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.4
790+
image: grafana/mimir:3.0.5
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.4
881+
image: grafana/mimir:3.0.5
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.4
959+
image: grafana/mimir:3.0.5
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.4
1058+
image: grafana/mimir:3.0.5
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.4
1168+
image: grafana/mimir:3.0.5
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.4
1532+
image: grafana/mimir:3.0.5
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.4
535+
image: grafana/mimir:3.0.5
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.4
631+
image: grafana/mimir:3.0.5
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.4
709+
image: grafana/mimir:3.0.5
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.4
781+
image: grafana/mimir:3.0.5
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.4
872+
image: grafana/mimir:3.0.5
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.4
950+
image: grafana/mimir:3.0.5
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.4
1049+
image: grafana/mimir:3.0.5
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.4
1161+
image: grafana/mimir:3.0.5
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.4
1525+
image: grafana/mimir:3.0.5
15261526
imagePullPolicy: IfNotPresent
15271527
name: store-gateway
15281528
ports:

0 commit comments

Comments
 (0)