Skip to content

Commit c3a51a5

Browse files
authored
2.14.1 Prepare patch release (#9796)
* bump patch version Signed-off-by: Vladimir Varankin <[email protected]> * rebuild assets Signed-off-by: Vladimir Varankin <[email protected]> --------- Signed-off-by: Vladimir Varankin <[email protected]>
1 parent 9ebc12e commit c3a51a5

File tree

75 files changed

+790
-790
lines changed

Some content is hidden

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

75 files changed

+790
-790
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.14.1 (unreleased)
3+
## 2.14.1
44

55
### Grafana Mimir
66

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.14.0
1+
2.14.1

Diff for: operations/mimir-rules-action/Dockerfile

+1-1
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.14.0
3+
FROM grafana/mimirtool:2.14.1
44

55
COPY entrypoint.sh /entrypoint.sh
66

Diff for: operations/mimir-tests/test-all-components-generated.yaml

+9-9
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.14.0
537+
image: grafana/mimir:2.14.1
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.14.0
634+
image: grafana/mimir:2.14.1
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.14.0
715+
image: grafana/mimir:2.14.1
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.14.0
787+
image: grafana/mimir:2.14.1
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.14.0
880+
image: grafana/mimir:2.14.1
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.14.0
958+
image: grafana/mimir:2.14.1
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.14.0
1057+
image: grafana/mimir:2.14.1
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.14.0
1168+
image: grafana/mimir:2.14.1
11691169
imagePullPolicy: IfNotPresent
11701170
name: ingester
11711171
ports:
@@ -1506,7 +1506,7 @@ spec:
15061506
value: "12884901888"
15071507
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
15081508
value: "1000"
1509-
image: grafana/mimir:2.14.0
1509+
image: grafana/mimir:2.14.1
15101510
imagePullPolicy: IfNotPresent
15111511
name: store-gateway
15121512
ports:

Diff for: operations/mimir-tests/test-all-components-with-custom-max-skew-generated.yaml

+9-9
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.14.0
537+
image: grafana/mimir:2.14.1
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.14.0
634+
image: grafana/mimir:2.14.1
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.14.0
715+
image: grafana/mimir:2.14.1
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.14.0
787+
image: grafana/mimir:2.14.1
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.14.0
880+
image: grafana/mimir:2.14.1
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.14.0
958+
image: grafana/mimir:2.14.1
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.14.0
1057+
image: grafana/mimir:2.14.1
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.14.0
1168+
image: grafana/mimir:2.14.1
11691169
imagePullPolicy: IfNotPresent
11701170
name: ingester
11711171
ports:
@@ -1506,7 +1506,7 @@ spec:
15061506
value: "12884901888"
15071507
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
15081508
value: "1000"
1509-
image: grafana/mimir:2.14.0
1509+
image: grafana/mimir:2.14.1
15101510
imagePullPolicy: IfNotPresent
15111511
name: store-gateway
15121512
ports:

Diff for: operations/mimir-tests/test-all-components-with-custom-runtime-config-generated.yaml

+9-9
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.14.0
546+
image: grafana/mimir:2.14.1
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.14.0
643+
image: grafana/mimir:2.14.1
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.14.0
724+
image: grafana/mimir:2.14.1
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.14.0
796+
image: grafana/mimir:2.14.1
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.14.0
889+
image: grafana/mimir:2.14.1
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.14.0
967+
image: grafana/mimir:2.14.1
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.14.0
1066+
image: grafana/mimir:2.14.1
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.14.0
1177+
image: grafana/mimir:2.14.1
11781178
imagePullPolicy: IfNotPresent
11791179
name: ingester
11801180
ports:
@@ -1515,7 +1515,7 @@ spec:
15151515
value: "12884901888"
15161516
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
15171517
value: "1000"
1518-
image: grafana/mimir:2.14.0
1518+
image: grafana/mimir:2.14.1
15191519
imagePullPolicy: IfNotPresent
15201520
name: store-gateway
15211521
ports:

Diff for: operations/mimir-tests/test-all-components-with-tsdb-head-early-compaction-generated.yaml

+9-9
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.14.0
537+
image: grafana/mimir:2.14.1
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.14.0
634+
image: grafana/mimir:2.14.1
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.14.0
715+
image: grafana/mimir:2.14.1
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.14.0
787+
image: grafana/mimir:2.14.1
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.14.0
880+
image: grafana/mimir:2.14.1
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.14.0
958+
image: grafana/mimir:2.14.1
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.14.0
1057+
image: grafana/mimir:2.14.1
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.14.0
1170+
image: grafana/mimir:2.14.1
11711171
imagePullPolicy: IfNotPresent
11721172
name: ingester
11731173
ports:
@@ -1508,7 +1508,7 @@ spec:
15081508
value: "12884901888"
15091509
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
15101510
value: "1000"
1511-
image: grafana/mimir:2.14.0
1511+
image: grafana/mimir:2.14.1
15121512
imagePullPolicy: IfNotPresent
15131513
name: store-gateway
15141514
ports:

0 commit comments

Comments
 (0)