Skip to content

Commit 7a789d3

Browse files
authored
Update Helm release rollout-operator to v0.30.0 (#11794)
#### What this PR does This release supports `OTEL_` environment variables for tracing. Jsonnet was updated in #11787 Doing this manually because I don't want to wait until Monday for a renovate run, and we don't use renovate dashboard so I can't see how to trigger an update manually. #### Which issue(s) this PR fixes or relates to Refers to #2708 #### Checklist - [ ] Tests updated. - [ ] Documentation added. - [x] `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. --------- Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
1 parent f89b840 commit 7a789d3

File tree

104 files changed

+231
-231
lines changed

Some content is hidden

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

104 files changed

+231
-231
lines changed

operations/helm/charts/mimir-distributed/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Entries should include a reference to the Pull Request that introduced the chang
3232
* [CHANGE] KEDA Autoscaling: Changed toPromQLLabelSelector from object to list of strings, adding support for all PromQL operators. #10945
3333
* [CHANGE] Memcached: Set a timeout of `500ms` for the `ruler-storage` cache instead of the default `200ms`. #11231
3434
* [CHANGE] All: Environment variable `JAEGER_REPORTER_MAX_QUEUE_SIZE` is no longer set. Components will use OTel's default value of `2048` unless explicitly configured. You can still configure `JAEGER_REPORTER_MAX_QUEUE_SIZE` if you configure tracing using Jaeger env vars, and you can always set `OTEL_BSP_MAX_QUEUE_SIZE` OTel configuration. #11700
35-
* [CHANGE] Update rollout-operator to latest release. #11748
35+
* [CHANGE] Update rollout-operator to latest release, this includes support for `OTEL_` tracing environment variables. #11748 #11794
3636
* [BUGFIX] Memcached: Use `dnssrvnoa+` address prefix instead of `dns+` which results in DNS `SRV` record lookups instead of `A` or `AAAA`. This results in fewer cache evictions when the members of the Memcached cluster change. #11041
3737
* [BUGFIX] Helm: Fix extra spaces in the extra-manifest helm chart.
3838
* [BUGFIX] Helm: Work around [Helm PR 12879](https://github.com/helm/helm/pull/12879) not clearing fields with `null`, instead setting them to `null`. #11140

operations/helm/charts/mimir-distributed/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies:
77
version: 0.5.1
88
- name: rollout-operator
99
repository: https://grafana.github.io/helm-charts
10-
version: 0.29.0
11-
digest: sha256:c6895a2530ecf43308e733ea2442791543193a6d6c44911eb38b53aaa929c308
12-
generated: "2025-06-16T07:00:59.49833198Z"
10+
version: 0.30.0
11+
digest: sha256:5961f702517c1cb1c87e889bb2fdd26b6d61604215a11b02d203f9a3f0eda7ca
12+
generated: "2025-06-20T09:23:22.196464+02:00"

operations/helm/charts/mimir-distributed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ dependencies:
2020
- name: rollout-operator
2121
alias: rollout_operator
2222
repository: https://grafana.github.io/helm-charts
23-
version: 0.29.0
23+
version: 0.30.0
2424
condition: rollout_operator.enabled

operations/helm/charts/mimir-distributed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Kubernetes: `^1.20.0-0`
2626
|------------|------|---------|
2727
| https://charts.min.io/ | minio(minio) | 5.4.0 |
2828
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.5.1 |
29-
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.29.0 |
29+
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.30.0 |
3030

3131
# Contributing and releasing
3232

operations/helm/tests/enterprise-https-values-generated/mimir-distributed/charts/rollout_operator/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ metadata:
66
name: enterprise-https-values-rollout-operator
77
namespace: "citestns"
88
labels:
9-
helm.sh/chart: rollout-operator-0.29.0
9+
helm.sh/chart: rollout-operator-0.30.0
1010
app.kubernetes.io/name: rollout-operator
1111
app.kubernetes.io/instance: enterprise-https-values
12-
app.kubernetes.io/version: "v0.27.0"
12+
app.kubernetes.io/version: "v0.28.0"
1313
app.kubernetes.io/managed-by: Helm
1414
spec:
1515
replicas: 1
@@ -45,7 +45,7 @@ spec:
4545
drop:
4646
- ALL
4747
readOnlyRootFilesystem: true
48-
image: "grafana/rollout-operator:v0.27.0"
48+
image: "grafana/rollout-operator:v0.28.0"
4949
imagePullPolicy: IfNotPresent
5050
args:
5151
- -kubernetes.namespace=citestns

operations/helm/tests/enterprise-https-values-generated/mimir-distributed/charts/rollout_operator/templates/role.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ metadata:
66
name: enterprise-https-values-rollout-operator
77
namespace: "citestns"
88
labels:
9-
helm.sh/chart: rollout-operator-0.29.0
9+
helm.sh/chart: rollout-operator-0.30.0
1010
app.kubernetes.io/name: rollout-operator
1111
app.kubernetes.io/instance: enterprise-https-values
12-
app.kubernetes.io/version: "v0.27.0"
12+
app.kubernetes.io/version: "v0.28.0"
1313
app.kubernetes.io/managed-by: Helm
1414
rules:
1515
- apiGroups:

operations/helm/tests/enterprise-https-values-generated/mimir-distributed/charts/rollout_operator/templates/rolebinding.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ metadata:
66
name: enterprise-https-values-rollout-operator
77
namespace: "citestns"
88
labels:
9-
helm.sh/chart: rollout-operator-0.29.0
9+
helm.sh/chart: rollout-operator-0.30.0
1010
app.kubernetes.io/name: rollout-operator
1111
app.kubernetes.io/instance: enterprise-https-values
12-
app.kubernetes.io/version: "v0.27.0"
12+
app.kubernetes.io/version: "v0.28.0"
1313
app.kubernetes.io/managed-by: Helm
1414
roleRef:
1515
apiGroup: rbac.authorization.k8s.io

operations/helm/tests/enterprise-https-values-generated/mimir-distributed/charts/rollout_operator/templates/serviceaccount.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
name: enterprise-https-values-rollout-operator
77
namespace: "citestns"
88
labels:
9-
helm.sh/chart: rollout-operator-0.29.0
9+
helm.sh/chart: rollout-operator-0.30.0
1010
app.kubernetes.io/name: rollout-operator
1111
app.kubernetes.io/instance: enterprise-https-values
12-
app.kubernetes.io/version: "v0.27.0"
12+
app.kubernetes.io/version: "v0.28.0"
1313
app.kubernetes.io/managed-by: Helm

operations/helm/tests/gateway-enterprise-values-generated/mimir-distributed/charts/rollout_operator/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ metadata:
66
name: gateway-enterprise-values-rollout-operator
77
namespace: "citestns"
88
labels:
9-
helm.sh/chart: rollout-operator-0.29.0
9+
helm.sh/chart: rollout-operator-0.30.0
1010
app.kubernetes.io/name: rollout-operator
1111
app.kubernetes.io/instance: gateway-enterprise-values
12-
app.kubernetes.io/version: "v0.27.0"
12+
app.kubernetes.io/version: "v0.28.0"
1313
app.kubernetes.io/managed-by: Helm
1414
spec:
1515
replicas: 1
@@ -45,7 +45,7 @@ spec:
4545
drop:
4646
- ALL
4747
readOnlyRootFilesystem: true
48-
image: "grafana/rollout-operator:v0.27.0"
48+
image: "grafana/rollout-operator:v0.28.0"
4949
imagePullPolicy: IfNotPresent
5050
args:
5151
- -kubernetes.namespace=citestns

operations/helm/tests/gateway-enterprise-values-generated/mimir-distributed/charts/rollout_operator/templates/role.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ metadata:
66
name: gateway-enterprise-values-rollout-operator
77
namespace: "citestns"
88
labels:
9-
helm.sh/chart: rollout-operator-0.29.0
9+
helm.sh/chart: rollout-operator-0.30.0
1010
app.kubernetes.io/name: rollout-operator
1111
app.kubernetes.io/instance: gateway-enterprise-values
12-
app.kubernetes.io/version: "v0.27.0"
12+
app.kubernetes.io/version: "v0.28.0"
1313
app.kubernetes.io/managed-by: Helm
1414
rules:
1515
- apiGroups:

0 commit comments

Comments
 (0)