-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[kube-prometheus-stack] Add support for --enable-feature of alertmanager #4606
[kube-prometheus-stack] Add support for --enable-feature of alertmanager #4606
Conversation
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com>
{{- if .Values.alertmanager.enableFeatures }} | ||
enableFeatures: | ||
{{- range .Values.alertmanager.enableFeatures }} | ||
- {{ . | quote }} | ||
{{- end }} | ||
{{- end }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should work, too?
{{- if .Values.alertmanager.enableFeatures }} | |
enableFeatures: | |
{{- range .Values.alertmanager.enableFeatures }} | |
- {{ . | quote }} | |
{{- end }} | |
{{- end }} | |
{{- with .Values.alertmanager.enableFeatures }} | |
enableFeatures: | |
{{- toYaml . | nindent 4 }} | |
{{- end }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure it would, but if the features are listed without quotes, that is why I made use of quotes, but no worries if you want I can change it and in case of {{- with }}
it completely slipped off my mind.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you explain, what you mean with the quotes? Do I miss something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant if there is something like this in values.yaml
alertmanager:
enableFeatures:
- feature1
- "feature2"
using quote would ensure the template renders it correctly as string, like this:
enableFeatures:
- "feature1"
- "feature2"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I see. Quotes are most of the time optional. They are only required, if strings are expected, but numbers are given.
with toYaml,
alertmanager:
enableFeatures:
- feature1
- "feature2"
would result into:
alertmanager:
enableFeatures:
- feature1
- feature2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes that's right it just slipped off my mind to add with toYaml, apart from this I have updated the code, checkout the latest commit.
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | app-template | minor | `3.1.0` -> `3.2.1` | | [kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus) ([source](https://togithub.com/prometheus-community/helm-charts)) | major | `58.2.2` -> `61.1.1` | | [opentelemetry-operator](https://opentelemetry.io/) ([source](https://togithub.com/open-telemetry/opentelemetry-helm-charts)) | minor | `0.56.0` -> `0.64.1` | | [tempo-distributed](https://grafana.com/docs/tempo/latest/) ([source](https://togithub.com/grafana/helm-charts)) | minor | `1.9.4` -> `1.13.2` | --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v61.1.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.1.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.1.0...kube-prometheus-stack-61.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]: fix to make sure that 'grafana.sidecar.datas… by [@​sebastiangaiser](https://togithub.com/sebastiangaiser) in [https://github.com/prometheus-community/helm-charts/pull/4683](https://togithub.com/prometheus-community/helm-charts/pull/4683) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-stackdriver-exporter-4.5.1...kube-prometheus-stack-61.1.1 ### [`v61.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.1.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.0.0...kube-prometheus-stack-61.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] Update mixins, switch to kube-prometheus mixin and fix label aggregation in TargetDown alert by [@​jkroepke](https://togithub.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4460](https://togithub.com/prometheus-community/helm-charts/pull/4460) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-node-exporter-4.37.0...kube-prometheus-stack-61.1.0 ### [`v61.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.0.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.5.0...kube-prometheus-stack-61.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 prometheus-operator v0.75.0 by [@​marieroque](https://togithub.com/marieroque) in [https://github.com/prometheus-community/helm-charts/pull/4641](https://togithub.com/prometheus-community/helm-charts/pull/4641) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-crds-13.0.0...kube-prometheus-stack-61.0.0 ### [`v60.5.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.5.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.4.0...kube-prometheus-stack-60.5.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 to grafana by [@​M0NsTeRRR](https://togithub.com/M0NsTeRRR) in [https://github.com/prometheus-community/helm-charts/pull/4638](https://togithub.com/prometheus-community/helm-charts/pull/4638) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-json-exporter-0.12.0...kube-prometheus-stack-60.5.0 ### [`v60.4.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.4.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.3.0...kube-prometheus-stack-60.4.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 to make automountServiceAccountToken configurable for Prometheus by [@​Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in [https://github.com/prometheus-community/helm-charts/pull/4170](https://togithub.com/prometheus-community/helm-charts/pull/4170) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-5.20.1...kube-prometheus-stack-60.4.0 ### [`v60.3.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.3.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.2.0...kube-prometheus-stack-60.3.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 to 2.53.0 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4615](https://togithub.com/prometheus-community/helm-charts/pull/4615) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-25.21.1...kube-prometheus-stack-60.3.0 ### [`v60.2.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.2.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.1.0...kube-prometheus-stack-60.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 --enable-feature for alertmanager by [@​Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in [https://github.com/prometheus-community/helm-charts/pull/4606](https://togithub.com/prometheus-community/helm-charts/pull/4606) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.1.0...kube-prometheus-stack-60.2.0 ### [`v60.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.1.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.0.2...kube-prometheus-stack-60.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 chart deps by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4601](https://togithub.com/prometheus-community/helm-charts/pull/4601) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-elasticsearch-exporter-5.8.1...kube-prometheus-stack-60.1.0 ### [`v60.0.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.2) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.0.1...kube-prometheus-stack-60.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: typo on values (bad conversion) by [@​gabyfulchic](https://togithub.com/gabyfulchic) in [https://github.com/prometheus-community/helm-charts/pull/4556](https://togithub.com/prometheus-community/helm-charts/pull/4556) #### New Contributors - [@​gabyfulchic](https://togithub.com/gabyfulchic) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4556](https://togithub.com/prometheus-community/helm-charts/pull/4556) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-json-exporter-0.11.1...kube-prometheus-stack-60.0.2 ### [`v60.0.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.0.0...kube-prometheus-stack-60.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] bump thanos to 0.35.1 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4596](https://togithub.com/prometheus-community/helm-charts/pull/4596) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-5.20.0...kube-prometheus-stack-60.0.1 ### [`v60.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-59.1.0...kube-prometheus-stack-60.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] Update Grafana chart to 8.0.x by [@​sigurdfalk](https://togithub.com/sigurdfalk) in [https://github.com/prometheus-community/helm-charts/pull/4586](https://togithub.com/prometheus-community/helm-charts/pull/4586) #### New Contributors - [@​sigurdfalk](https://togithub.com/sigurdfalk) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4586](https://togithub.com/prometheus-community/helm-charts/pull/4586) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-pushgateway-2.13.0...kube-prometheus-stack-60.0.0 ### [`v59.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-59.1.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-59.0.0...kube-prometheus-stack-59.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] introduce PVC claim retention field in prometheus operator by [@​Woojciech](https://togithub.com/Woojciech) in [https://github.com/prometheus-community/helm-charts/pull/4570](https://togithub.com/prometheus-community/helm-charts/pull/4570) #### New Contributors - [@​Woojciech](https://togithub.com/Woojciech) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4570](https://togithub.com/prometheus-community/helm-charts/pull/4570) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-5.19.1...kube-prometheus-stack-59.1.0 ### [`v59.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-59.0.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.7.2...kube-prometheus-stack-59.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.74.0 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4568](https://togithub.com/prometheus-community/helm-charts/pull/4568) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.7.2...kube-prometheus-stack-59.0.0 ### [`v58.7.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.7.2) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.7.1...kube-prometheus-stack-58.7.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] Correctly set version to alertManagerSpec.version by [@​EoinFarrell](https://togithub.com/EoinFarrell) in [https://github.com/prometheus-community/helm-charts/pull/4561](https://togithub.com/prometheus-community/helm-charts/pull/4561) #### New Contributors - [@​EoinFarrell](https://togithub.com/EoinFarrell) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4561](https://togithub.com/prometheus-community/helm-charts/pull/4561) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.7.1...kube-prometheus-stack-58.7.2 ### [`v58.7.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.7.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.7.0...kube-prometheus-stack-58.7.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 cluster variable `allValue` in dashboards by [@​TheoBrigitte](https://togithub.com/TheoBrigitte) in [https://github.com/prometheus-community/helm-charts/pull/4559](https://togithub.com/prometheus-community/helm-charts/pull/4559) #### New Contributors - [@​TheoBrigitte](https://togithub.com/TheoBrigitte) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4559](https://togithub.com/prometheus-community/helm-charts/pull/4559) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.7.0...kube-prometheus-stack-58.7.1 ### [`v58.7.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.7.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.6.1...kube-prometheus-stack-58.7.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] make default datasources name configurable by [@​sebastiangaiser](https://togithub.com/sebastiangaiser) in [https://github.com/prometheus-community/helm-charts/pull/4557](https://togithub.com/prometheus-community/helm-charts/pull/4557) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.6.1...kube-prometheus-stack-58.7.0 ### [`v58.6.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.6.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.6.0...kube-prometheus-stack-58.6.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] separate prometheus-operator/admission-webhooks/job-patch from the rbac creation by [@​rgaduput](https://togithub.com/rgaduput) in [https://github.com/prometheus-community/helm-charts/pull/4554](https://togithub.com/prometheus-community/helm-charts/pull/4554) #### New Contributors - [@​rgaduput](https://togithub.com/rgaduput) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4554](https://togithub.com/prometheus-community/helm-charts/pull/4554) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.6.0...kube-prometheus-stack-58.6.1 ### [`v58.6.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.6.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.5.3...kube-prometheus-stack-58.6.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] Update Prometheus rules and Grafana dashboards by [@​jkroepke](https://togithub.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4531](https://togithub.com/prometheus-community/helm-charts/pull/4531) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.5.3...kube-prometheus-stack-58.6.0 ### [`v58.5.3`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.5.3) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.5.2...kube-prometheus-stack-58.5.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] add the possibility to specify objectSelector for admissionWebhooks objects by [@​alexissellier](https://togithub.com/alexissellier) in [https://github.com/prometheus-community/helm-charts/pull/4540](https://togithub.com/prometheus-community/helm-charts/pull/4540) #### New Contributors - [@​alexissellier](https://togithub.com/alexissellier) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4540](https://togithub.com/prometheus-community/helm-charts/pull/4540) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.5.2...kube-prometheus-stack-58.5.3 ### [`v58.5.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.5.2) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.5.1...kube-prometheus-stack-58.5.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] ThanosRuler limit resource names up to 63 characters by [@​than-pet](https://togithub.com/than-pet) in [https://github.com/prometheus-community/helm-charts/pull/4527](https://togithub.com/prometheus-community/helm-charts/pull/4527) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-sql-exporter-0.1.0...kube-prometheus-stack-58.5.2 ### [`v58.5.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.5.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.5.0...kube-prometheus-stack-58.5.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 exemplar indentation for consistency by [@​lpetrazickisupgrade](https://togithub.com/lpetrazickisupgrade) in [https://github.com/prometheus-community/helm-charts/pull/4524](https://togithub.com/prometheus-community/helm-charts/pull/4524) #### New Contributors - [@​lpetrazickisupgrade](https://togithub.com/lpetrazickisupgrade) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4524](https://togithub.com/prometheus-community/helm-charts/pull/4524) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-25.21.0...kube-prometheus-stack-58.5.1 ### [`v58.5.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.5.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.4.1...kube-prometheus-stack-58.5.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 to 2.52.0 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4530](https://togithub.com/prometheus-community/helm-charts/pull/4530) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.4.1...kube-prometheus-stack-58.5.0 ### [`v58.4.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.4.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.4.0...kube-prometheus-stack-58.4.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] Make TLS verification in kubelet servicemonitor configurable by [@​matofeder](https://togithub.com/matofeder) in [https://github.com/prometheus-community/helm-charts/pull/4528](https://togithub.com/prometheus-community/helm-charts/pull/4528) #### New Contributors - [@​matofeder](https://togithub.com/matofeder) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4528](https://togithub.com/prometheus-community/helm-charts/pull/4528) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/alertmanager-1.11.0...kube-prometheus-stack-58.4.1 ### [`v58.4.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.4.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.3.3...kube-prometheus-stack-58.4.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 thanos to 0.35.0 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4516](https://togithub.com/prometheus-community/helm-charts/pull/4516) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.3.3...kube-prometheus-stack-58.4.0 ### [`v58.3.3`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.3.3) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.3.2...kube-prometheus-stack-58.3.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] set ttlSecondsAfterFinished relevant for argocd by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4510](https://togithub.com/prometheus-community/helm-charts/pull/4510) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.3.2...kube-prometheus-stack-58.3.3 ### [`v58.3.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.3.2) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.3.1...kube-prometheus-stack-58.3.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] align pdb to single check by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4502](https://togithub.com/prometheus-community/helm-charts/pull/4502) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.3.1...kube-prometheus-stack-58.3.2 ### [`v58.3.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.3.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.3.0...kube-prometheus-stack-58.3.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] remove job ttl api check by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4503](https://togithub.com/prometheus-community/helm-charts/pull/4503) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.3.0...kube-prometheus-stack-58.3.1 ### [`v58.3.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-58.3.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.2.2...kube-prometheus-stack-58.3.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 deps by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4501](https://togithub.com/prometheus-community/helm-charts/pull/4501) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-node-exporter-4.33.0...kube-prometheus-stack-58.3.0 </details> <details> <summary>open-telemetry/opentelemetry-helm-charts (opentelemetry-operator)</summary> ### [`v0.64.1`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.64.1) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.64.0...opentelemetry-operator-0.64.1) OpenTelemetry Operator Helm chart for Kubernetes #### What's Changed - \[operator] Add extra labels/annotations on default alerts by [@​Allex1](https://togithub.com/Allex1) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1226](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1226) **Full Changelog**: https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.64.0...opentelemetry-operator-0.64.1 ### [`v0.64.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.64.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.63.2...opentelemetry-operator-0.64.0) OpenTelemetry Operator Helm chart for Kubernetes #### What's Changed - \[operator] bump operator version to v0.103.0 by [@​swiatekm-sumo](https://togithub.com/swiatekm-sumo) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1238](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1238) **Full Changelog**: https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-kube-stack-0.0.7...opentelemetry-operator-0.64.0 ### [`v0.63.2`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.63.2) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.63.1...opentelemetry-operator-0.63.2) OpenTelemetry Operator Helm chart for Kubernetes #### What's Changed - Fix Makefile for generating examples by [@​jaronoff97](https://togithub.com/jaronoff97) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1242](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1242) - Enable customization for duration and renewbefore for operator Certificate by [@​jaronoff97](https://togithub.com/jaronoff97) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1239](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1239) **Full Changelog**: https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-demo-0.32.0...opentelemetry-operator-0.63.2 ### [`v0.63.1`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.63.1) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.63.0...opentelemetry-operator-0.63.1) OpenTelemetry Operator Helm chart for Kubernetes #### What's Changed - Bump kyverno/action-install-chainsaw from 0.2.4 to 0.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1230](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1230) - \[operator] Align to `create-rbac-permission` flag deprecation by [@​SergK](https://togithub.com/SergK) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1225](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1225) #### New Contributors - [@​SergK](https://togithub.com/SergK) made their first contribution in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1225](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1225) **Full Changelog**: https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-collector-0.95.0...opentelemetry-operator-0.63.1 ### [`v0.63.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.63.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.62.0...opentelemetry-operator-0.63.0) OpenTelemetry Operator Helm chart for Kubernetes #### What's Changed - Add apache-httpd to schema by [@​araiu](https://togithub.com/araiu) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1229](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1229) #### New Contributors - [@​araiu](https://togithub.com/araiu) made their first contribution in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1229](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1229) **Full Changelog**: https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-collector-0.94.0...opentelemetry-operator-0.63.0 ### [`v0.62.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.62.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.61.0...opentelemetry-operator-0.62.0) OpenTelemetry Operator Helm chart for Kubernetes This version addresses [GHSA-c74f-6mfw-mm4v](https://togithub.com/open-telemetry/opentelemetry-collector/security/advisories/GHSA-c74f-6mfw-mm4v). We highly recommend you upgrade to this version. #### What's Changed - \[operator] bump default operator version to v0.102.0 by [@​TylerHelmuth](https://togithub.com/TylerHelmuth) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1218](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1218) **Full Changelog**: https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-demo-0.30.7...opentelemetry-operator-0.62.0 ### [`v0.61.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-collector-0.61.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.60.0...opentelemetry-operator-0.61.0) OpenTelemetry Collector Helm chart for Kubernetes ### [`v0.60.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.60.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.58.2...opentelemetry-operator-0.60.0) OpenTelemetry Operator Helm chart for Kubernetes #### What's Changed - Bump kyverno/action-install-chainsaw from 0.2.0 to 0.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1192](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1192) - \[operator] bump default version to 0.100.1 by [@​TylerHelmuth](https://togithub.com/TylerHelmuth) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1197](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1197) **Full Changelog**: https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.58.2...opentelemetry-operator-0.60.0 ### [`v0.58.2`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.58.2) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.58.1...opentelemetry-operator-0.58.2) OpenTelemetry Operator Helm chart for Kubernetes #### What's Changed - \[operator] define opentelemetry-operator.image in helper tpl by [@​JaredTan95](https://togithub.com/JaredTan95) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1182](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1182) **Full Changelog**: https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-demo-0.30.6...opentelemetry-operator-0.58.2 ### [`v0.58.1`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.58.1) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.58.0...opentelemetry-operator-0.58.1) OpenTelemetry Operator Helm chart for Kubernetes #### What's Changed - Add support of ephemeral-storage resource definition for opentelemetry-operator by [@​jdiegosierra](https://togithub.com/jdiegosierra) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1170](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1170) **Full Changelog**: https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-collector-0.91.0...opentelemetry-operator-0.58.1 ### [`v0.58.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.58.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.57.0...opentelemetry-operator-0.58.0) OpenTelemetry Operator Helm chart for Kubernetes #### What's Changed - \[operator] Skip flaky test by [@​TylerHelmuth](https://togithub.com/TylerHelmuth) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1179](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1179) - Upgrade operator to 0.99.0 by [@​swiatekm-sumo](https://togithub.com/swiatekm-sumo) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1176](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1176) **Full Changelog**: https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.57.0...opentelemetry-operator-0.58.0 ### [`v0.57.0`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-collector-0.57.0) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.56.1...opentelemetry-operator-0.57.0) OpenTelemetry Collector Helm chart for Kubernetes ### [`v0.56.1`](https://togithub.com/open-telemetry/opentelemetry-helm-charts/releases/tag/opentelemetry-operator-0.56.1) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-operator-0.56.0...opentelemetry-operator-0.56.1) OpenTelemetry Operator Helm chart for Kubernetes #### What's Changed - Promote jaronoff97 to Approver by [@​TylerHelmuth](https://togithub.com/TylerHelmuth) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1162](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1162) - Bump kyverno/action-install-chainsaw from 0.1.9 to 0.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1169](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1169) - Fix typo by [@​jdiegosierra](https://togithub.com/jdiegosierra) in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1151](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1151) #### New Contributors - [@​jdiegosierra](https://togithub.com/jdiegosierra) made their first contribution in [https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1151](https://togithub.com/open-telemetry/opentelemetry-helm-charts/pull/1151) **Full Changelog**: https://github.com/open-telemetry/opentelemetry-helm-charts/compare/opentelemetry-demo-0.30.5...opentelemetry-operator-0.56.1 </details> <details> <summary>grafana/helm-charts (tempo-distributed)</summary> ### [`v1.13.2`](https://togithub.com/grafana/helm-charts/releases/tag/tempo-distributed-1.13.2) [Compare Source](https://togithub.com/grafana/helm-charts/compare/tempo-distributed-1.13.1...tempo-distributed-1.13.2) Grafana Tempo in MicroService mode #### What's Changed - \[tempo-distributed] Fix zone aware replication upgrade and rollout operator by [@​KyriosGN0](https://togithub.com/KyriosGN0) in [https://github.com/grafana/helm-charts/pull/3189](https://togithub.com/grafana/helm-charts/pull/3189) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-8.2.2...tempo-distributed-1.13.2 ### [`v1.13.1`](https://togithub.com/grafana/helm-charts/releases/tag/tempo-distributed-1.13.1) [Compare Source](https://togithub.com/grafana/helm-charts/compare/tempo-distributed-1.13.0...tempo-distributed-1.13.1) Grafana Tempo in MicroService mode #### What's Changed - \[tempo-distributed] Add Sheikh-Abubaker as maintainer by [@​Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in [https://github.com/grafana/helm-charts/pull/3195](https://togithub.com/grafana/helm-charts/pull/3195) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-8.2.1...tempo-distributed-1.13.1 ### [`v1.13.0`](https://togithub.com/grafana/helm-charts/releases/tag/tempo-distributed-1.13.0) [Compare Source](https://togithub.com/grafana/helm-charts/compare/tempo-distributed-1.12.0...tempo-distributed-1.13.0) Grafana Tempo in MicroService mode #### What's Changed - \[tempo-distributed] feat: add zone aware replication by [@​KyriosGN0](https://togithub.com/KyriosGN0) in [https://github.com/grafana/helm-charts/pull/3145](https://togithub.com/grafana/helm-charts/pull/3145) **Full Changelog**: https://github.com/grafana/helm-charts/compare/promtail-6.16.2...tempo-distributed-1.13.0 ### [`v1.12.0`](https://togithub.com/grafana/helm-charts/releases/tag/tempo-distributed-1.12.0) [Compare Source](https://togithub.com/grafana/helm-charts/compare/tempo-distributed-1.11.1...tempo-distributed-1.12.0) Grafana Tempo in MicroService mode #### What's Changed - \[tempo-distributed] Add support for `remote_write_add_org_id_header` by [@​Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in [https://github.com/grafana/helm-charts/pull/3173](https://togithub.com/grafana/helm-charts/pull/3173) **Full Changelog**: https://github.com/grafana/helm-charts/compare/tempo-distributed-1.11.1...tempo-distributed-1.12.0 ### [`v1.11.1`](https://togithub.com/grafana/helm-charts/releases/tag/tempo-distributed-1.11.1) [Compare Source](https://togithub.com/grafana/helm-charts/compare/tempo-distributed-1.11.0...tempo-distributed-1.11.1) Grafana Tempo in MicroService mode #### What's Changed - \[tempo-distributed] Default value for gateway.service.additionalPorts set to an array by [@​Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in [https://github.com/grafana/helm-charts/pull/2902](https://togithub.com/grafana/helm-charts/pull/2902) **Full Changelog**: https://github.com/grafana/helm-charts/compare/promtail-6.16.1...tempo-distributed-1.11.1 ### [`v1.11.0`](https://togithub.com/grafana/helm-charts/releases/tag/tempo-distributed-1.11.0) [Compare Source](https://togithub.com/grafana/helm-charts/compare/tempo-distributed-1.10.0...tempo-distributed-1.11.0) Grafana Tempo in MicroService mode #### What's Changed - \[tempo-distributed] Add Custom Labels on Gateway Ingress. by [@​Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in [https://github.com/grafana/helm-charts/pull/2913](https://togithub.com/grafana/helm-charts/pull/2913) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-agent-0.41.0...tempo-distributed-1.11.0 ### [`v1.10.0`](https://togithub.com/grafana/helm-charts/releases/tag/tempo-distributed-1.10.0) [Compare Source](https://togithub.com/grafana/helm-charts/compare/tempo-distributed-1.9.11...tempo-distributed-1.10.0) Grafana Tempo in MicroService mode #### What's Changed - \[tempo-distributed] Update for v2.5.0 release by [@​ie-pham](https://togithub.com/ie-pham) in [https://github.com/grafana/helm-charts/pull/3150](https://togithub.com/grafana/helm-charts/pull/3150) #### New Contributors - [@​ie-pham](https://togithub.com/ie-pham) made their first contribution in [https://github.com/grafana/helm-charts/pull/3150](https://togithub.com/grafana/helm-charts/pull/3150) **Full Changelog**: https://github.com/grafana/helm-charts/compare/alloy-0.3.2...tempo-distributed-1.10.0 ### [`v1.9.11`](https://togithub.com/grafana/helm-charts/releases/tag/tempo-distributed-1.9.11) [Compare Source](https://togithub.com/grafana/helm-charts/compare/tempo-distributed-1.9.10...tempo-distributed-1.9.11) Grafana Tempo in MicroService mode #### What's Changed - \[tempo-distributed] Fix pvc template by [@​KyriosGN0](https://togithub.com/KyriosGN0) in [https://github.com/grafana/helm-charts/pull/3063](https://togithub.com/grafana/helm-charts/pull/3063) **Full Changelog**: https://github.com/grafana/helm-charts/compare/tempo-distributed-1.9.10...tempo-distributed-1.9.11 ### [`v1.9.10`](https://togithub.com/grafana/helm-charts/releases/tag/tempo-distributed-1.9.10) [Compare Source](https://togithub.com/grafana/helm-charts/compare/tempo-distributed-1.9.9...tempo-distributed-1.9.10) Grafana Tempo in MicroService mode #### What's Changed - \[tempo-distributed] Update for v2.4.2 release by [@​zalegrala](https://togithub.com/zalegrala) in [https://github.com/grafana/helm-charts/pull/3131](https://togithub.com/grafana/helm-charts/pull/3131) **Full Changelog**: https://github.com/grafana/helm-charts/compare/tempo-1.8.0...tempo-distributed-1.9.10 ### [`v1.9.9`](https://togithub.com/grafana/helm-charts/releases/tag/tempo-distributed-1.9.9) [Compare Source](https://togithub.com/grafana/helm-charts/compare/tempo-distributed-1.9.8...tempo-distributed-1.9.9) Grafana Tempo in MicroService mode #### What's Changed - \[tempo-distributed] Removing Job Selector Config by [@​jordan-simonovski](https://togithub.com/jordan-simonovski) in [https://github.com/grafana/helm-charts/pull/3119](https://togithub.com/grafana/helm-charts/pull/3119) **Full Changelog**: https://github.com/grafana/helm-charts/compare/tempo-distributed-1.9.8...tempo-distributed-1.9.9 ### [`v1.9.8`](https://togithub.com/grafana/helm-charts/releases/tag/tempo-distributed-1.9.8) [Compare Source](https://togithub.com/grafana/helm-charts/compare/tempo-distributed-1.9.7...tempo-distributed-1.9.8) Grafana Tempo in MicroService mode #### What's Changed - \[tempo-distributed] fixed broken gateway path by [@​martensson](https://togithub.com/martensson) in [https://github.com/grafana/helm-charts/pull/3123](https://togithub.com/grafana/helm-charts/pull/3123) #### New Contributors - [@​martensson](https://togithub.com/martensson) made their first contribution in [https://github.com/grafana/helm-charts/pull/3123](https://togithub.com/grafana/helm-charts/pull/3123) **Full Changelog**: https://github.com/grafana/helm-charts/compare/k8s-monitoring-1.0.7...tempo-distributed-1.9.8 ### [`v1.9.7`](https://togithub.com/grafana/helm-charts/releases/tag/tempo-distributed-1.9.7) [Compare Source](https://togithub.com/grafana/helm-charts/compare/tempo-distributed-1.9.6...tempo-distributed-1.9.7) Grafana Tempo in MicroService mode #### What's Changed - \[tempo-distributed] remove example name by [@​joe-elliott](https://togithub.com/joe-elliott) in [https://github.com/grafana/helm-charts/pull/3117](https://togithub.com/grafana/helm-charts/pull/3117) **Full Changelog**: https://github.com/grafana/helm-charts/compare/beyla-1.0.0...tempo-distributed-1.9.7 ### [`v1.9.6`](https://togithub.com/grafana/helm-charts/releases/tag/tempo-distributed-1.9.6) [Compare Source](https://togithub.com/grafana/helm-charts/compare/tempo-distributed-1.9.5...tempo-distributed-1.9.6) Grafana Tempo in MicroService mode #### What's Changed - \[tempo-distributed] fix invalid selector configuration for tokengenjob by [@​jordan-simonovski](https://togithub.com/jordan-simonovski) in [https://github.com/grafana/helm-charts/pull/3111](https://togithub.com/grafana/helm-charts/pull/3111) **Full Changelog**: https://github.com/grafana/helm-charts/compare/helm-loki-6.5.0...tempo-distributed-1.9.6 ### [`v1.9.5`](https://togithub.com/grafana/helm-charts/releases/tag/tempo-distributed-1.9.5) [Compare Source](https://togithub.com/grafana/helm-charts/compare/tempo-distributed-1.9.4...tempo-distributed-1.9.5) Grafana Tempo in MicroService mode #### What's Changed - \[tempo-distributed] fix service monitor by [@​KyriosGN0](https://togithub.com/KyriosGN0) in [https://github.com/grafana/helm-charts/pull/3044](https://togithub.com/grafana/helm-charts/pull/3044) #### New Contributors - [@​KyriosGN0](https://togithub.com/KyriosGN0) made their first contribution in [https://github.com/grafana/helm-charts/pull/3044](https://togithub.com/grafana/helm-charts/pull/3044) **Full Changelog**: https://github.com/grafana/helm-charts/compare/helm-loki-6.4.2...tempo-distributed-1.9.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy40MjEuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…-stack to v61 (#1022) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus) ([source](https://togithub.com/prometheus-community/helm-charts)) | major | `58.x` -> `61.x` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v61.2.0`](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.1.1...kube-prometheus-stack-61.2.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.1.1...kube-prometheus-stack-61.2.0) ### [`v61.1.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.1.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.1.0...kube-prometheus-stack-61.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]: fix to make sure that 'grafana.sidecar.datas… by [@​sebastiangaiser](https://togithub.com/sebastiangaiser) in [https://github.com/prometheus-community/helm-charts/pull/4683](https://togithub.com/prometheus-community/helm-charts/pull/4683) **Full Changelog**: prometheus-community/helm-charts@prometheus-stackdriver-exporter-4.5.1...kube-prometheus-stack-61.1.1 ### [`v61.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.1.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.0.0...kube-prometheus-stack-61.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] Update mixins, switch to kube-prometheus mixin and fix label aggregation in TargetDown alert by [@​jkroepke](https://togithub.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4460](https://togithub.com/prometheus-community/helm-charts/pull/4460) **Full Changelog**: prometheus-community/helm-charts@prometheus-node-exporter-4.37.0...kube-prometheus-stack-61.1.0 ### [`v61.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.0.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.5.0...kube-prometheus-stack-61.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 prometheus-operator v0.75.0 by [@​marieroque](https://togithub.com/marieroque) in [https://github.com/prometheus-community/helm-charts/pull/4641](https://togithub.com/prometheus-community/helm-charts/pull/4641) **Full Changelog**: prometheus-community/helm-charts@prometheus-operator-crds-13.0.0...kube-prometheus-stack-61.0.0 ### [`v60.5.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.5.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.4.0...kube-prometheus-stack-60.5.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 to grafana by [@​M0NsTeRRR](https://togithub.com/M0NsTeRRR) in [https://github.com/prometheus-community/helm-charts/pull/4638](https://togithub.com/prometheus-community/helm-charts/pull/4638) **Full Changelog**: prometheus-community/helm-charts@prometheus-json-exporter-0.12.0...kube-prometheus-stack-60.5.0 ### [`v60.4.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.4.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.3.0...kube-prometheus-stack-60.4.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 to make automountServiceAccountToken configurable for Prometheus by [@​Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in [https://github.com/prometheus-community/helm-charts/pull/4170](https://togithub.com/prometheus-community/helm-charts/pull/4170) **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.20.1...kube-prometheus-stack-60.4.0 ### [`v60.3.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.3.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.2.0...kube-prometheus-stack-60.3.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 to 2.53.0 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4615](https://togithub.com/prometheus-community/helm-charts/pull/4615) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.21.1...kube-prometheus-stack-60.3.0 ### [`v60.2.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.2.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.1.0...kube-prometheus-stack-60.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 --enable-feature for alertmanager by [@​Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in [https://github.com/prometheus-community/helm-charts/pull/4606](https://togithub.com/prometheus-community/helm-charts/pull/4606) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-60.1.0...kube-prometheus-stack-60.2.0 ### [`v60.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.1.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.0.2...kube-prometheus-stack-60.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 chart deps by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4601](https://togithub.com/prometheus-community/helm-charts/pull/4601) **Full Changelog**: prometheus-community/helm-charts@prometheus-elasticsearch-exporter-5.8.1...kube-prometheus-stack-60.1.0 ### [`v60.0.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.2) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.0.1...kube-prometheus-stack-60.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: typo on values (bad conversion) by [@​gabyfulchic](https://togithub.com/gabyfulchic) in [https://github.com/prometheus-community/helm-charts/pull/4556](https://togithub.com/prometheus-community/helm-charts/pull/4556) #### New Contributors - [@​gabyfulchic](https://togithub.com/gabyfulchic) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4556](https://togithub.com/prometheus-community/helm-charts/pull/4556) **Full Changelog**: prometheus-community/helm-charts@prometheus-json-exporter-0.11.1...kube-prometheus-stack-60.0.2 ### [`v60.0.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.0.0...kube-prometheus-stack-60.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] bump thanos to 0.35.1 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4596](https://togithub.com/prometheus-community/helm-charts/pull/4596) **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.20.0...kube-prometheus-stack-60.0.1 ### [`v60.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-59.1.0...kube-prometheus-stack-60.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] Update Grafana chart to 8.0.x by [@​sigurdfalk](https://togithub.com/sigurdfalk) in [https://github.com/prometheus-community/helm-charts/pull/4586](https://togithub.com/prometheus-community/helm-charts/pull/4586) #### New Contributors - [@​sigurdfalk](https://togithub.com/sigurdfalk) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4586](https://togithub.com/prometheus-community/helm-charts/pull/4586) **Full Changelog**: prometheus-community/helm-charts@prometheus-pushgateway-2.13.0...kube-prometheus-stack-60.0.0 ### [`v59.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-59.1.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-59.0.0...kube-prometheus-stack-59.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] introduce PVC claim retention field in prometheus operator by [@​Woojciech](https://togithub.com/Woojciech) in [https://github.com/prometheus-community/helm-charts/pull/4570](https://togithub.com/prometheus-community/helm-charts/pull/4570) #### New Contributors - [@​Woojciech](https://togithub.com/Woojciech) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4570](https://togithub.com/prometheus-community/helm-charts/pull/4570) **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.19.1...kube-prometheus-stack-59.1.0 ### [`v59.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-59.0.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.7.2...kube-prometheus-stack-59.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.74.0 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4568](https://togithub.com/prometheus-community/helm-charts/pull/4568) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-58.7.2...kube-prometheus-stack-59.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/teutonet/teutonet-helm-charts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus) ([source](https://togithub.com/prometheus-community/helm-charts)) | helm_release | major | `v59.1.0` -> `61.2.0` | --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v61.2.0`](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.1.1...kube-prometheus-stack-61.2.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.1.1...kube-prometheus-stack-61.2.0) ### [`v61.1.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.1.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.1.0...kube-prometheus-stack-61.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]: fix to make sure that 'grafana.sidecar.datas… by [@​sebastiangaiser](https://togithub.com/sebastiangaiser) in [https://github.com/prometheus-community/helm-charts/pull/4683](https://togithub.com/prometheus-community/helm-charts/pull/4683) **Full Changelog**: prometheus-community/helm-charts@prometheus-stackdriver-exporter-4.5.1...kube-prometheus-stack-61.1.1 ### [`v61.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.1.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.0.0...kube-prometheus-stack-61.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] Update mixins, switch to kube-prometheus mixin and fix label aggregation in TargetDown alert by [@​jkroepke](https://togithub.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4460](https://togithub.com/prometheus-community/helm-charts/pull/4460) **Full Changelog**: prometheus-community/helm-charts@prometheus-node-exporter-4.37.0...kube-prometheus-stack-61.1.0 ### [`v61.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.0.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.5.0...kube-prometheus-stack-61.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 prometheus-operator v0.75.0 by [@​marieroque](https://togithub.com/marieroque) in [https://github.com/prometheus-community/helm-charts/pull/4641](https://togithub.com/prometheus-community/helm-charts/pull/4641) **Full Changelog**: prometheus-community/helm-charts@prometheus-operator-crds-13.0.0...kube-prometheus-stack-61.0.0 ### [`v60.5.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.5.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.4.0...kube-prometheus-stack-60.5.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 to grafana by [@​M0NsTeRRR](https://togithub.com/M0NsTeRRR) in [https://github.com/prometheus-community/helm-charts/pull/4638](https://togithub.com/prometheus-community/helm-charts/pull/4638) **Full Changelog**: prometheus-community/helm-charts@prometheus-json-exporter-0.12.0...kube-prometheus-stack-60.5.0 ### [`v60.4.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.4.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.3.0...kube-prometheus-stack-60.4.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 to make automountServiceAccountToken configurable for Prometheus by [@​Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in [https://github.com/prometheus-community/helm-charts/pull/4170](https://togithub.com/prometheus-community/helm-charts/pull/4170) **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.20.1...kube-prometheus-stack-60.4.0 ### [`v60.3.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.3.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.2.0...kube-prometheus-stack-60.3.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 to 2.53.0 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4615](https://togithub.com/prometheus-community/helm-charts/pull/4615) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.21.1...kube-prometheus-stack-60.3.0 ### [`v60.2.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.2.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.1.0...kube-prometheus-stack-60.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 --enable-feature for alertmanager by [@​Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in [https://github.com/prometheus-community/helm-charts/pull/4606](https://togithub.com/prometheus-community/helm-charts/pull/4606) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-60.1.0...kube-prometheus-stack-60.2.0 ### [`v60.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.1.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.0.2...kube-prometheus-stack-60.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 chart deps by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4601](https://togithub.com/prometheus-community/helm-charts/pull/4601) **Full Changelog**: prometheus-community/helm-charts@prometheus-elasticsearch-exporter-5.8.1...kube-prometheus-stack-60.1.0 ### [`v60.0.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.2) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.0.1...kube-prometheus-stack-60.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: typo on values (bad conversion) by [@​gabyfulchic](https://togithub.com/gabyfulchic) in [https://github.com/prometheus-community/helm-charts/pull/4556](https://togithub.com/prometheus-community/helm-charts/pull/4556) #### New Contributors - [@​gabyfulchic](https://togithub.com/gabyfulchic) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4556](https://togithub.com/prometheus-community/helm-charts/pull/4556) **Full Changelog**: prometheus-community/helm-charts@prometheus-json-exporter-0.11.1...kube-prometheus-stack-60.0.2 ### [`v60.0.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.0.0...kube-prometheus-stack-60.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] bump thanos to 0.35.1 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4596](https://togithub.com/prometheus-community/helm-charts/pull/4596) **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.20.0...kube-prometheus-stack-60.0.1 ### [`v60.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-59.1.0...kube-prometheus-stack-60.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] Update Grafana chart to 8.0.x by [@​sigurdfalk](https://togithub.com/sigurdfalk) in [https://github.com/prometheus-community/helm-charts/pull/4586](https://togithub.com/prometheus-community/helm-charts/pull/4586) #### New Contributors - [@​sigurdfalk](https://togithub.com/sigurdfalk) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4586](https://togithub.com/prometheus-community/helm-charts/pull/4586) **Full Changelog**: prometheus-community/helm-charts@prometheus-pushgateway-2.13.0...kube-prometheus-stack-60.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/bojanrajkovic/home.coderinserepeat.com). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus) ([source](https://togithub.com/prometheus-community/helm-charts)) | major | `58.7.2` -> `61.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v61.8.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.8.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.7.2...kube-prometheus-stack-61.8.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 to 2.54.0 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4781](https://togithub.com/prometheus-community/helm-charts/pull/4781) **Full Changelog**: prometheus-community/helm-charts@prometheus-redis-exporter-6.5.0...kube-prometheus-stack-61.8.0 ### [`v61.7.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.7.2) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.7.1...kube-prometheus-stack-61.7.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 probes for prometheus-operator by [@​Farfaday](https://togithub.com/Farfaday) in [https://github.com/prometheus-community/helm-charts/pull/4777](https://togithub.com/prometheus-community/helm-charts/pull/4777) #### New Contributors - [@​Farfaday](https://togithub.com/Farfaday) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4777](https://togithub.com/prometheus-community/helm-charts/pull/4777) **Full Changelog**: prometheus-community/helm-charts@prometheus-node-exporter-4.37.3...kube-prometheus-stack-61.7.2 ### [`v61.7.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.7.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.7.0...kube-prometheus-stack-61.7.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] feat: configure datasource auto-deletion by [@​stijzermans](https://togithub.com/stijzermans) in [https://github.com/prometheus-community/helm-charts/pull/4771](https://togithub.com/prometheus-community/helm-charts/pull/4771) #### New Contributors - [@​stijzermans](https://togithub.com/stijzermans) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4771](https://togithub.com/prometheus-community/helm-charts/pull/4771) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.25.0...kube-prometheus-stack-61.7.1 ### [`v61.7.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.7.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.6.1...kube-prometheus-stack-61.7.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 thanos to 0.36.0 by [@​rouke-broersma](https://togithub.com/rouke-broersma) in [https://github.com/prometheus-community/helm-charts/pull/4769](https://togithub.com/prometheus-community/helm-charts/pull/4769) #### New Contributors - [@​rouke-broersma](https://togithub.com/rouke-broersma) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4769](https://togithub.com/prometheus-community/helm-charts/pull/4769) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.24.2...kube-prometheus-stack-61.7.0 ### [`v61.6.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.6.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.6.0...kube-prometheus-stack-61.6.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] release to fix ksm podAnnotations by [@​dotdc](https://togithub.com/dotdc) in [https://github.com/prometheus-community/helm-charts/pull/4760](https://togithub.com/prometheus-community/helm-charts/pull/4760) **Full Changelog**: prometheus-community/helm-charts@prometheus-windows-exporter-0.4.0...kube-prometheus-stack-61.6.1 ### [`v61.6.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.6.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.5.0...kube-prometheus-stack-61.6.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 kube-state-metrics to 5.25.x by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4754](https://togithub.com/prometheus-community/helm-charts/pull/4754) **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.25.0...kube-prometheus-stack-61.6.0 ### [`v61.5.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.5.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.4.0...kube-prometheus-stack-61.5.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 annotations for admission webhooks by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4748](https://togithub.com/prometheus-community/helm-charts/pull/4748) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-61.4.0...kube-prometheus-stack-61.5.0 ### [`v61.4.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.4.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.3...kube-prometheus-stack-61.4.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.75.2 + deps by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4744](https://togithub.com/prometheus-community/helm-charts/pull/4744) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-61.3.3...kube-prometheus-stack-61.4.0 ### [`v61.3.3`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.3.3) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.2...kube-prometheus-stack-61.3.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 mixins generation and fix update on mac by [@​jkroepke](https://togithub.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4749](https://togithub.com/prometheus-community/helm-charts/pull/4749) **Full Changelog**: prometheus-community/helm-charts@prometheus-operator-admission-webhook-0.14.1...kube-prometheus-stack-61.3.3 ### [`v61.3.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.3.2) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.1...kube-prometheus-stack-61.3.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] fix rbac for kube-state-metrics when using kube-rbac-proxy by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4722](https://togithub.com/prometheus-community/helm-charts/pull/4722) **Full Changelog**: prometheus-community/helm-charts@prometheus-mysql-exporter-2.6.0...kube-prometheus-stack-61.3.2 ### [`v61.3.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.3.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.3.0...kube-prometheus-stack-61.3.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.75.1 and prom to 2.53.1 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4716](https://togithub.com/prometheus-community/helm-charts/pull/4716) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.24.0...kube-prometheus-stack-61.3.1 ### [`v61.3.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.3.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.2.0...kube-prometheus-stack-61.3.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 scrapeClasses to prometheus resource ([#​4685](https://togithub.com/prometheus-community/helm-charts/issues/4685)) by [@​johgoe](https://togithub.com/johgoe) in [https://github.com/prometheus-community/helm-charts/pull/4703](https://togithub.com/prometheus-community/helm-charts/pull/4703) #### New Contributors - [@​johgoe](https://togithub.com/johgoe) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4703](https://togithub.com/prometheus-community/helm-charts/pull/4703) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.23.0...kube-prometheus-stack-61.3.0 ### [`v61.2.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.2.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.1.1...kube-prometheus-stack-61.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] bump chart dep version by [@​rgaduput](https://togithub.com/rgaduput) in [https://github.com/prometheus-community/helm-charts/pull/4688](https://togithub.com/prometheus-community/helm-charts/pull/4688) **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.21.0...kube-prometheus-stack-61.2.0 ### [`v61.1.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.1.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.1.0...kube-prometheus-stack-61.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]: fix to make sure that 'grafana.sidecar.datas… by [@​sebastiangaiser](https://togithub.com/sebastiangaiser) in [https://github.com/prometheus-community/helm-charts/pull/4683](https://togithub.com/prometheus-community/helm-charts/pull/4683) **Full Changelog**: prometheus-community/helm-charts@prometheus-stackdriver-exporter-4.5.1...kube-prometheus-stack-61.1.1 ### [`v61.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.1.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-61.0.0...kube-prometheus-stack-61.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] Update mixins, switch to kube-prometheus mixin and fix label aggregation in TargetDown alert by [@​jkroepke](https://togithub.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4460](https://togithub.com/prometheus-community/helm-charts/pull/4460) **Full Changelog**: prometheus-community/helm-charts@prometheus-node-exporter-4.37.0...kube-prometheus-stack-61.1.0 ### [`v61.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.0.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.5.0...kube-prometheus-stack-61.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 prometheus-operator v0.75.0 by [@​marieroque](https://togithub.com/marieroque) in [https://github.com/prometheus-community/helm-charts/pull/4641](https://togithub.com/prometheus-community/helm-charts/pull/4641) **Full Changelog**: prometheus-community/helm-charts@prometheus-operator-crds-13.0.0...kube-prometheus-stack-61.0.0 ### [`v60.5.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.5.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.4.0...kube-prometheus-stack-60.5.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 to grafana by [@​M0NsTeRRR](https://togithub.com/M0NsTeRRR) in [https://github.com/prometheus-community/helm-charts/pull/4638](https://togithub.com/prometheus-community/helm-charts/pull/4638) **Full Changelog**: prometheus-community/helm-charts@prometheus-json-exporter-0.12.0...kube-prometheus-stack-60.5.0 ### [`v60.4.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.4.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.3.0...kube-prometheus-stack-60.4.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 to make automountServiceAccountToken configurable for Prometheus by [@​Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in [https://github.com/prometheus-community/helm-charts/pull/4170](https://togithub.com/prometheus-community/helm-charts/pull/4170) **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.20.1...kube-prometheus-stack-60.4.0 ### [`v60.3.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.3.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.2.0...kube-prometheus-stack-60.3.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 to 2.53.0 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4615](https://togithub.com/prometheus-community/helm-charts/pull/4615) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.21.1...kube-prometheus-stack-60.3.0 ### [`v60.2.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.2.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.1.0...kube-prometheus-stack-60.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 --enable-feature for alertmanager by [@​Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in [https://github.com/prometheus-community/helm-charts/pull/4606](https://togithub.com/prometheus-community/helm-charts/pull/4606) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-60.1.0...kube-prometheus-stack-60.2.0 ### [`v60.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.1.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.0.2...kube-prometheus-stack-60.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 chart deps by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4601](https://togithub.com/prometheus-community/helm-charts/pull/4601) **Full Changelog**: prometheus-community/helm-charts@prometheus-elasticsearch-exporter-5.8.1...kube-prometheus-stack-60.1.0 ### [`v60.0.2`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.2) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.0.1...kube-prometheus-stack-60.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: typo on values (bad conversion) by [@​gabyfulchic](https://togithub.com/gabyfulchic) in [https://github.com/prometheus-community/helm-charts/pull/4556](https://togithub.com/prometheus-community/helm-charts/pull/4556) #### New Contributors - [@​gabyfulchic](https://togithub.com/gabyfulchic) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4556](https://togithub.com/prometheus-community/helm-charts/pull/4556) **Full Changelog**: prometheus-community/helm-charts@prometheus-json-exporter-0.11.1...kube-prometheus-stack-60.0.2 ### [`v60.0.1`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.1) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-60.0.0...kube-prometheus-stack-60.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] bump thanos to 0.35.1 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4596](https://togithub.com/prometheus-community/helm-charts/pull/4596) **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.20.0...kube-prometheus-stack-60.0.1 ### [`v60.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-59.1.0...kube-prometheus-stack-60.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] Update Grafana chart to 8.0.x by [@​sigurdfalk](https://togithub.com/sigurdfalk) in [https://github.com/prometheus-community/helm-charts/pull/4586](https://togithub.com/prometheus-community/helm-charts/pull/4586) #### New Contributors - [@​sigurdfalk](https://togithub.com/sigurdfalk) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4586](https://togithub.com/prometheus-community/helm-charts/pull/4586) **Full Changelog**: prometheus-community/helm-charts@prometheus-pushgateway-2.13.0...kube-prometheus-stack-60.0.0 ### [`v59.1.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-59.1.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-59.0.0...kube-prometheus-stack-59.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] introduce PVC claim retention field in prometheus operator by [@​Woojciech](https://togithub.com/Woojciech) in [https://github.com/prometheus-community/helm-charts/pull/4570](https://togithub.com/prometheus-community/helm-charts/pull/4570) #### New Contributors - [@​Woojciech](https://togithub.com/Woojciech) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4570](https://togithub.com/prometheus-community/helm-charts/pull/4570) **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.19.1...kube-prometheus-stack-59.1.0 ### [`v59.0.0`](https://togithub.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-59.0.0) [Compare Source](https://togithub.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.7.2...kube-prometheus-stack-59.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.74.0 by [@​DrFaust92](https://togithub.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4568](https://togithub.com/prometheus-community/helm-charts/pull/4568) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-58.7.2...kube-prometheus-stack-59.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/lambchop4prez/network). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM4LjIwLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | major | `59.1.0` -> `61.9.0` | --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v61.9.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.9.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.8.0...kube-prometheus-stack-61.9.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 grafana deps to 8.4.\* by [@​ilbarone87](https://github.com/ilbarone87) in prometheus-community/helm-charts#4785 ##### New Contributors - [@​ilbarone87](https://github.com/ilbarone87) made their first contribution in prometheus-community/helm-charts#4785 **Full Changelog**: prometheus-community/helm-charts@prometheus-elasticsearch-exporter-6.3.1...kube-prometheus-stack-61.9.0 ### [`v61.8.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.8.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.7.2...kube-prometheus-stack-61.8.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 to 2.54.0 by [@​DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4781 **Full Changelog**: prometheus-community/helm-charts@prometheus-redis-exporter-6.5.0...kube-prometheus-stack-61.8.0 ### [`v61.7.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.7.2) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.7.1...kube-prometheus-stack-61.7.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 probes for prometheus-operator by [@​Farfaday](https://github.com/Farfaday) in prometheus-community/helm-charts#4777 ##### New Contributors - [@​Farfaday](https://github.com/Farfaday) made their first contribution in prometheus-community/helm-charts#4777 **Full Changelog**: prometheus-community/helm-charts@prometheus-node-exporter-4.37.3...kube-prometheus-stack-61.7.2 ### [`v61.7.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.7.1) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.7.0...kube-prometheus-stack-61.7.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] feat: configure datasource auto-deletion by [@​stijzermans](https://github.com/stijzermans) in prometheus-community/helm-charts#4771 ##### New Contributors - [@​stijzermans](https://github.com/stijzermans) made their first contribution in prometheus-community/helm-charts#4771 **Full Changelog**: prometheus-community/helm-charts@prometheus-25.25.0...kube-prometheus-stack-61.7.1 ### [`v61.7.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.7.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.6.1...kube-prometheus-stack-61.7.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 thanos to 0.36.0 by [@​rouke-broersma](https://github.com/rouke-broersma) in prometheus-community/helm-charts#4769 ##### New Contributors - [@​rouke-broersma](https://github.com/rouke-broersma) made their first contribution in prometheus-community/helm-charts#4769 **Full Changelog**: prometheus-community/helm-charts@prometheus-25.24.2...kube-prometheus-stack-61.7.0 ### [`v61.6.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.6.1) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.6.0...kube-prometheus-stack-61.6.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] release to fix ksm podAnnotations by [@​dotdc](https://github.com/dotdc) in prometheus-community/helm-charts#4760 **Full Changelog**: prometheus-community/helm-charts@prometheus-windows-exporter-0.4.0...kube-prometheus-stack-61.6.1 ### [`v61.6.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.6.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.5.0...kube-prometheus-stack-61.6.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 kube-state-metrics to 5.25.x by [@​DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4754 **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.25.0...kube-prometheus-stack-61.6.0 ### [`v61.5.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.5.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.4.0...kube-prometheus-stack-61.5.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 annotations for admission webhooks by [@​DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4748 **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-61.4.0...kube-prometheus-stack-61.5.0 ### [`v61.4.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.4.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.3.3...kube-prometheus-stack-61.4.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.75.2 + deps by [@​DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4744 **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-61.3.3...kube-prometheus-stack-61.4.0 ### [`v61.3.3`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.3.3) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.3.2...kube-prometheus-stack-61.3.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 mixins generation and fix update on mac by [@​jkroepke](https://github.com/jkroepke) in prometheus-community/helm-charts#4749 **Full Changelog**: prometheus-community/helm-charts@prometheus-operator-admission-webhook-0.14.1...kube-prometheus-stack-61.3.3 ### [`v61.3.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.3.2) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.3.1...kube-prometheus-stack-61.3.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] fix rbac for kube-state-metrics when using kube-rbac-proxy by [@​DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4722 **Full Changelog**: prometheus-community/helm-charts@prometheus-mysql-exporter-2.6.0...kube-prometheus-stack-61.3.2 ### [`v61.3.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.3.1) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.3.0...kube-prometheus-stack-61.3.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.75.1 and prom to 2.53.1 by [@​DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4716 **Full Changelog**: prometheus-community/helm-charts@prometheus-25.24.0...kube-prometheus-stack-61.3.1 ### [`v61.3.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.3.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.2.0...kube-prometheus-stack-61.3.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 scrapeClasses to prometheus resource ([#​4685](prometheus-community/helm-charts#4685)) by [@​johgoe](https://github.com/johgoe) in prometheus-community/helm-charts#4703 ##### New Contributors - [@​johgoe](https://github.com/johgoe) made their first contribution in prometheus-community/helm-charts#4703 **Full Changelog**: prometheus-community/helm-charts@prometheus-25.23.0...kube-prometheus-stack-61.3.0 ### [`v61.2.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.2.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.1.1...kube-prometheus-stack-61.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] bump chart dep version by [@​rgaduput](https://github.com/rgaduput) in prometheus-community/helm-charts#4688 **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.21.0...kube-prometheus-stack-61.2.0 ### [`v61.1.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.1.1) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.1.0...kube-prometheus-stack-61.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]: fix to make sure that 'grafana.sidecar.datas… by [@​sebastiangaiser](https://github.com/sebastiangaiser) in prometheus-community/helm-charts#4683 **Full Changelog**: prometheus-community/helm-charts@prometheus-stackdriver-exporter-4.5.1...kube-prometheus-stack-61.1.1 ### [`v61.1.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.1.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-61.0.0...kube-prometheus-stack-61.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] Update mixins, switch to kube-prometheus mixin and fix label aggregation in TargetDown alert by [@​jkroepke](https://github.com/jkroepke) in prometheus-community/helm-charts#4460 **Full Changelog**: prometheus-community/helm-charts@prometheus-node-exporter-4.37.0...kube-prometheus-stack-61.1.0 ### [`v61.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-61.0.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.5.0...kube-prometheus-stack-61.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 prometheus-operator v0.75.0 by [@​marieroque](https://github.com/marieroque) in prometheus-community/helm-charts#4641 **Full Changelog**: prometheus-community/helm-charts@prometheus-operator-crds-13.0.0...kube-prometheus-stack-61.0.0 ### [`v60.5.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.5.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.4.0...kube-prometheus-stack-60.5.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 to grafana by [@​M0NsTeRRR](https://github.com/M0NsTeRRR) in prometheus-community/helm-charts#4638 **Full Changelog**: prometheus-community/helm-charts@prometheus-json-exporter-0.12.0...kube-prometheus-stack-60.5.0 ### [`v60.4.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.4.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.3.0...kube-prometheus-stack-60.4.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 to make automountServiceAccountToken configurable for Prometheus by [@​Sheikh-Abubaker](https://github.com/Sheikh-Abubaker) in prometheus-community/helm-charts#4170 **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.20.1...kube-prometheus-stack-60.4.0 ### [`v60.3.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.3.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.2.0...kube-prometheus-stack-60.3.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 to 2.53.0 by [@​DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4615 **Full Changelog**: prometheus-community/helm-charts@prometheus-25.21.1...kube-prometheus-stack-60.3.0 ### [`v60.2.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.2.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.1.0...kube-prometheus-stack-60.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 --enable-feature for alertmanager by [@​Sheikh-Abubaker](https://github.com/Sheikh-Abubaker) in prometheus-community/helm-charts#4606 **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-60.1.0...kube-prometheus-stack-60.2.0 ### [`v60.1.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.1.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.0.2...kube-prometheus-stack-60.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 chart deps by [@​DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4601 **Full Changelog**: prometheus-community/helm-charts@prometheus-elasticsearch-exporter-5.8.1...kube-prometheus-stack-60.1.0 ### [`v60.0.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.2) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.0.1...kube-prometheus-stack-60.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: typo on values (bad conversion) by [@​gabyfulchic](https://github.com/gabyfulchic) in prometheus-community/helm-charts#4556 ##### New Contributors - [@​gabyfulchic](https://github.com/gabyfulchic) made their first contribution in prometheus-community/helm-charts#4556 **Full Changelog**: prometheus-community/helm-charts@prometheus-json-exporter-0.11.1...kube-prometheus-stack-60.0.2 ### [`v60.0.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.1) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-60.0.0...kube-prometheus-stack-60.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] bump thanos to 0.35.1 by [@​DrFaust92](https://github.com/DrFaust92) in prometheus-community/helm-charts#4596 **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.20.0...kube-prometheus-stack-60.0.1 ### [`v60.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.0) [Compare Source](prometheus-community/helm-charts@kube-prometheus-stack-59.1.0...kube-prometheus-stack-60.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] Update Grafana chart to 8.0.x by [@​sigurdfalk](https://github.com/sigurdfalk) in prometheus-community/helm-charts#4586 ##### New Contributors - [@​sigurdfalk](https://github.com/sigurdfalk) made their first contribution in prometheus-community/helm-charts#4586 **Full Changelog**: prometheus-community/helm-charts@prometheus-pushgateway-2.13.0...kube-prometheus-stack-60.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjI0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Reviewed-on: https://git.devmem.ru/projects/infra/pulls/1443 Co-authored-by: Renovate Bot <renovate@devmem.ru> Co-committed-by: Renovate Bot <renovate@devmem.ru>
What this PR does / why we need it
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer
Checklist
[prometheus-couchdb-exporter]
)