Skip to content

Commit

Permalink
Prep for release 2.11.0 (#6984)
Browse files Browse the repository at this point in the history
* Prep for release 2.11.0

* Update jsonnet tests
  • Loading branch information
leizor committed Dec 21, 2023
1 parent 229cba4 commit c8939ea
Show file tree
Hide file tree
Showing 51 changed files with 457 additions and 457 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.11.0-rc.0
## 2.11.0

### Grafana Mimir

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.0-rc.0
2.11.0
2 changes: 1 addition & 1 deletion operations/mimir-rules-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: AGPL-3.0-only

FROM grafana/mimirtool:2.10.4
FROM grafana/mimirtool:2.11.0

COPY entrypoint.sh /entrypoint.sh

Expand Down
18 changes: 9 additions & 9 deletions operations/mimir-tests/test-all-components-generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ spec:
env:
- name: GOMAXPROCS
value: "8"
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: distributor
ports:
Expand Down Expand Up @@ -624,7 +624,7 @@ spec:
value: "5"
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
value: "1024"
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: querier
ports:
Expand Down Expand Up @@ -700,7 +700,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-frontend
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: query-frontend
ports:
Expand Down Expand Up @@ -771,7 +771,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-scheduler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: query-scheduler
ports:
Expand Down Expand Up @@ -858,7 +858,7 @@ spec:
- -store-gateway.sharding-ring.store=memberlist
- -target=ruler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: ruler
ports:
Expand Down Expand Up @@ -935,7 +935,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: alertmanager
ports:
Expand Down Expand Up @@ -1032,7 +1032,7 @@ spec:
- -server.http-listen-port=8080
- -target=compactor
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: compactor
ports:
Expand Down Expand Up @@ -1137,7 +1137,7 @@ spec:
- -server.http-listen-port=8080
- -target=ingester
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: ingester
ports:
Expand Down Expand Up @@ -1475,7 +1475,7 @@ spec:
value: "5"
- name: GOMEMLIMIT
value: "12884901888"
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: store-gateway
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ spec:
env:
- name: GOMAXPROCS
value: "8"
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: distributor
ports:
Expand Down Expand Up @@ -624,7 +624,7 @@ spec:
value: "5"
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
value: "1024"
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: querier
ports:
Expand Down Expand Up @@ -700,7 +700,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-frontend
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: query-frontend
ports:
Expand Down Expand Up @@ -771,7 +771,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-scheduler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: query-scheduler
ports:
Expand Down Expand Up @@ -858,7 +858,7 @@ spec:
- -store-gateway.sharding-ring.store=memberlist
- -target=ruler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: ruler
ports:
Expand Down Expand Up @@ -935,7 +935,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: alertmanager
ports:
Expand Down Expand Up @@ -1032,7 +1032,7 @@ spec:
- -server.http-listen-port=8080
- -target=compactor
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: compactor
ports:
Expand Down Expand Up @@ -1139,7 +1139,7 @@ spec:
- -server.http-listen-port=8080
- -target=ingester
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: ingester
ports:
Expand Down Expand Up @@ -1477,7 +1477,7 @@ spec:
value: "5"
- name: GOMEMLIMIT
value: "12884901888"
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: store-gateway
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ spec:
env:
- name: GOMAXPROCS
value: "8"
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: distributor
ports:
Expand Down Expand Up @@ -625,7 +625,7 @@ spec:
value: "5"
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
value: "1024"
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: querier
ports:
Expand Down Expand Up @@ -701,7 +701,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-frontend
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: query-frontend
ports:
Expand Down Expand Up @@ -772,7 +772,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-scheduler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: query-scheduler
ports:
Expand Down Expand Up @@ -859,7 +859,7 @@ spec:
- -store-gateway.sharding-ring.store=memberlist
- -target=ruler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: ruler
ports:
Expand Down Expand Up @@ -936,7 +936,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: alertmanager
ports:
Expand Down Expand Up @@ -1033,7 +1033,7 @@ spec:
- -server.http-listen-port=8080
- -target=compactor
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: compactor
ports:
Expand Down Expand Up @@ -1138,7 +1138,7 @@ spec:
- -server.http-listen-port=8080
- -target=ingester
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: ingester
ports:
Expand Down Expand Up @@ -1476,7 +1476,7 @@ spec:
value: "5"
- name: GOMEMLIMIT
value: "12884901888"
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: store-gateway
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ spec:
env:
- name: GOMAXPROCS
value: "8"
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: distributor
ports:
Expand Down Expand Up @@ -739,7 +739,7 @@ spec:
value: "5"
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
value: "1024"
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: querier
ports:
Expand Down Expand Up @@ -814,7 +814,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-frontend
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: query-frontend
ports:
Expand Down Expand Up @@ -885,7 +885,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-scheduler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: query-scheduler
ports:
Expand Down Expand Up @@ -973,7 +973,7 @@ spec:
- -store-gateway.sharding-ring.store=memberlist
- -target=ruler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: ruler
ports:
Expand Down Expand Up @@ -1065,7 +1065,7 @@ spec:
env:
- name: JAEGER_REPORTER_MAX_QUEUE_SIZE
value: "1024"
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: ruler-querier
ports:
Expand Down Expand Up @@ -1144,7 +1144,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-frontend
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: ruler-query-frontend
ports:
Expand Down Expand Up @@ -1215,7 +1215,7 @@ spec:
- -server.http-listen-port=8080
- -target=query-scheduler
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: ruler-query-scheduler
ports:
Expand Down Expand Up @@ -1282,7 +1282,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: alertmanager
ports:
Expand Down Expand Up @@ -1379,7 +1379,7 @@ spec:
- -server.http-listen-port=8080
- -target=compactor
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: compactor
ports:
Expand Down Expand Up @@ -1484,7 +1484,7 @@ spec:
- -server.http-listen-port=8080
- -target=ingester
- -usage-stats.installation-mode=jsonnet
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: ingester
ports:
Expand Down Expand Up @@ -1822,7 +1822,7 @@ spec:
value: "5"
- name: GOMEMLIMIT
value: "12884901888"
image: grafana/mimir:2.10.4
image: grafana/mimir:2.11.0
imagePullPolicy: IfNotPresent
name: store-gateway
ports:
Expand Down
Loading

0 comments on commit c8939ea

Please sign in to comment.