Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow WATCH_NAMESPACE as manager.env #1098

Merged
merged 6 commits into from
Mar 27, 2024

Conversation

janario
Copy link
Contributor

@janario janario commented Mar 26, 2024

This will allow to add extra WATCH_NAMESPACE env var to the manager, since it is a known env var https://github.com/open-telemetry/opentelemetry-operator/blob/main/main.go#L225C41-L225C56

@janario janario requested review from Allex1 and a team as code owners March 26, 2024 17:23
@TylerHelmuth
Copy link
Member

@janario can you confirm via local testing that the manager.env is usable after this change?

@janario
Copy link
Contributor Author

janario commented Mar 27, 2024

@janario can you confirm via local testing that the manager.env is usable after this change?

I tested it with the template.

I based it from here: https://swagger.io/docs/specification/data-models/dictionaries/ :-)

... a string-to-string dictionary like this...


no custom values: ✅

# helm template -s templates/deployment.yaml ./ | grep -B 3 -A 10 env

          env:
            - name: ENABLE_WEBHOOKS
              value: "true"

Allowed values: ✅

# values-test.yaml
manager:
  env:
    DQUOTE: "my-ns"
    DQUOTE2: "my-ns,my-ns2"
    SQUOTE: 'my-ns'
    SQUOTE2: 'my-ns,my-ns2'
    TEXT: my-ns
    TEXT2: my-ns,my-ns2
    WNUMBER: "1"
    WNUMBER2: '1'
    WBOOL: "true"
    WBOOL2: 'true'
---
# helm template -s templates/deployment.yaml -f values-test.yaml ./ | grep -B 3 -A 25 env
          env:
            - name: DQUOTE
              value: "my-ns"
            - name: DQUOTE2
              value: "my-ns,my-ns2"
            - name: ENABLE_WEBHOOKS
              value: "true"
            - name: SQUOTE
              value: "my-ns"
            - name: SQUOTE2
              value: "my-ns,my-ns2"
            - name: TEXT
              value: "my-ns"
            - name: TEXT2
              value: "my-ns,my-ns2"
            - name: WBOOL
              value: "true"
            - name: WBOOL2
              value: "true"
            - name: WNUMBER
              value: "1"
            - name: WNUMBER2
              value: "1"

And invalid ones: as expected ✅

manager:
  env:
    OBJ: {}
    ARR: []
    NUMBER: 1
    BOOL: true
---
# helm template -s templates/deployment.yaml -f values-test.yaml ./ 
Error: values don't meet the specifications of the schema(s) in the following chart(s):
opentelemetry-operator:
- manager.env.ARR: Invalid type. Expected: string, given: array
- manager.env.BOOL: Invalid type. Expected: string, given: boolean
- manager.env.NUMBER: Invalid type. Expected: string, given: integer
- manager.env.OBJ: Invalid type. Expected: string, given: object



Some other specific case that you would like to test? 🤔

@TylerHelmuth TylerHelmuth merged commit fd654ad into open-telemetry:main Mar 27, 2024
3 checks passed
@janario
Copy link
Contributor Author

janario commented Mar 27, 2024

Thanks a lot for the quick review and support with it.

We will soon upgrade our chart usage ;-)

