Skip to content

Commit 034f67a

Browse files
authored
Fix spelling: 2.17.6-rc0 -> 2.17.6-rc.0 (#14310)
#### What this PR does I noticed that the naming is slightly different in the release guide (there's a dot after `rc`.) Luckily I caught this before tagging or doing any further action :) #### Which issue(s) this PR fixes or relates to n/a #### 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.
1 parent a786f87 commit 034f67a

File tree

76 files changed

+830
-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

+830
-830
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.17.6-rc0
3+
## 2.17.6-rc.0
44

55
### Grafana Mimir
66

VERSION

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

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.6-rc0
3+
FROM grafana/mimirtool:2.17.6-rc.0
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.6-rc0
535+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
631+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
709+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
781+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
872+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
950+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
1049+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
1159+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
1519+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
535+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
631+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
709+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
781+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
872+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
950+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
1049+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
1159+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
1519+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
544+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
640+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
718+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
790+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
881+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
959+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
1058+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
1168+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
1528+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
535+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
631+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
709+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
781+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
872+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
950+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
1049+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
1161+
image: grafana/mimir:2.17.6-rc.0
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.6-rc0
1521+
image: grafana/mimir:2.17.6-rc.0
15221522
imagePullPolicy: IfNotPresent
15231523
name: store-gateway
15241524
ports:

0 commit comments

Comments
 (0)