Skip to content

Commit 74bc18c

Browse files
authored
Update version to 2.9.2 (#6369)
Signed-off-by: Jon Kartago Lamida <me@lamida.net>
1 parent 8212234 commit 74bc18c

File tree

42 files changed

+383
-383
lines changed

Some content is hidden

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

42 files changed

+383
-383
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.1
1+
2.9.2

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.9.1
3+
FROM grafana/mimirtool:2.9.2
44

55
COPY entrypoint.sh /entrypoint.sh
66

operations/mimir-tests/test-autoscaling-generated.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ spec:
472472
- -server.http-listen-port=8080
473473
- -target=distributor
474474
- -usage-stats.installation-mode=jsonnet
475-
image: grafana/mimir:2.9.1
475+
image: grafana/mimir:2.9.2
476476
imagePullPolicy: IfNotPresent
477477
name: distributor
478478
ports:
@@ -564,7 +564,7 @@ spec:
564564
env:
565565
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
566566
value: "1024"
567-
image: grafana/mimir:2.9.1
567+
image: grafana/mimir:2.9.2
568568
imagePullPolicy: IfNotPresent
569569
name: querier
570570
ports:
@@ -639,7 +639,7 @@ spec:
639639
- -server.http-listen-port=8080
640640
- -target=query-frontend
641641
- -usage-stats.installation-mode=jsonnet
642-
image: grafana/mimir:2.9.1
642+
image: grafana/mimir:2.9.2
643643
imagePullPolicy: IfNotPresent
644644
name: query-frontend
645645
ports:
@@ -710,7 +710,7 @@ spec:
710710
- -server.http-listen-port=8080
711711
- -target=query-scheduler
712712
- -usage-stats.installation-mode=jsonnet
713-
image: grafana/mimir:2.9.1
713+
image: grafana/mimir:2.9.2
714714
imagePullPolicy: IfNotPresent
715715
name: query-scheduler
716716
ports:
@@ -793,7 +793,7 @@ spec:
793793
- -store-gateway.sharding-ring.store=memberlist
794794
- -target=ruler
795795
- -usage-stats.installation-mode=jsonnet
796-
image: grafana/mimir:2.9.1
796+
image: grafana/mimir:2.9.2
797797
imagePullPolicy: IfNotPresent
798798
name: ruler
799799
ports:
@@ -885,7 +885,7 @@ spec:
885885
env:
886886
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
887887
value: "1024"
888-
image: grafana/mimir:2.9.1
888+
image: grafana/mimir:2.9.2
889889
imagePullPolicy: IfNotPresent
890890
name: ruler-querier
891891
ports:
@@ -963,7 +963,7 @@ spec:
963963
- -server.http-listen-port=8080
964964
- -target=query-frontend
965965
- -usage-stats.installation-mode=jsonnet
966-
image: grafana/mimir:2.9.1
966+
image: grafana/mimir:2.9.2
967967
imagePullPolicy: IfNotPresent
968968
name: ruler-query-frontend
969969
ports:
@@ -1034,7 +1034,7 @@ spec:
10341034
- -server.http-listen-port=8080
10351035
- -target=query-scheduler
10361036
- -usage-stats.installation-mode=jsonnet
1037-
image: grafana/mimir:2.9.1
1037+
image: grafana/mimir:2.9.2
10381038
imagePullPolicy: IfNotPresent
10391039
name: ruler-query-scheduler
10401040
ports:
@@ -1102,7 +1102,7 @@ spec:
11021102
valueFrom:
11031103
fieldRef:
11041104
fieldPath: status.podIP
1105-
image: grafana/mimir:2.9.1
1105+
image: grafana/mimir:2.9.2
11061106
imagePullPolicy: IfNotPresent
11071107
name: alertmanager
11081108
ports:
@@ -1199,7 +1199,7 @@ spec:
11991199
- -server.http-listen-port=8080
12001200
- -target=compactor
12011201
- -usage-stats.installation-mode=jsonnet
1202-
image: grafana/mimir:2.9.1
1202+
image: grafana/mimir:2.9.2
12031203
imagePullPolicy: IfNotPresent
12041204
name: compactor
12051205
ports:
@@ -1304,7 +1304,7 @@ spec:
13041304
- -server.http-listen-port=8080
13051305
- -target=ingester
13061306
- -usage-stats.installation-mode=jsonnet
1307-
image: grafana/mimir:2.9.1
1307+
image: grafana/mimir:2.9.2
13081308
imagePullPolicy: IfNotPresent
13091309
name: ingester
13101310
ports:
@@ -1638,7 +1638,7 @@ spec:
16381638
value: "5"
16391639
- name: GOMEMLIMIT
16401640
value: "12884901888"
1641-
image: grafana/mimir:2.9.1
1641+
image: grafana/mimir:2.9.2
16421642
imagePullPolicy: IfNotPresent
16431643
name: store-gateway
16441644
ports:

operations/mimir-tests/test-consul-generated.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ spec:
767767
- -server.http-listen-port=8080
768768
- -target=distributor
769769
- -usage-stats.installation-mode=jsonnet
770-
image: grafana/mimir:2.9.1
770+
image: grafana/mimir:2.9.2
771771
imagePullPolicy: IfNotPresent
772772
name: distributor
773773
ports:
@@ -857,7 +857,7 @@ spec:
857857
env:
858858
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
859859
value: "1024"
860-
image: grafana/mimir:2.9.1
860+
image: grafana/mimir:2.9.2
861861
imagePullPolicy: IfNotPresent
862862
name: querier
863863
ports:
@@ -931,7 +931,7 @@ spec:
931931
- -server.http-listen-port=8080
932932
- -target=query-frontend
933933
- -usage-stats.installation-mode=jsonnet
934-
image: grafana/mimir:2.9.1
934+
image: grafana/mimir:2.9.2
935935
imagePullPolicy: IfNotPresent
936936
name: query-frontend
937937
ports:
@@ -1002,7 +1002,7 @@ spec:
10021002
- -server.http-listen-port=8080
10031003
- -target=query-scheduler
10041004
- -usage-stats.installation-mode=jsonnet
1005-
image: grafana/mimir:2.9.1
1005+
image: grafana/mimir:2.9.2
10061006
imagePullPolicy: IfNotPresent
10071007
name: query-scheduler
10081008
ports:
@@ -1085,7 +1085,7 @@ spec:
10851085
- -store-gateway.sharding-ring.store=consul
10861086
- -target=ruler
10871087
- -usage-stats.installation-mode=jsonnet
1088-
image: grafana/mimir:2.9.1
1088+
image: grafana/mimir:2.9.2
10891089
imagePullPolicy: IfNotPresent
10901090
name: ruler
10911091
ports:
@@ -1160,7 +1160,7 @@ spec:
11601160
valueFrom:
11611161
fieldRef:
11621162
fieldPath: status.podIP
1163-
image: grafana/mimir:2.9.1
1163+
image: grafana/mimir:2.9.2
11641164
imagePullPolicy: IfNotPresent
11651165
name: alertmanager
11661166
ports:
@@ -1253,7 +1253,7 @@ spec:
12531253
- -server.http-listen-port=8080
12541254
- -target=compactor
12551255
- -usage-stats.installation-mode=jsonnet
1256-
image: grafana/mimir:2.9.1
1256+
image: grafana/mimir:2.9.2
12571257
imagePullPolicy: IfNotPresent
12581258
name: compactor
12591259
ports:
@@ -1354,7 +1354,7 @@ spec:
13541354
- -server.http-listen-port=8080
13551355
- -target=ingester
13561356
- -usage-stats.installation-mode=jsonnet
1357-
image: grafana/mimir:2.9.1
1357+
image: grafana/mimir:2.9.2
13581358
imagePullPolicy: IfNotPresent
13591359
name: ingester
13601360
ports:
@@ -1684,7 +1684,7 @@ spec:
16841684
value: "5"
16851685
- name: GOMEMLIMIT
16861686
value: "12884901888"
1687-
image: grafana/mimir:2.9.1
1687+
image: grafana/mimir:2.9.2
16881688
imagePullPolicy: IfNotPresent
16891689
name: store-gateway
16901690
ports:

operations/mimir-tests/test-consul-multi-zone-generated.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ spec:
919919
- -server.http-listen-port=8080
920920
- -target=distributor
921921
- -usage-stats.installation-mode=jsonnet
922-
image: grafana/mimir:2.9.1
922+
image: grafana/mimir:2.9.2
923923
imagePullPolicy: IfNotPresent
924924
name: distributor
925925
ports:
@@ -1011,7 +1011,7 @@ spec:
10111011
env:
10121012
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
10131013
value: "1024"
1014-
image: grafana/mimir:2.9.1
1014+
image: grafana/mimir:2.9.2
10151015
imagePullPolicy: IfNotPresent
10161016
name: querier
10171017
ports:
@@ -1085,7 +1085,7 @@ spec:
10851085
- -server.http-listen-port=8080
10861086
- -target=query-frontend
10871087
- -usage-stats.installation-mode=jsonnet
1088-
image: grafana/mimir:2.9.1
1088+
image: grafana/mimir:2.9.2
10891089
imagePullPolicy: IfNotPresent
10901090
name: query-frontend
10911091
ports:
@@ -1156,7 +1156,7 @@ spec:
11561156
- -server.http-listen-port=8080
11571157
- -target=query-scheduler
11581158
- -usage-stats.installation-mode=jsonnet
1159-
image: grafana/mimir:2.9.1
1159+
image: grafana/mimir:2.9.2
11601160
imagePullPolicy: IfNotPresent
11611161
name: query-scheduler
11621162
ports:
@@ -1286,7 +1286,7 @@ spec:
12861286
- -store-gateway.sharding-ring.zone-awareness-enabled=true
12871287
- -target=ruler
12881288
- -usage-stats.installation-mode=jsonnet
1289-
image: grafana/mimir:2.9.1
1289+
image: grafana/mimir:2.9.2
12901290
imagePullPolicy: IfNotPresent
12911291
name: ruler
12921292
ports:
@@ -1361,7 +1361,7 @@ spec:
13611361
valueFrom:
13621362
fieldRef:
13631363
fieldPath: status.podIP
1364-
image: grafana/mimir:2.9.1
1364+
image: grafana/mimir:2.9.2
13651365
imagePullPolicy: IfNotPresent
13661366
name: alertmanager
13671367
ports:
@@ -1454,7 +1454,7 @@ spec:
14541454
- -server.http-listen-port=8080
14551455
- -target=compactor
14561456
- -usage-stats.installation-mode=jsonnet
1457-
image: grafana/mimir:2.9.1
1457+
image: grafana/mimir:2.9.2
14581458
imagePullPolicy: IfNotPresent
14591459
name: compactor
14601460
ports:
@@ -1568,7 +1568,7 @@ spec:
15681568
- -server.http-listen-port=8080
15691569
- -target=ingester
15701570
- -usage-stats.installation-mode=jsonnet
1571-
image: grafana/mimir:2.9.1
1571+
image: grafana/mimir:2.9.2
15721572
imagePullPolicy: IfNotPresent
15731573
name: ingester
15741574
ports:
@@ -1682,7 +1682,7 @@ spec:
16821682
- -server.http-listen-port=8080
16831683
- -target=ingester
16841684
- -usage-stats.installation-mode=jsonnet
1685-
image: grafana/mimir:2.9.1
1685+
image: grafana/mimir:2.9.2
16861686
imagePullPolicy: IfNotPresent
16871687
name: ingester
16881688
ports:
@@ -1796,7 +1796,7 @@ spec:
17961796
- -server.http-listen-port=8080
17971797
- -target=ingester
17981798
- -usage-stats.installation-mode=jsonnet
1799-
image: grafana/mimir:2.9.1
1799+
image: grafana/mimir:2.9.2
18001800
imagePullPolicy: IfNotPresent
18011801
name: ingester
18021802
ports:
@@ -2139,7 +2139,7 @@ spec:
21392139
value: "5"
21402140
- name: GOMEMLIMIT
21412141
value: "12884901888"
2142-
image: grafana/mimir:2.9.1
2142+
image: grafana/mimir:2.9.2
21432143
imagePullPolicy: IfNotPresent
21442144
name: store-gateway
21452145
ports:
@@ -2270,7 +2270,7 @@ spec:
22702270
value: "5"
22712271
- name: GOMEMLIMIT
22722272
value: "12884901888"
2273-
image: grafana/mimir:2.9.1
2273+
image: grafana/mimir:2.9.2
22742274
imagePullPolicy: IfNotPresent
22752275
name: store-gateway
22762276
ports:
@@ -2401,7 +2401,7 @@ spec:
24012401
value: "5"
24022402
- name: GOMEMLIMIT
24032403
value: "12884901888"
2404-
image: grafana/mimir:2.9.1
2404+
image: grafana/mimir:2.9.2
24052405
imagePullPolicy: IfNotPresent
24062406
name: store-gateway
24072407
ports:

operations/mimir-tests/test-consul-ruler-disabled-generated.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ spec:
749749
- -server.http-listen-port=8080
750750
- -target=distributor
751751
- -usage-stats.installation-mode=jsonnet
752-
image: grafana/mimir:2.9.1
752+
image: grafana/mimir:2.9.2
753753
imagePullPolicy: IfNotPresent
754754
name: distributor
755755
ports:
@@ -839,7 +839,7 @@ spec:
839839
env:
840840
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
841841
value: "1024"
842-
image: grafana/mimir:2.9.1
842+
image: grafana/mimir:2.9.2
843843
imagePullPolicy: IfNotPresent
844844
name: querier
845845
ports:
@@ -913,7 +913,7 @@ spec:
913913
- -server.http-listen-port=8080
914914
- -target=query-frontend
915915
- -usage-stats.installation-mode=jsonnet
916-
image: grafana/mimir:2.9.1
916+
image: grafana/mimir:2.9.2
917917
imagePullPolicy: IfNotPresent
918918
name: query-frontend
919919
ports:
@@ -984,7 +984,7 @@ spec:
984984
- -server.http-listen-port=8080
985985
- -target=query-scheduler
986986
- -usage-stats.installation-mode=jsonnet
987-
image: grafana/mimir:2.9.1
987+
image: grafana/mimir:2.9.2
988988
imagePullPolicy: IfNotPresent
989989
name: query-scheduler
990990
ports:
@@ -1050,7 +1050,7 @@ spec:
10501050
valueFrom:
10511051
fieldRef:
10521052
fieldPath: status.podIP
1053-
image: grafana/mimir:2.9.1
1053+
image: grafana/mimir:2.9.2
10541054
imagePullPolicy: IfNotPresent
10551055
name: alertmanager
10561056
ports:
@@ -1143,7 +1143,7 @@ spec:
11431143
- -server.http-listen-port=8080
11441144
- -target=compactor
11451145
- -usage-stats.installation-mode=jsonnet
1146-
image: grafana/mimir:2.9.1
1146+
image: grafana/mimir:2.9.2
11471147
imagePullPolicy: IfNotPresent
11481148
name: compactor
11491149
ports:
@@ -1244,7 +1244,7 @@ spec:
12441244
- -server.http-listen-port=8080
12451245
- -target=ingester
12461246
- -usage-stats.installation-mode=jsonnet
1247-
image: grafana/mimir:2.9.1
1247+
image: grafana/mimir:2.9.2
12481248
imagePullPolicy: IfNotPresent
12491249
name: ingester
12501250
ports:
@@ -1574,7 +1574,7 @@ spec:
15741574
value: "5"
15751575
- name: GOMEMLIMIT
15761576
value: "12884901888"
1577-
image: grafana/mimir:2.9.1
1577+
image: grafana/mimir:2.9.2
15781578
imagePullPolicy: IfNotPresent
15791579
name: store-gateway
15801580
ports:

0 commit comments

Comments
 (0)