hobroker pushed a commit to hobroker/selfhosted that referenced this pull request Apr 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| app-template | major | `2.4.0` -> `3.1.0` |
|
[kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus)
([source](https://togithub.com/prometheus-community/helm-charts)) |
major | `56.9.0` -> `58.2.2` |
| [loki-stack](https://grafana.com/loki)
([source](https://togithub.com/grafana/helm-charts)) | patch | `2.10.1`
-> `2.10.2` |
| [opentelemetry-operator](https://opentelemetry.io/)
([source](https://togithub.com/open-telemetry/opentelemetry-helm-charts))
| minor | `0.47.0` -> `0.56.0` |
| [tempo-distributed](https://grafana.com/docs/tempo/latest/)
([source](https://togithub.com/grafana/helm-charts)) | minor | `1.8.5`
-> `1.9.4` |

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v58.2.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.2.2)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.2.1...kube-prometheus-stack-58.2.2)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] support kubelet label selector by
[@&#8203;allanhung](https://togithub.com/allanhung) in
[https://github.com/prometheus-community/helm-charts/pull/4483](https://togithub.com/prometheus-community/helm-charts/pull/4483)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prom-label-proxy-0.7.2...kube-prometheus-stack-58.2.2

###
[`v58.2.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.2.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.2.0...kube-prometheus-stack-58.2.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] bump operator to 0.73.2 by
[@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/prometheus-community/helm-charts/pull/4475](https://togithub.com/prometheus-community/helm-charts/pull/4475)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-5.19.0...kube-prometheus-stack-58.2.1

###
[`v58.2.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.2.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.1.3...kube-prometheus-stack-58.2.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack]add support for dual stack clusters by
[@&#8203;M0NsTeRRR](https://togithub.com/M0NsTeRRR) in
[https://github.com/prometheus-community/helm-charts/pull/4472](https://togithub.com/prometheus-community/helm-charts/pull/4472)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-systemd-exporter-0.2.1...kube-prometheus-stack-58.2.0

###
[`v58.1.3`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.1.3)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.1.2...kube-prometheus-stack-58.1.3)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] bump prom to 2.51.2 by
[@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/prometheus-community/helm-charts/pull/4459](https://togithub.com/prometheus-community/helm-charts/pull/4459)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-memcached-exporter-0.3.2...kube-prometheus-stack-58.1.3

###
[`v58.1.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.1.2)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.1.1...kube-prometheus-stack-58.1.2)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-promettheus-stack] fix ThanosRuler custom resource name label
selector by [@&#8203;than-pet](https://togithub.com/than-pet) in
[https://github.com/prometheus-community/helm-charts/pull/4458](https://togithub.com/prometheus-community/helm-charts/pull/4458)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-blackbox-exporter-8.15.1...kube-prometheus-stack-58.1.2

###
[`v58.1.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.1.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.1.0...kube-prometheus-stack-58.1.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

##### What's Changed

- \[kube-prometheus-stack] bump to 0.73.1 by
[@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/prometheus-community/helm-charts/pull/4450](https://togithub.com/prometheus-community/helm-charts/pull/4450)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-pushgateway-2.11.0...kube-prometheus-stack-58.1.1

###
[`v58.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.1.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.0.1...kube-prometheus-stack-58.1.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

##### What's Changed

- \[kube-prometheus-stack] Thanos Ruler: Add alertDropLabels +
additional config by [@&#8203;jkroepke](https://togithub.com/jkroepke)
in
[https://github.com/prometheus-community/helm-charts/pull/4445](https://togithub.com/prometheus-community/helm-charts/pull/4445)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-blackbox-exporter-8.15.0...kube-prometheus-stack-58.1.0

###
[`v58.0.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.0.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.0.0...kube-prometheus-stack-58.0.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

##### What's Changed

- \[kube-promettheus-stack] ThanosRuler custom resource instance name by
[@&#8203;than-pet](https://togithub.com/than-pet) in
[https://github.com/prometheus-community/helm-charts/pull/4439](https://togithub.com/prometheus-community/helm-charts/pull/4439)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-blackbox-exporter-8.14.0...kube-prometheus-stack-58.0.1

###
[`v58.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.0.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-57.2.1...kube-prometheus-stack-58.0.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

##### What's Changed

- \[kube-prometheus-stack] bump operator 0.73.0 by
[@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/prometheus-community/helm-charts/pull/4422](https://togithub.com/prometheus-community/helm-charts/pull/4422)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-pgbouncer-exporter-0.3.0...kube-prometheus-stack-58.0.0

###
[`v57.2.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-57.2.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-57.2.0...kube-prometheus-stack-57.2.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] fix issue with kube-state-metrics 2.11.0 by
[@&#8203;dotdc](https://togithub.com/dotdc) in
[https://github.com/prometheus-community/helm-charts/pull/4419](https://togithub.com/prometheus-community/helm-charts/pull/4419)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-5.18.1...kube-prometheus-stack-57.2.1

###
[`v57.2.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-57.2.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-57.1.1...kube-prometheus-stack-57.2.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Remove outdated PDB warning by
[@&#8203;VannTen](https://togithub.com/VannTen) in
[https://github.com/prometheus-community/helm-charts/pull/4392](https://togithub.com/prometheus-community/helm-charts/pull/4392)
- \[kube-prometheus-stack] bump kube-state-metrics to 5.18.\* by
[@&#8203;dotdc](https://togithub.com/dotdc) in
[https://github.com/prometheus-community/helm-charts/pull/4397](https://togithub.com/prometheus-community/helm-charts/pull/4397)

#### New Contributors

- [@&#8203;VannTen](https://togithub.com/VannTen) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/4392](https://togithub.com/prometheus-community/helm-charts/pull/4392)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-pgbouncer-exporter-0.2.0...kube-prometheus-stack-57.2.0

###
[`v57.1.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-57.1.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-57.1.0...kube-prometheus-stack-57.1.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Add `node-exporter` RBAC Proxy rule to
Prometheus ClusterRole by
[@&#8203;xunleii](https://togithub.com/xunleii) in
[https://github.com/prometheus-community/helm-charts/pull/3946](https://togithub.com/prometheus-community/helm-charts/pull/3946)

#### New Contributors

- [@&#8203;xunleii](https://togithub.com/xunleii) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/3946](https://togithub.com/prometheus-community/helm-charts/pull/3946)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-5.18.0...kube-prometheus-stack-57.1.1

###
[`v57.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-57.1.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-57.0.3...kube-prometheus-stack-57.1.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] bump prometheus to 2.51.0 by
[@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/prometheus-community/helm-charts/pull/4373](https://togithub.com/prometheus-community/helm-charts/pull/4373)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-adapter-4.9.1...kube-prometheus-stack-57.1.0

###
[`v57.0.3`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-57.0.3)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-57.0.2...kube-prometheus-stack-57.0.3)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack]: upgrade prometheus-node-exporter to 4.31.0.
by [@&#8203;desaintmartin](https://togithub.com/desaintmartin) in
[https://github.com/prometheus-community/helm-charts/pull/4359](https://togithub.com/prometheus-community/helm-charts/pull/4359)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-crds-10.0.0...kube-prometheus-stack-57.0.3

###
[`v57.0.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-57.0.2)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-57.0.1...kube-prometheus-stack-57.0.2)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Change thanos unused secret condition by
[@&#8203;bogdan-at-adobe](https://togithub.com/bogdan-at-adobe) in
[https://github.com/prometheus-community/helm-charts/pull/4346](https://togithub.com/prometheus-community/helm-charts/pull/4346)

#### New Contributors

- [@&#8203;bogdan-at-adobe](https://togithub.com/bogdan-at-adobe) made
their first contribution in
[https://github.com/prometheus-community/helm-charts/pull/4346](https://togithub.com/prometheus-community/helm-charts/pull/4346)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-57.0.1...kube-prometheus-stack-57.0.2

###
[`v57.0.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-57.0.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-57.0.0...kube-prometheus-stack-57.0.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] fix rule mapping with sanitized names by
[@&#8203;bakito](https://togithub.com/bakito) in
[https://github.com/prometheus-community/helm-charts/pull/4351](https://togithub.com/prometheus-community/helm-charts/pull/4351)

#### New Contributors

- [@&#8203;bakito](https://togithub.com/bakito) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/4351](https://togithub.com/prometheus-community/helm-charts/pull/4351)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-postgres-exporter-6.0.0...kube-prometheus-stack-57.0.1

###
[`v57.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-57.0.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.21.4...kube-prometheus-stack-57.0.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] bump operator to 0.72.0 by
[@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/prometheus-community/helm-charts/pull/4352](https://togithub.com/prometheus-community/helm-charts/pull/4352)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-25.17.0...kube-prometheus-stack-57.0.0

###
[`v56.21.4`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.21.4)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.21.3...kube-prometheus-stack-56.21.4)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] fix core-dns dashboard: Remove circular label
filtering in variables, refresh values on time range change by
[@&#8203;adberger](https://togithub.com/adberger) in
[https://github.com/prometheus-community/helm-charts/pull/4349](https://togithub.com/prometheus-community/helm-charts/pull/4349)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.21.3...kube-prometheus-stack-56.21.4

###
[`v56.21.3`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.21.3)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.21.2...kube-prometheus-stack-56.21.3)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Fix multi-cluster selection in Prometheus
Overview dashboard by [@&#8203;adberger](https://togithub.com/adberger)
in
[https://github.com/prometheus-community/helm-charts/pull/4336](https://togithub.com/prometheus-community/helm-charts/pull/4336)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-pushgateway-2.8.0...kube-prometheus-stack-56.21.3

###
[`v56.21.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.21.2)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.21.1...kube-prometheus-stack-56.21.2)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] add rollout strategy to prometheus-operator
deployment by [@&#8203;marieroque](https://togithub.com/marieroque) in
[https://github.com/prometheus-community/helm-charts/pull/4342](https://togithub.com/prometheus-community/helm-charts/pull/4342)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-node-exporter-4.31.0...kube-prometheus-stack-56.21.2

###
[`v56.21.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.21.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.21.0...kube-prometheus-stack-56.21.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Extract CoreDNS Dashboard from template by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/4328](https://togithub.com/prometheus-community/helm-charts/pull/4328)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.21.0...kube-prometheus-stack-56.21.1

###
[`v56.21.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.21.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.20.1...kube-prometheus-stack-56.21.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] add strategy to admission webhook deployment
by [@&#8203;christianjedroCDT](https://togithub.com/christianjedroCDT)
in
[https://github.com/prometheus-community/helm-charts/pull/4335](https://togithub.com/prometheus-community/helm-charts/pull/4335)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.20.1...kube-prometheus-stack-56.21.0

###
[`v56.20.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.20.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.20.0...kube-prometheus-stack-56.20.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Update ambiguous doc comment for selfMonitor
by [@&#8203;denist11](https://togithub.com/denist11) in
[https://github.com/prometheus-community/helm-charts/pull/4327](https://togithub.com/prometheus-community/helm-charts/pull/4327)

#### New Contributors

- [@&#8203;denist11](https://togithub.com/denist11) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/4327](https://togithub.com/prometheus-community/helm-charts/pull/4327)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.20.0...kube-prometheus-stack-56.20.1

###
[`v56.20.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.20.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.19.0...kube-prometheus-stack-56.20.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Add multi-cluster support for coredns
dashboard by [@&#8203;adberger](https://togithub.com/adberger) in
[https://github.com/prometheus-community/helm-charts/pull/4326](https://togithub.com/prometheus-community/helm-charts/pull/4326)

#### New Contributors

- [@&#8203;adberger](https://togithub.com/adberger) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/4326](https://togithub.com/prometheus-community/helm-charts/pull/4326)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-25.16.0...kube-prometheus-stack-56.20.0

###
[`v56.19.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.19.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.18.0...kube-prometheus-stack-56.19.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Allow deploy of node-exporter dashboards when
dependency disabled by [@&#8203;iandrewt](https://togithub.com/iandrewt)
in
[https://github.com/prometheus-community/helm-charts/pull/4323](https://togithub.com/prometheus-community/helm-charts/pull/4323)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.18.0...kube-prometheus-stack-56.19.0

###
[`v56.18.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.18.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.17.0...kube-prometheus-stack-56.18.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] bump alertmanager to 0.27.0 by
[@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/prometheus-community/helm-charts/pull/4320](https://togithub.com/prometheus-community/helm-charts/pull/4320)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/alertmanager-1.9.0...kube-prometheus-stack-56.18.0

###
[`v56.17.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.17.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.16.0...kube-prometheus-stack-56.17.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Allow changing the reloader web port in the
Prometheus Service by
[@&#8203;svetlimladenov](https://togithub.com/svetlimladenov) in
[https://github.com/prometheus-community/helm-charts/pull/4319](https://togithub.com/prometheus-community/helm-charts/pull/4319)

#### New Contributors

- [@&#8203;svetlimladenov](https://togithub.com/svetlimladenov) made
their first contribution in
[https://github.com/prometheus-community/helm-charts/pull/4319](https://togithub.com/prometheus-community/helm-charts/pull/4319)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-snmp-exporter-5.1.0...kube-prometheus-stack-56.17.0

###
[`v56.16.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.16.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.15.0...kube-prometheus-stack-56.16.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Allow changing port name of built-in
ServiceMonitors by [@&#8203;iandrewt](https://togithub.com/iandrewt) in
[https://github.com/prometheus-community/helm-charts/pull/4317](https://togithub.com/prometheus-community/helm-charts/pull/4317)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-snmp-exporter-4.0.0...kube-prometheus-stack-56.16.0

###
[`v56.15.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.15.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.14.0...kube-prometheus-stack-56.15.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] bump prom 2.50.1 and thanos to 0.34.1 by
[@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/prometheus-community/helm-charts/pull/4290](https://togithub.com/prometheus-community/helm-charts/pull/4290)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-snmp-exporter-3.1.0...kube-prometheus-stack-56.15.0

###
[`v56.14.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.14.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.13.1...kube-prometheus-stack-56.14.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Allow setting selectors for built-in
ServiceMonitors by [@&#8203;iandrewt](https://togithub.com/iandrewt) in
[https://github.com/prometheus-community/helm-charts/pull/4312](https://togithub.com/prometheus-community/helm-charts/pull/4312)

#### New Contributors

- [@&#8203;iandrewt](https://togithub.com/iandrewt) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/4312](https://togithub.com/prometheus-community/helm-charts/pull/4312)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-mysql-exporter-2.5.0...kube-prometheus-stack-56.14.0

###
[`v56.13.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.13.1)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.13.0...kube-prometheus-stack-56.13.1)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Conditionally support new table panels by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/4297](https://togithub.com/prometheus-community/helm-charts/pull/4297)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.13.0...kube-prometheus-stack-56.13.1

###
[`v56.13.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.13.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.12.0...kube-prometheus-stack-56.13.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] extraVolumes and extraVolumeMounts by
[@&#8203;emilkor1](https://togithub.com/emilkor1) in
[https://github.com/prometheus-community/helm-charts/pull/4300](https://togithub.com/prometheus-community/helm-charts/pull/4300)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-snmp-exporter-3.0.0...kube-prometheus-stack-56.13.0

###
[`v56.12.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.12.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.11.0...kube-prometheus-stack-56.12.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Add automountServiceAccountToken option by
[@&#8203;emilkor1](https://togithub.com/emilkor1) in
[https://github.com/prometheus-community/helm-charts/pull/4285](https://togithub.com/prometheus-community/helm-charts/pull/4285)

#### New Contributors

- [@&#8203;emilkor1](https://togithub.com/emilkor1) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/4285](https://togithub.com/prometheus-community/helm-charts/pull/4285)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.11.0...kube-prometheus-stack-56.12.0

###
[`v56.11.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.11.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.10.0...kube-prometheus-stack-56.11.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- Update CODEOWNERS for renovate.json by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/4293](https://togithub.com/prometheus-community/helm-charts/pull/4293)
- Configure Renovate by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/4295](https://togithub.com/prometheus-community/helm-charts/pull/4295)
- \[kube-prometheus-stack] allow setting reloader scheme for svc monitor
by [@&#8203;DrFaust92](https://togithub.com/DrFaust92) in
[https://github.com/prometheus-community/helm-charts/pull/4230](https://togithub.com/prometheus-community/helm-charts/pull/4230)

#### New Contributors

- [@&#8203;renovate](https://togithub.com/renovate) made their first
contribution in
[https://github.com/prometheus-community/helm-charts/pull/4295](https://togithub.com/prometheus-community/helm-charts/pull/4295)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.10.0...kube-prometheus-stack-56.11.0

###
[`v56.10.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.10.0)

[Compare
Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.9.0...kube-prometheus-stack-56.10.0)

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Detect changes in generated files + fix
grafana helm chart issue by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/4287](https://togithub.com/prometheus-community/helm-charts/pull/4287)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-kafka-exporter-2.9.0...kube-prometheus-stack-56.10.0

</details>

<details>
<summary>grafana/helm-charts (loki-stack)</summary>

###
[`v2.10.2`](https://togithub.com/grafana/helm-charts/releases/tag/loki-stack-2.10.2)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/loki-stack-2.10.1...loki-stack-2.10.2)

Loki: like Prometheus, but for logs.

#### What's Changed

- \[loki-stack] update grafana image tag by
[@&#8203;chesha1](https://togithub.com/chesha1) in
[https://github.com/grafana/helm-charts/pull/2988](https://togithub.com/grafana/helm-charts/pull/2988)

#### New Contributors

- [@&#8203;chesha1](https://togithub.com/chesha1) made their first
contribution in
[https://github.com/grafana/helm-charts/pull/2988](https://togithub.com/grafana/helm-charts/pull/2988)

**Full Changelog**:
https://github.com/grafana/helm-charts/compare/grafana-7.3.6...loki-stack-2.10.2

</details>

<details>
<summary>open-telemetry/opentelemetry-helm-charts
(opentelemetry-operator)</summary>

###
[`v0.56.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-collector-0.56.0)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.55.3...opentelemetry-operator-0.56.0)

OpenTelemetry Collector Helm chart for Kubernetes

###
[`v0.55.3`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.55.3)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.55.2...opentelemetry-operator-0.55.3)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[Operator] Allow setting of manager service account name, default
value if not used by [@&#8203;Gholie](https://togithub.com/Gholie) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1145](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1145)

#### New Contributors

- [@&#8203;Gholie](https://togithub.com/Gholie) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1145](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1145)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-collector-0.89.0...opentelemetry-operator-0.55.3

###
[`v0.55.2`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.55.2)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.55.1...opentelemetry-operator-0.55.2)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[opentelemetry-operator] fix references to old variables by
[@&#8203;jinja2](https://togithub.com/jinja2) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1146](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1146)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-demo-0.30.2...opentelemetry-operator-0.55.2

###
[`v0.55.1`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.55.1)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.55.0...opentelemetry-operator-0.55.1)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- Bump azure/setup-helm from 3.5 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1140](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1140)
- Add permissions to operator's ClusterRole that it tries to grant to
some collectors by [@&#8203;zarbis](https://togithub.com/zarbis) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1127](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1127)

#### New Contributors

- [@&#8203;zarbis](https://togithub.com/zarbis) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1127](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1127)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-collector-0.87.0...opentelemetry-operator-0.55.1

###
[`v0.55.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.55.0)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.54.0...opentelemetry-operator-0.55.0)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- Release operator 0.98.0 by
[@&#8203;pavolloffay](https://togithub.com/pavolloffay) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1137](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1137)

#### New Contributors

- [@&#8203;pavolloffay](https://togithub.com/pavolloffay) made their
first contribution in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1137](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1137)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.54.0...opentelemetry-operator-0.55.0

###
[`v0.54.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.54.0)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.53.2...opentelemetry-operator-0.54.0)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[opentelemetry-operator] read cert contents by
[@&#8203;jinja2](https://togithub.com/jinja2) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1121](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1121)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-demo-0.30.1...opentelemetry-operator-0.54.0

###
[`v0.53.2`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.53.2)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.53.1...opentelemetry-operator-0.53.2)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- chore: Bump operator version to v0.97.1 by
[@&#8203;thefirstofthe300](https://togithub.com/thefirstofthe300) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1122](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1122)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.53.1...opentelemetry-operator-0.53.2

###
[`v0.53.1`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.53.1)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.53.0...opentelemetry-operator-0.53.1)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- feat: Add option to enable --create-rbac-permission on operator by
[@&#8203;thefirstofthe300](https://togithub.com/thefirstofthe300) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1112](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1112)

#### New Contributors

- [@&#8203;thefirstofthe300](https://togithub.com/thefirstofthe300) made
their first contribution in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1112](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1112)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-collector-0.86.2...opentelemetry-operator-0.53.1

###
[`v0.53.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.53.0)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.52.4...opentelemetry-operator-0.53.0)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[opentelemetry-operator] bump to 0.97.0 by
[@&#8203;jaronoff97](https://togithub.com/jaronoff97) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1113](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1113)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-kube-stack-0.0.2...opentelemetry-operator-0.53.0

###
[`v0.52.4`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.52.4)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.52.3...opentelemetry-operator-0.52.4)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- Consistent definition of securityContext schema values by
[@&#8203;patst](https://togithub.com/patst) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1100](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1100)

#### New Contributors

- [@&#8203;patst](https://togithub.com/patst) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1100](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1100)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.52.3...opentelemetry-operator-0.52.4

###
[`v0.52.3`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.52.3)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.52.2...opentelemetry-operator-0.52.3)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- Allow `WATCH_NAMESPACE` as `manager.env` by
[@&#8203;janario](https://togithub.com/janario) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1098](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1098)

#### New Contributors

- [@&#8203;janario](https://togithub.com/janario) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1098](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1098)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.52.2...opentelemetry-operator-0.52.3

###
[`v0.52.2`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.52.2)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.52.1...opentelemetry-operator-0.52.2)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[opentelemetry-operator] fix `fullnameOverride` by
[@&#8203;skuethe](https://togithub.com/skuethe) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1096](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1096)

#### New Contributors

- [@&#8203;skuethe](https://togithub.com/skuethe) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1096](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1096)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.52.1...opentelemetry-operator-0.52.2

###
[`v0.52.1`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.52.1)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.52.0...opentelemetry-operator-0.52.1)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[operator] Allow custom labels and annotations by
[@&#8203;heyLu](https://togithub.com/heyLu) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1067](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1067)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.52.0...opentelemetry-operator-0.52.1

###
[`v0.52.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.52.0)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.51.3...opentelemetry-operator-0.52.0)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[operator] new value for k8s cluster domain by
[@&#8203;jouve](https://togithub.com/jouve) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1050](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1050)

#### New Contributors

- [@&#8203;jouve](https://togithub.com/jouve) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1050](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1050)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-kube-stack-0.0.1...opentelemetry-operator-0.52.0

###
[`v0.51.3`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.51.3)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.51.2...opentelemetry-operator-0.51.3)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[operator] Bump collector version to 0.96.0 by
[@&#8203;peter-tar](https://togithub.com/peter-tar) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1094](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1094)

#### New Contributors

- [@&#8203;peter-tar](https://togithub.com/peter-tar) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1094](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1094)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.51.2...opentelemetry-operator-0.51.3

###
[`v0.51.2`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.51.2)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.51.1...opentelemetry-operator-0.51.2)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[operator] Fix readme by
[@&#8203;TylerHelmuth](https://togithub.com/TylerHelmuth) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1090](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1090)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.51.1...opentelemetry-operator-0.51.2

###
[`v0.51.1`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.51.1)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.51.0...opentelemetry-operator-0.51.1)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[operator] support install otel-operator as subchart by
[@&#8203;JaredTan95](https://togithub.com/JaredTan95) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1093](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1093)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.51.0...opentelemetry-operator-0.51.1

###
[`v0.51.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.51.0)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.50.0...opentelemetry-operator-0.51.0)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- Bump operator to 0.96.0 by
[@&#8203;TylerHelmuth](https://togithub.com/TylerHelmuth) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1091](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1091)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-collector-0.85.0...opentelemetry-operator-0.51.0

###
[`v0.50.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.50.0)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.49.1...opentelemetry-operator-0.50.0)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[operator] Reject invalid/unknown properties using
`additionalProperties` by [@&#8203;heyLu](https://togithub.com/heyLu) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1065](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1065)

#### New Contributors

- [@&#8203;heyLu](https://togithub.com/heyLu) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1065](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1065)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-demo-0.29.2...opentelemetry-operator-0.50.0

###
[`v0.49.1`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.49.1)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.49.0...opentelemetry-operator-0.49.1)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- Update Operator README.md by
[@&#8203;crossoverJie](https://togithub.com/crossoverJie) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1083](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1083)

#### New Contributors

- [@&#8203;crossoverJie](https://togithub.com/crossoverJie) made their
first contribution in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1083](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1083)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-collector-0.83.1...opentelemetry-operator-0.49.1

###
[`v0.49.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-collector-0.49.0)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.48.0...opentelemetry-operator-0.49.0)

OpenTelemetry Collector Helm chart for Kubernetes

###
[`v0.48.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.48.0)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.47.1...opentelemetry-operator-0.48.0)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- \[operator] Bump operator to 0.94.0 by
[@&#8203;swiatekm-sumo](https://togithub.com/swiatekm-sumo) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1053](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1053)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-collector-0.82.0...opentelemetry-operator-0.48.0

###
[`v0.47.1`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.47.1)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.47.0...opentelemetry-operator-0.47.1)

OpenTelemetry Operator Helm chart for Kubernetes

#### What's Changed

- fix(doc): flag name used to enable certManager by
[@&#8203;atsu85](https://togithub.com/atsu85) in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1049](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1049)

#### New Contributors

- [@&#8203;atsu85](https://togithub.com/atsu85) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1049](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1049)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-collector-0.81.2...opentelemetry-operator-0.47.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/hobroker/selfhosted).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants