Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[kube-prometheus-stack] Add scrapeClasses to prometheus resource (#4685) #4703

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

johgoe
Copy link
Contributor

@johgoe johgoe commented Jul 8, 2024

What this PR does / why we need it

This PR will add scapeClasses to the kube-prometheus-stack. It's already a feature of prometheus operator

Which issue this PR fixes

Special notes for your reviewer

Checklist

  • DCO signed
  • Chart Version bumped
  • Title of the PR starts with chart name (e.g. [prometheus-couchdb-exporter])

Copy link
Member

@jkroepke jkroepke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please bump the chart version, thanks!

@johgoe johgoe force-pushed the feature/scrapeClasses branch from 5e1894d to fa9b77c Compare July 9, 2024 05:54
@johgoe
Copy link
Contributor Author

johgoe commented Jul 9, 2024

@jkroepke Version is bumped now.

@johgoe johgoe requested a review from jkroepke July 9, 2024 07:46
@johgoe
Copy link
Contributor Author

johgoe commented Jul 9, 2024

@jkroepke I had to change your change to

{{ tpl (toYaml . | indent 4) $ }} without an intent as {{- tpl (toYaml . | indent 4) $ }} didn't work. The Error message was block sequence entries are not allowed in this context

@jkroepke
Copy link
Member

jkroepke commented Jul 9, 2024

Sorry, I miss it. nindent should solve this case. Thats what we used for all new changes.

{{- tpl (toYaml . | nindent 4) $ }}

@johgoe johgoe force-pushed the feature/scrapeClasses branch from fa9b77c to 2b39017 Compare July 9, 2024 13:02
@johgoe
Copy link
Contributor Author

johgoe commented Jul 9, 2024

@jkroepke Thank you. nindent works fine. It's fixed.

Copy link
Member

@jkroepke jkroepke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@jkroepke jkroepke merged commit 5dcc890 into prometheus-community:main Jul 9, 2024
4 checks passed
bojanrajkovic referenced this pull request in bojanrajkovic/home.coderinserepeat.com Aug 1, 2024
[![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 | minor | `61.2.0` -> `61.6.0` |

---

### Release Notes

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

###
[`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
[@&#8203;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 [@&#8203;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
[@&#8203;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 [@&#8203;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 [@&#8203;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
[@&#8203;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
([#&#8203;4685](https://togithub.com/prometheus-community/helm-charts/issues/4685))
by [@&#8203;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

- [@&#8203;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

</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/bojanrajkovic/home.coderinserepeat.com).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
lambchop4prez referenced this pull request in lambchop4prez/network Aug 11, 2024
[![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
[@&#8203;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
[@&#8203;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

- [@&#8203;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
[@&#8203;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

- [@&#8203;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
[@&#8203;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

- [@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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 [@&#8203;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 [@&#8203;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
[@&#8203;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
([#&#8203;4685](https://togithub.com/prometheus-community/helm-charts/issues/4685))
by [@&#8203;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

- [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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
[@&#8203;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

- [@&#8203;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
[@&#8203;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=-->
spirkaa added a commit to spirkaa/infra that referenced this pull request Aug 17, 2024
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 [@&#8203;ilbarone87](https://github.com/ilbarone87) in prometheus-community/helm-charts#4785

##### New Contributors

-   [@&#8203;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 [@&#8203;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 [@&#8203;Farfaday](https://github.com/Farfaday) in prometheus-community/helm-charts#4777

##### New Contributors

-   [@&#8203;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 [@&#8203;stijzermans](https://github.com/stijzermans) in prometheus-community/helm-charts#4771

##### New Contributors

-   [@&#8203;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 [@&#8203;rouke-broersma](https://github.com/rouke-broersma) in prometheus-community/helm-charts#4769

##### New Contributors

-   [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 ([#&#8203;4685](prometheus-community/helm-charts#4685)) by [@&#8203;johgoe](https://github.com/johgoe) in prometheus-community/helm-charts#4703

##### New Contributors

-   [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;gabyfulchic](https://github.com/gabyfulchic) in prometheus-community/helm-charts#4556

##### New Contributors

-   [@&#8203;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 [@&#8203;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 [@&#8203;sigurdfalk](https://github.com/sigurdfalk) in prometheus-community/helm-charts#4586

##### New Contributors

-   [@&#8203;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>
madic-creates pushed a commit to madic-creates/k3s-git-ops that referenced this pull request Oct 25, 2024
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | HelmChart | major | `60.5.0` -> `61.9.0` | `62.3.0` (+4) |

---

### 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 [@&#8203;ilbarone87](https://github.com/ilbarone87) in prometheus-community/helm-charts#4785

#### New Contributors

-   [@&#8203;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 [@&#8203;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 [@&#8203;Farfaday](https://github.com/Farfaday) in prometheus-community/helm-charts#4777

#### New Contributors

-   [@&#8203;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 [@&#8203;stijzermans](https://github.com/stijzermans) in prometheus-community/helm-charts#4771

#### New Contributors

-   [@&#8203;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 [@&#8203;rouke-broersma](https://github.com/rouke-broersma) in prometheus-community/helm-charts#4769

#### New Contributors

-   [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 ([#&#8203;4685](prometheus-community/helm-charts#4685)) by [@&#8203;johgoe](https://github.com/johgoe) in prometheus-community/helm-charts#4703

#### New Contributors

-   [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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

</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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: https://code.geekbundle.org/madic/git-ops-dev/pulls/167
Co-authored-by: renovate Bot <renovate@geekbundle.org>
Co-committed-by: renovate Bot <renovate@geekbundle.org>
This was referenced Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[kube-prometheus-stack] chart should support scrapeClasses
2 participants