Skip to content

Commit eeb851d

Browse files
authored
[release-2.17] Prepare 2.17.5 patch release (#14192)
#### What this PR does Prepare a patch release of mimir 2.17 #### Which issue(s) this PR fixes or relates to Relates to #12039 --------- Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
1 parent 281f778 commit eeb851d

File tree

76 files changed

+832
-830
lines changed

Some content is hidden

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

76 files changed

+832
-830
lines changed

CHANGELOG.md

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

3-
## 2.17.x / unreleased
3+
## 2.17.5
4+
5+
### Grafana Mimir
46

57
* [BUGFIX] Distributor: Calculate `WriteResponseStats` before validation and `PushWrappers`. This prevents clients using Remote-Write 2.0 from seeing a diff in written samples, histograms and exemplars. #12682 #14144
68
* [BUGFIX] Distributor: Fix issue where distributors didn't send custom values of native histograms. #13849 #14145

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.17.4
1+
2.17.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:2.17.4
3+
FROM grafana/mimirtool:2.17.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:2.17.4
535+
image: grafana/mimir:2.17.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:2.17.4
631+
image: grafana/mimir:2.17.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:2.17.4
709+
image: grafana/mimir:2.17.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:2.17.4
781+
image: grafana/mimir:2.17.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:2.17.4
872+
image: grafana/mimir:2.17.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:2.17.4
950+
image: grafana/mimir:2.17.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:2.17.4
1049+
image: grafana/mimir:2.17.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:2.17.4
1159+
image: grafana/mimir:2.17.5
11601160
imagePullPolicy: IfNotPresent
11611161
name: ingester
11621162
ports:
@@ -1516,7 +1516,7 @@ spec:
15161516
value: "5"
15171517
- name: GOMEMLIMIT
15181518
value: "12884901888"
1519-
image: grafana/mimir:2.17.4
1519+
image: grafana/mimir:2.17.5
15201520
imagePullPolicy: IfNotPresent
15211521
name: store-gateway
15221522
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:2.17.4
535+
image: grafana/mimir:2.17.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:2.17.4
631+
image: grafana/mimir:2.17.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:2.17.4
709+
image: grafana/mimir:2.17.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:2.17.4
781+
image: grafana/mimir:2.17.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:2.17.4
872+
image: grafana/mimir:2.17.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:2.17.4
950+
image: grafana/mimir:2.17.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:2.17.4
1049+
image: grafana/mimir:2.17.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:2.17.4
1159+
image: grafana/mimir:2.17.5
11601160
imagePullPolicy: IfNotPresent
11611161
name: ingester
11621162
ports:
@@ -1516,7 +1516,7 @@ spec:
15161516
value: "5"
15171517
- name: GOMEMLIMIT
15181518
value: "12884901888"
1519-
image: grafana/mimir:2.17.4
1519+
image: grafana/mimir:2.17.5
15201520
imagePullPolicy: IfNotPresent
15211521
name: store-gateway
15221522
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:2.17.4
544+
image: grafana/mimir:2.17.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:2.17.4
640+
image: grafana/mimir:2.17.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:2.17.4
718+
image: grafana/mimir:2.17.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:2.17.4
790+
image: grafana/mimir:2.17.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:2.17.4
881+
image: grafana/mimir:2.17.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:2.17.4
959+
image: grafana/mimir:2.17.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:2.17.4
1058+
image: grafana/mimir:2.17.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:2.17.4
1168+
image: grafana/mimir:2.17.5
11691169
imagePullPolicy: IfNotPresent
11701170
name: ingester
11711171
ports:
@@ -1525,7 +1525,7 @@ spec:
15251525
value: "5"
15261526
- name: GOMEMLIMIT
15271527
value: "12884901888"
1528-
image: grafana/mimir:2.17.4
1528+
image: grafana/mimir:2.17.5
15291529
imagePullPolicy: IfNotPresent
15301530
name: store-gateway
15311531
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:2.17.4
535+
image: grafana/mimir:2.17.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:2.17.4
631+
image: grafana/mimir:2.17.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:2.17.4
709+
image: grafana/mimir:2.17.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:2.17.4
781+
image: grafana/mimir:2.17.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:2.17.4
872+
image: grafana/mimir:2.17.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:2.17.4
950+
image: grafana/mimir:2.17.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:2.17.4
1049+
image: grafana/mimir:2.17.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:2.17.4
1161+
image: grafana/mimir:2.17.5
11621162
imagePullPolicy: IfNotPresent
11631163
name: ingester
11641164
ports:
@@ -1518,7 +1518,7 @@ spec:
15181518
value: "5"
15191519
- name: GOMEMLIMIT
15201520
value: "12884901888"
1521-
image: grafana/mimir:2.17.4
1521+
image: grafana/mimir:2.17.5
15221522
imagePullPolicy: IfNotPresent
15231523
name: store-gateway
15241524
ports:

0 commit comments

Comments
 (0)