Skip to content

Commit 12bba40

Browse files
authored
[release-2.16] Update version and docs for 2.16.2 release (#13139)
Signed-off-by: Nick Pillitteri <[email protected]>
1 parent 37a550f commit 12bba40

File tree

82 files changed

+885
-880
lines changed

Some content is hidden

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

82 files changed

+885
-880
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.16.2 / unreleased
3+
## 2.16.2
44

55
### Grafana Mimir
66

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.16.1
1+
2.16.2

docs/sources/mimir/release-notes/v2.16.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ Query-frontends now include experimental support to "spin off" subqueries as act
8080
- Update `golang.org/x/net` to v0.38.0 to address [CVE-2025-22872](https://nvd.nist.gov/vuln/detail/CVE-2025-22872). #11281
8181
- Query-frontend: Fix a panic in monolithic mode caused by a clash in labels of the `cortex_client_invalid_cluster_validation_label_requests_total` metric definition. #11455
8282

83+
### 2.16.2
84+
85+
- Security: Update to Go v1.23.12 to address [CVE-2025-22871](https://nvd.nist.gov/vuln/detail/CVE-2025-22871), [CVE-2025-4673](https://nvd.nist.gov/vuln/detail/CVE-2025-4673), [CVE-2025-0913](https://nvd.nist.gov/vuln/detail/CVE-2025-0913). #12582
86+
- Security: Update Docker base images for tools from `alpine:3.21.3` to `alpine:3.21.5` to address [CVE-2025-9230](https://nvd.nist.gov/vuln/detail/CVE-2025-9230), [CVE-2025-9231](https://nvd.nist.gov/vuln/detail/CVE-2025-9231), [CVE-2025-2025-9232](https://nvd.nist.gov/vuln/detail/CVE-2025-9232). #12990
87+
8388
### Helm chart improvements
8489

8590
The Grafana Mimir and Grafana Enterprise Metrics Helm chart is released independently.

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:2.16.1
3+
FROM grafana/mimirtool:2.16.2
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
@@ -534,7 +534,7 @@ spec:
534534
value: "8"
535535
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
536536
value: "1000"
537-
image: grafana/mimir:2.16.1
537+
image: grafana/mimir:2.16.2
538538
imagePullPolicy: IfNotPresent
539539
name: distributor
540540
ports:
@@ -631,7 +631,7 @@ spec:
631631
value: "5"
632632
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
633633
value: "5000"
634-
image: grafana/mimir:2.16.1
634+
image: grafana/mimir:2.16.2
635635
imagePullPolicy: IfNotPresent
636636
name: querier
637637
ports:
@@ -712,7 +712,7 @@ spec:
712712
env:
713713
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
714714
value: "5000"
715-
image: grafana/mimir:2.16.1
715+
image: grafana/mimir:2.16.2
716716
imagePullPolicy: IfNotPresent
717717
name: query-frontend
718718
ports:
@@ -784,7 +784,7 @@ spec:
784784
- -server.http-listen-port=8080
785785
- -target=query-scheduler
786786
- -usage-stats.installation-mode=jsonnet
787-
image: grafana/mimir:2.16.1
787+
image: grafana/mimir:2.16.2
788788
imagePullPolicy: IfNotPresent
789789
name: query-scheduler
790790
ports:
@@ -877,7 +877,7 @@ spec:
877877
env:
878878
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
879879
value: "1000"
880-
image: grafana/mimir:2.16.1
880+
image: grafana/mimir:2.16.2
881881
imagePullPolicy: IfNotPresent
882882
name: ruler
883883
ports:
@@ -955,7 +955,7 @@ spec:
955955
valueFrom:
956956
fieldRef:
957957
fieldPath: status.podIP
958-
image: grafana/mimir:2.16.1
958+
image: grafana/mimir:2.16.2
959959
imagePullPolicy: IfNotPresent
960960
name: alertmanager
961961
ports:
@@ -1054,7 +1054,7 @@ spec:
10541054
- -server.http-listen-port=8080
10551055
- -target=compactor
10561056
- -usage-stats.installation-mode=jsonnet
1057-
image: grafana/mimir:2.16.1
1057+
image: grafana/mimir:2.16.2
10581058
imagePullPolicy: IfNotPresent
10591059
name: compactor
10601060
ports:
@@ -1165,7 +1165,7 @@ spec:
11651165
value: "9"
11661166
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
11671167
value: "1000"
1168-
image: grafana/mimir:2.16.1
1168+
image: grafana/mimir:2.16.2
11691169
imagePullPolicy: IfNotPresent
11701170
name: ingester
11711171
ports:
@@ -1502,7 +1502,7 @@ spec:
15021502
value: "12884901888"
15031503
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
15041504
value: "1000"
1505-
image: grafana/mimir:2.16.1
1505+
image: grafana/mimir:2.16.2
15061506
imagePullPolicy: IfNotPresent
15071507
name: store-gateway
15081508
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
@@ -534,7 +534,7 @@ spec:
534534
value: "8"
535535
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
536536
value: "1000"
537-
image: grafana/mimir:2.16.1
537+
image: grafana/mimir:2.16.2
538538
imagePullPolicy: IfNotPresent
539539
name: distributor
540540
ports:
@@ -631,7 +631,7 @@ spec:
631631
value: "5"
632632
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
633633
value: "5000"
634-
image: grafana/mimir:2.16.1
634+
image: grafana/mimir:2.16.2
635635
imagePullPolicy: IfNotPresent
636636
name: querier
637637
ports:
@@ -712,7 +712,7 @@ spec:
712712
env:
713713
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
714714
value: "5000"
715-
image: grafana/mimir:2.16.1
715+
image: grafana/mimir:2.16.2
716716
imagePullPolicy: IfNotPresent
717717
name: query-frontend
718718
ports:
@@ -784,7 +784,7 @@ spec:
784784
- -server.http-listen-port=8080
785785
- -target=query-scheduler
786786
- -usage-stats.installation-mode=jsonnet
787-
image: grafana/mimir:2.16.1
787+
image: grafana/mimir:2.16.2
788788
imagePullPolicy: IfNotPresent
789789
name: query-scheduler
790790
ports:
@@ -877,7 +877,7 @@ spec:
877877
env:
878878
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
879879
value: "1000"
880-
image: grafana/mimir:2.16.1
880+
image: grafana/mimir:2.16.2
881881
imagePullPolicy: IfNotPresent
882882
name: ruler
883883
ports:
@@ -955,7 +955,7 @@ spec:
955955
valueFrom:
956956
fieldRef:
957957
fieldPath: status.podIP
958-
image: grafana/mimir:2.16.1
958+
image: grafana/mimir:2.16.2
959959
imagePullPolicy: IfNotPresent
960960
name: alertmanager
961961
ports:
@@ -1054,7 +1054,7 @@ spec:
10541054
- -server.http-listen-port=8080
10551055
- -target=compactor
10561056
- -usage-stats.installation-mode=jsonnet
1057-
image: grafana/mimir:2.16.1
1057+
image: grafana/mimir:2.16.2
10581058
imagePullPolicy: IfNotPresent
10591059
name: compactor
10601060
ports:
@@ -1165,7 +1165,7 @@ spec:
11651165
value: "9"
11661166
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
11671167
value: "1000"
1168-
image: grafana/mimir:2.16.1
1168+
image: grafana/mimir:2.16.2
11691169
imagePullPolicy: IfNotPresent
11701170
name: ingester
11711171
ports:
@@ -1502,7 +1502,7 @@ spec:
15021502
value: "12884901888"
15031503
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
15041504
value: "1000"
1505-
image: grafana/mimir:2.16.1
1505+
image: grafana/mimir:2.16.2
15061506
imagePullPolicy: IfNotPresent
15071507
name: store-gateway
15081508
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
@@ -543,7 +543,7 @@ spec:
543543
value: "8"
544544
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
545545
value: "1000"
546-
image: grafana/mimir:2.16.1
546+
image: grafana/mimir:2.16.2
547547
imagePullPolicy: IfNotPresent
548548
name: distributor
549549
ports:
@@ -640,7 +640,7 @@ spec:
640640
value: "5"
641641
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
642642
value: "5000"
643-
image: grafana/mimir:2.16.1
643+
image: grafana/mimir:2.16.2
644644
imagePullPolicy: IfNotPresent
645645
name: querier
646646
ports:
@@ -721,7 +721,7 @@ spec:
721721
env:
722722
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
723723
value: "5000"
724-
image: grafana/mimir:2.16.1
724+
image: grafana/mimir:2.16.2
725725
imagePullPolicy: IfNotPresent
726726
name: query-frontend
727727
ports:
@@ -793,7 +793,7 @@ spec:
793793
- -server.http-listen-port=8080
794794
- -target=query-scheduler
795795
- -usage-stats.installation-mode=jsonnet
796-
image: grafana/mimir:2.16.1
796+
image: grafana/mimir:2.16.2
797797
imagePullPolicy: IfNotPresent
798798
name: query-scheduler
799799
ports:
@@ -886,7 +886,7 @@ spec:
886886
env:
887887
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
888888
value: "1000"
889-
image: grafana/mimir:2.16.1
889+
image: grafana/mimir:2.16.2
890890
imagePullPolicy: IfNotPresent
891891
name: ruler
892892
ports:
@@ -964,7 +964,7 @@ spec:
964964
valueFrom:
965965
fieldRef:
966966
fieldPath: status.podIP
967-
image: grafana/mimir:2.16.1
967+
image: grafana/mimir:2.16.2
968968
imagePullPolicy: IfNotPresent
969969
name: alertmanager
970970
ports:
@@ -1063,7 +1063,7 @@ spec:
10631063
- -server.http-listen-port=8080
10641064
- -target=compactor
10651065
- -usage-stats.installation-mode=jsonnet
1066-
image: grafana/mimir:2.16.1
1066+
image: grafana/mimir:2.16.2
10671067
imagePullPolicy: IfNotPresent
10681068
name: compactor
10691069
ports:
@@ -1174,7 +1174,7 @@ spec:
11741174
value: "9"
11751175
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
11761176
value: "1000"
1177-
image: grafana/mimir:2.16.1
1177+
image: grafana/mimir:2.16.2
11781178
imagePullPolicy: IfNotPresent
11791179
name: ingester
11801180
ports:
@@ -1511,7 +1511,7 @@ spec:
15111511
value: "12884901888"
15121512
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
15131513
value: "1000"
1514-
image: grafana/mimir:2.16.1
1514+
image: grafana/mimir:2.16.2
15151515
imagePullPolicy: IfNotPresent
15161516
name: store-gateway
15171517
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
@@ -534,7 +534,7 @@ spec:
534534
value: "8"
535535
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
536536
value: "1000"
537-
image: grafana/mimir:2.16.1
537+
image: grafana/mimir:2.16.2
538538
imagePullPolicy: IfNotPresent
539539
name: distributor
540540
ports:
@@ -631,7 +631,7 @@ spec:
631631
value: "5"
632632
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
633633
value: "5000"
634-
image: grafana/mimir:2.16.1
634+
image: grafana/mimir:2.16.2
635635
imagePullPolicy: IfNotPresent
636636
name: querier
637637
ports:
@@ -712,7 +712,7 @@ spec:
712712
env:
713713
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
714714
value: "5000"
715-
image: grafana/mimir:2.16.1
715+
image: grafana/mimir:2.16.2
716716
imagePullPolicy: IfNotPresent
717717
name: query-frontend
718718
ports:
@@ -784,7 +784,7 @@ spec:
784784
- -server.http-listen-port=8080
785785
- -target=query-scheduler
786786
- -usage-stats.installation-mode=jsonnet
787-
image: grafana/mimir:2.16.1
787+
image: grafana/mimir:2.16.2
788788
imagePullPolicy: IfNotPresent
789789
name: query-scheduler
790790
ports:
@@ -877,7 +877,7 @@ spec:
877877
env:
878878
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
879879
value: "1000"
880-
image: grafana/mimir:2.16.1
880+
image: grafana/mimir:2.16.2
881881
imagePullPolicy: IfNotPresent
882882
name: ruler
883883
ports:
@@ -955,7 +955,7 @@ spec:
955955
valueFrom:
956956
fieldRef:
957957
fieldPath: status.podIP
958-
image: grafana/mimir:2.16.1
958+
image: grafana/mimir:2.16.2
959959
imagePullPolicy: IfNotPresent
960960
name: alertmanager
961961
ports:
@@ -1054,7 +1054,7 @@ spec:
10541054
- -server.http-listen-port=8080
10551055
- -target=compactor
10561056
- -usage-stats.installation-mode=jsonnet
1057-
image: grafana/mimir:2.16.1
1057+
image: grafana/mimir:2.16.2
10581058
imagePullPolicy: IfNotPresent
10591059
name: compactor
10601060
ports:
@@ -1167,7 +1167,7 @@ spec:
11671167
value: "9"
11681168
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
11691169
value: "1000"
1170-
image: grafana/mimir:2.16.1
1170+
image: grafana/mimir:2.16.2
11711171
imagePullPolicy: IfNotPresent
11721172
name: ingester
11731173
ports:
@@ -1504,7 +1504,7 @@ spec:
15041504
value: "12884901888"
15051505
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
15061506
value: "1000"
1507-
image: grafana/mimir:2.16.1
1507+
image: grafana/mimir:2.16.2
15081508
imagePullPolicy: IfNotPresent
15091509
name: store-gateway
15101510
ports:

0 commit comments

Comments
 (0)