-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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] Allow run Prometheus Operator Webhook receiver separately #4023
[kube-prometheus-stack] Allow run Prometheus Operator Webhook receiver separately #4023
Conversation
53ad9ca
to
cd482db
Compare
…r separately Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
cd482db
to
738cea6
Compare
...theus-stack/templates/prometheus-operator/admission-webhooks/job-patch/job-createSecret.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de>
Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de>
Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de>
@QuentinBisson @GMartinez-Sisti Are you able to take a look here once more? I have sometimes Webhook timeouts on my cluster and I would like to solve that issue. |
{{- $fullname := include "kube-prometheus-stack.operator.fullname" . }} | ||
{{- $namespace := include "kube-prometheus-stack.namespace" . }} |
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.
Just for the sake of common logic, I wouldn't add this, otherwise you would need to change it on 73 other files to keep it consistent.
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 thought, its an good idea to cache the values. Not sure if helm do to the if/else conditions inside the template on each template call
Other than the comment above (for consistency), and the need to fix the conflict, it looks good 👍 |
Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de>
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
@jkroepke I think you reverted the wrong commit. It was suppose to remove the change on |
I see, I missunderstand you. |
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
@GMartinez-Sisti it should cover everything now |
…r separately (prometheus-community#4023) * [kube-prometheus-stack] Allow run Prometheus Operator Webhook receiver separately Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * [kube-prometheus-stack] unify hostnames Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * Add PDB Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * [kube-prometheus-stack] revert unify hostnames Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * [kube-prometheus-stack] fix pdb Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * [kube-prometheus-stack] add probes Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * revert template calls Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> --------- Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de> Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Signed-off-by: Sacha <sacha.smart@gmail.com>
* [kube-prometheus-stack] Allow to directory config prometheus.spec and alertmanager.spec Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * Add tests Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * Update charts/kube-prometheus-stack/values.yaml Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com> Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de> --------- Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de> Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> pod security spec updates - Update to the podSpec in `_helpers.tpl` with `customPingGroupRange` and included sensible default for ping range - Update to the `deployment.yaml` to reflect updates Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus] Allow setting automountServiceAccountToken (prometheus-community#3911) * Allow turning setting automountServiceAccountToken Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Allow turning setting automountServiceAccountToken Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-json-exporter] fix configmap name according to standard (prometheus-community#3926) Signed-off-by: t3mi <t3mi@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus] Allow setting scrape_config_files in prometheus config (prometheus-community#3930) Signed-off-by: Roshan Jobanputra <roshan@materialize.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] fixes thanos configs (prometheus-community#3918) * break: kube-prom-stack thanos-ruler config secrets Signed-off-by: ThameezBo <thameezbo@double.cloud> * fix: linting Signed-off-by: ThameezBo <thameezbo@double.cloud> * fix: update README Signed-off-by: ThameezBo <thameezbo@double.cloud> * fix: linting Signed-off-by: ThameezBo <thameezbo@double.cloud> * fix: comments Signed-off-by: ThameezBo <thameezbo@double.cloud> * Update charts/kube-prometheus-stack/values.yaml Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com> Signed-off-by: thameezb <thameezbo@double.cloud> * fix: cater for prom.promSpec.thanos Signed-off-by: ThameezBo <thameezbo@double.cloud> * fix: linting Signed-off-by: ThameezBo <thameezbo@double.cloud> * fix: cater for all three permutations Signed-off-by: ThameezBo <thameezbo@double.cloud> --------- Signed-off-by: ThameezBo <thameezbo@double.cloud> Signed-off-by: thameezb <thameezbo@double.cloud> Signed-off-by: thameezbo <thameezbo@double.cloud> Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus] Loosen typing for pdb.maxUnavailable (prometheus-community#3927) * Loosen PDB typing Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Loosen PDB typing Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> Co-authored-by: zeritti <47476160+zeritti@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] Update Thanos with critical fixes for objstorage and HTTP/2 CVE (prometheus-community#3935) * [kube-prometheus-stack] Update Thanos Ruler with critical fixes for objstorage Signed-off-by: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> * Update values.yaml Signed-off-by: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> * Update values.yaml Signed-off-by: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> --------- Signed-off-by: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> Populating dynamic honorLabels and honorTimestamps in kubelet ServiceMonitor (prometheus-community#3934) * Implementing dynamic honorLables and honorTimestamp in kubelet ServiceMonitor Signed-off-by: andrejshapal <njuhaandrej@mail.ru> * Updating values with default honorTimestamp and honorLables Signed-off-by: andrejshapal <njuhaandrej@mail.ru> * Bumping chart version Signed-off-by: andrejshapal <njuhaandrej@mail.ru> * Linting Signed-off-by: andrejshapal <njuhaandrej@mail.ru> * Linting Signed-off-by: andrejshapal <njuhaandrej@mail.ru> * Linting Signed-off-by: andrejshapal <njuhaandrej@mail.ru> * Update Chart.yaml Signed-off-by: andrejshapal <njuhaandrej@mail.ru> * Update charts/kube-prometheus-stack/Chart.yaml Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com> Signed-off-by: andrejshapal <njuhaandrej@mail.ru> * Update charts/kube-prometheus-stack/Chart.yaml Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com> Signed-off-by: andrejshapal <njuhaandrej@mail.ru> --------- Signed-off-by: andrejshapal <njuhaandrej@mail.ru> Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus] Upgrade Prometheus, update deps (prometheus-community#3947) * update deps Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Update charts/prometheus/Chart.yaml Co-authored-by: zeritti <47476160+zeritti@users.noreply.github.com> Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com> * Update charts/prometheus/Chart.yaml Co-authored-by: zeritti <47476160+zeritti@users.noreply.github.com> Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com> Co-authored-by: zeritti <47476160+zeritti@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-stackdriver-exporter] bump stackdriver exporter to 0.14.1 (prometheus-community#3847) * bump stackdriver exporter to 0.14.1 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * bump stackdriver exporter to 0.14.1 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Update Chart.yaml Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [CI] Fix linter job (prometheus-community#3962) Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Co-authored-by: Ben Kochie <superq@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [jiralert] Fix template error in ingress (prometheus-community#3936) Co-authored-by: MH <zanhsieh@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-adapter] allow customize clusterrole resources (prometheus-community#3944) Allow end user to change cluster role resources in external and custom metrics Signed-off-by: Mao-Hsiang Lien <6195019+titanlien@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-postgres-exporter] Upgrade postgres-exporter version (prometheus-community#3976) * [prometheus-postgres-exporter] Upgrade postgres-exporter version Signed-off-by: tukak <lukas.kutner@productboard.com> * [prometheus-postgres-exporter] Bump chart version Signed-off-by: tukak <lukas.kutner@productboard.com> --------- Signed-off-by: tukak <lukas.kutner@productboard.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-adapter] Fix security context capabilities (prometheus-community#3952) K8s Pod security standards capabilities should be all uppercase Signed-off-by: Krishna <gskrishna719@gmail.com> Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com> Co-authored-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-state-metrics] Add http2 support on servicemonitor (prometheus-community#3955) Signed-off-by: nikhil bhat <nikhilbhat2008@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-state-metrics] Add templating support in ServiceMonitor labels/annotations (prometheus-community#3975) Signed-off-by: birca <birca@adobe.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-memcached-exporter] Fix: allow to configure extra labels and annotations for the Service (prometheus-community#3943) Signed-off-by: R.Sicart <roger.sicart@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> Bump to 0.69.1 (prometheus-community#3990) Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-operator-admission-webhook] Bump to 0.69.1 (prometheus-community#3989) Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-pushgateway] Bump to 1.6.2 (prometheus-community#3995) * Bump to 1.6.2 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Bump to 1.6.2 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> Bump helm/chart-releaser-action from 1.5.0 to 1.6.0 (prometheus-community#3967) Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/helm/chart-releaser-action/releases) - [Commits](helm/chart-releaser-action@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: helm/chart-releaser-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Kochie <superq@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> Bump to 2.10.1 (prometheus-community#3996) Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus] Bump deps (prometheus-community#3997) Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus] Support retention size, attach volume labels to PVC (prometheus-community#3985) * Remove unused helper template prometheus.daemonset.apiVersion Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> * Attach labels to standalone PVC Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> * Minor corrections in comments Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> * Do not render resources unless set Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> * Update values schema Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> * Add support for data retention size Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> * Bump chart version Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> * Insert commonMetaLabels in values file Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> * Add header to values file Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> * Bump chart version Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> --------- Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> Co-authored-by: MH <zanhsieh@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> Bump to 0.69.1 (prometheus-community#3988) Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] Bump grafana and kube-state-metrics charts (prometheus-community#4000) * [kube-prometheus-stack] Bump grafana and kube-state-metrics charts Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * fix readme Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> --------- Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] Add missing RABC permission for Prometheus Operator (prometheus-community#4005) Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> Signed-off-by: Sacha <sacha.smart@gmail.com> Add priorityClassName, fix typePrefixes (prometheus-community#3932) Signed-off-by: Rimantas Ragainis <rimantas.ragainis@gmail.com> Co-authored-by: Rico Pahlisch <pahli88@googlemail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> Bump to 1.7.0 (prometheus-community#4012) Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-blackbox-exporter] fix issue when set extra containers (prometheus-community#3850) * fix issue when set extra containers Signed-off-by: Allan Hung <hung.allan@gmail.com> * consistent indentation Signed-off-by: Allan Hung <hung.allan@gmail.com> --------- Signed-off-by: Allan Hung <hung.allan@gmail.com> Signed-off-by: allanhung <hung.allan@gmail.com> Co-authored-by: MH <zanhsieh@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> fix(prometheus-mysql-exporter): set serviceaccount lifecycle (prometheus-community#3949) Signed-off-by: Marcelo Clavel <marcelo.clavel@buda.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [blackbox] Allow helm values in extraArgs (prometheus-community#3937) Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Signed-off-by: André Bauer <monotek@users.noreply.github.com> Co-authored-by: André Bauer <monotek@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-mysql-exporter] Support multiple target (prometheus-community#3751) * [prometheus-mysql-exporter]: multi-target probe support Signed-off-by: Remy Mollandin <remy.mollandin@skale-5.com> * [prometheus-mysql-exporter]: updating value comments for targets structure Signed-off-by: Remy Mollandin <remy.mollandin@skale-5.com> * [prometheus-mysql-exporter]: add default relabeling for multiple target Signed-off-by: Remy Mollandin <remy.mollandin@skale-5.com> * feat(prometheus-mysql-exporter): modify values structure and now support shared credentials pattern Signed-off-by: Remy Mollandin <remy.mollandin@skale-5.com> * [prometheus-mysql-exporter]: modify values comment Signed-off-by: Remy Mollandin <remy.mollandin@skale-5.com> * chore: bump chart version to 2.2.0 Signed-off-by: Remy Mollandin <remy.mollandin@skale-5.com> * docs: indent targets doc string Signed-off-by: Remy Mollandin <remy.mollandin@skale-5.com> * Update charts/prometheus-mysql-exporter/values.yaml Signed-off-by: André Bauer <monotek@users.noreply.github.com> * Update charts/prometheus-mysql-exporter/values.yaml Signed-off-by: André Bauer <monotek@users.noreply.github.com> --------- Signed-off-by: Remy Mollandin <remy.mollandin@skale-5.com> Signed-off-by: André Bauer <monotek@users.noreply.github.com> Co-authored-by: André Bauer <monotek@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] Generate windows dashboard from hack/sync (prometheus-community#4013) Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-blackbox-exporter] support podMonitoring CR for Google Ma… (prometheus-community#3959) * [prometheus-blackbox-exporter] support podMonitoring CR for Google Managed Prometheus Signed-off-by: Calvin Pham <calvin@inboxs.com> * [prometheus-blackbox-exporter] remove version bump in README Signed-off-by: Calvin Pham <calvin@inboxs.com> * [prometheus-blackbox-exporter] bump chart version Signed-off-by: Calvin Pham <calvin@inboxs.com> --------- Signed-off-by: Calvin Pham <calvin@inboxs.com> Co-authored-by: Calvin Pham <calvin@inboxs.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-blackbox-exporter] add action=replace to metricsRelabelings (prometheus-community#3857) This (default) parameter is automatically added by k8s, causing the in-cluster object to differ from the manifest created by this chart. This discrepancy causes GitOps tooling to consider the resource out of date, as described in prometheus-community#3626 Signed-off-by: Alex Miller <alex@thinkmassive.org> Signed-off-by: André Bauer <monotek@users.noreply.github.com> Co-authored-by: André Bauer <monotek@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-adapter] Bump prom adapter to 0.11.2 (prometheus-community#4021) * Bump prom adapter to 0.11.2 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Bump prom adapter to 0.11.2 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-adapter] Only set priorityClassName if non-empty (prometheus-community#4026) Argo CD rejects the deployment when the priorityClassName key is present without a value. Signed-off-by: Ian Gudger <ian.gudger@applovin.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [jiralert] add envFrom config (prometheus-community#4014) Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus] automountServiceAccountToken to be configurable (prometheus-community#3998) Signed-off-by: Ian H. Lee <ianhlee2018@outlook.com> Signed-off-by: MH <zanhsieh@gmail.com> Co-authored-by: MH <zanhsieh@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-windows-exporter] add memory collector to windows-exporter values.yaml (prometheus-community#4028) Signed-off-by: Sacha <sacha.smart@gmail.com> Bump prom to 2.48.0 (prometheus-community#4018) Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> Co-authored-by: zeritti <47476160+zeritti@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] Configure additional aggregation labels + k8s.rules split (prometheus-community#3883) * [kube-prometheus-stack] Configure additional aggregation labels Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * Re-run sync Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * Re-run sync Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * Add new values for rules Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * Add new values for rules Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * Add new values for rules Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * [kube-prometheus-stack] Fix names Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * bump version Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> --------- Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de> Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] Bump prom to 2.48.0 + node exporter dep (prometheus-community#4017) * Bump prom to 2.48.0 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Bump prom to 2.48.0 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Bump prom to 2.48.0 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> Fixing configmaps Datasource when Prometheus Replicas and Exemplar Trace Id Destinations enabled (prometheus-community#4032) Signed-off-by: Wes Brown <wes.brown@favordelivery.com> Signed-off-by: Wes Brown <87991518+wesbrownfavor@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-ipmi-exporter] Bump ipmi to 1.7.0 (prometheus-community#4022) * Bump ipmi to 1.7.0 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Bump ipmi to 1.7.0 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Co-authored-by: MH <zanhsieh@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-adapter] - Added pod security policy specific annotations (prometheus-community#4035) Signed-off-by: James Neate <jamesmneate@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-operator-crds] Bump crds to 0.70.0 (prometheus-community#4047) Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-operator-admission-webhook] Bump to 0.70.0 (prometheus-community#4048) Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-operator-crds] Fix accidental space (prometheus-community#4049) Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] Bump operator to 0.70.0 (prometheus-community#4046) Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus] bump reloader to 0.70.0 (prometheus-community#4064) * bump reloader to 0.70.0 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Update charts/prometheus/Chart.yaml Co-authored-by: MH <zanhsieh@gmail.com> Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com> Co-authored-by: MH <zanhsieh@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> bump memcached to 0.14.1 (prometheus-community#4062) Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-statsd-exporter] Bump to 0.26.0 (prometheus-community#3993) * Bump to 0.25.0 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Update Chart.yaml Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [CI] Introduce CI CODEOWNER (prometheus-community#4019) * [CI] Introduce CI CODEOWNER Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * [CI] Introduce CI CODEOWNER Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * [CI] Add @GMartinez-Sisti Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt> --------- Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt> Co-authored-by: Gabriel Martinez <gabrielmartinez@sisti.pt> Signed-off-by: Sacha <sacha.smart@gmail.com> [CI] Introduce interface for additional lint tasks (prometheus-community#3987) Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Co-authored-by: Quentin Bisson <quentin.bisson@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-opencost-exporter] new OpenCost Prometheus exporter chart (prometheus-community#3872) * Initial commits Signed-off-by: Matt Ray <github@mattray.dev> * Migrated over ServiceAccount from the opencost-helm-chart repo Signed-off-by: Matt Ray <github@mattray.dev> * Imported ClusterRole and ClusterRoleBinding Signed-off-by: Matt Ray <github@mattray.dev> * Add the Deployment from opencost-helm-chart Signed-off-by: Matt Ray <github@mattray.dev> * Add the Service from opencost-helm-chart, edited for exporter-only Signed-off-by: Matt Ray <github@mattray.dev> * Updated with recommendations from review and latest OpenCost release Signed-off-by: Matt Ray <github@mattray.dev> * Updated to sync with upstream https://github.com/opencost/opencost-helm-chart Once that's merged it'll be the upstream to here. Signed-off-by: Matt Ray <github@mattray.dev> * Updating the `home` field based on feedback and version bump Signed-off-by: Matt Ray <github@mattray.dev> * fix url Signed-off-by: André Bauer <monotek@users.noreply.github.com> --------- Signed-off-by: Matt Ray <github@mattray.dev> Signed-off-by: André Bauer <monotek@users.noreply.github.com> Co-authored-by: André Bauer <monotek@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-postgres-exporter] - introduced priorityClassName (prometheus-community#4069) * introduced priorityClassName Signed-off-by: Joachim Winkler <jwinkler@telekom.de> * add suggestions Signed-off-by: Joachim Winkler <jwinkler@telekom.de> * remove space Signed-off-by: Joachim Winkler <jwinkler@telekom.de> --------- Signed-off-by: Joachim Winkler <jwinkler@telekom.de> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] Add custom CI actions (prometheus-community#4065) * [kube-prometheus-stack] Add custom CI actions Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * Apply suggestions from code review Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com> Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de> --------- Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de> Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] Allow run Prometheus Operator Webhook receiver separately (prometheus-community#4023) * [kube-prometheus-stack] Allow run Prometheus Operator Webhook receiver separately Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * [kube-prometheus-stack] unify hostnames Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * Add PDB Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * [kube-prometheus-stack] revert unify hostnames Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * [kube-prometheus-stack] fix pdb Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * [kube-prometheus-stack] add probes Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * revert template calls Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> --------- Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de> Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Signed-off-by: Sacha <sacha.smart@gmail.com> [CI] Run shellcheck on custom lint file (prometheus-community#4072) Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt> Signed-off-by: Sacha <sacha.smart@gmail.com> Bump actions/setup-python from 4 to 5 (prometheus-community#4079) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] Shellcheck linter file (prometheus-community#4073) * [kube-prometheus-stack] Shellcheck linter file Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt> * bump chart Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt> --------- Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] Allow to define editable property on dashboards (prometheus-community#4024) * [kube-prometheus-stack] Allow to define editable property on dashboards Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * resolve MR conflict Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * Update Chart.yaml Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> --------- Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de> Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] Allow configuration of sessionAffinityConfig (prometheus-community#4076) * [kube-prometheus-stack] Allow configuration of sessionAffinityConfig Signed-off-by: karloramone <karlo.krupljan@gmail.com> * [kube-prometheus-stack] Bump chart version to 55.2.0 Signed-off-by: karloramone <karlo.krupljan@gmail.com> * [kube-prometheus-stack] Bump chart version to 55.3.0 Signed-off-by: karloramone <karlo.krupljan@gmail.com> --------- Signed-off-by: karloramone <karlo.krupljan@gmail.com> Signed-off-by: Karlo <72765825+karloramone@users.noreply.github.com> Co-authored-by: Quentin Bisson <quentin.bisson@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] bump prometheus image tag to 2.48.1 (prometheus-community#4082) Signed-off-by: Lukas Monkevicius <lukas.monkevicius@unity3d.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-json-exporter] feat: allow namespace override (prometheus-community#4067) Signed-off-by: t3mi <t3mi@users.noreply.github.com> Co-authored-by: MH <zanhsieh@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus] bump prom to 2.48.1 (prometheus-community#4083) Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [kube-prometheus-stack] allow setting `GOGC` env configure (prometheus-community#4058) * add GOGC env setting Signed-off-by: dongjiang1989 <dongjiang1989@126.com> * fix lint checker Signed-off-by: dongjiang1989 <dongjiang1989@126.com> * fix value quote Signed-off-by: dongjiang1989 <dongjiang1989@126.com> * Update charts/kube-prometheus-stack/values.yaml Signed-off-by: dongjiang <dongjiang1989@126.com> * update chart version Signed-off-by: dongjiang1989 <dongjiang1989@126.com> * fix shellcheck lint Signed-off-by: dongjiang1989 <dongjiang1989@126.com> --------- Signed-off-by: dongjiang1989 <dongjiang1989@126.com> Signed-off-by: dongjiang <dongjiang1989@126.com> Signed-off-by: Sacha <sacha.smart@gmail.com> bump mongo to 0.40 (prometheus-community#4084) Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> [prometheus-fastly-exporter] Bump to 7.6.1 (prometheus-community#4002) * Bump to 7.6.1 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * fix chart app version Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> feat: bump prometheus-nats-exporter to 0.13.0 (prometheus-community#3956) Signed-off-by: Mikhail Naletov <okgolove@markeloff.net> Signed-off-by: Sacha <sacha.smart@gmail.com> Bump to 1.5.0 (prometheus-community#3994) Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Sacha <sacha.smart@gmail.com> fix(kube-prometheus-stack): re-enable memory working set rule (prometheus-community#4044) This rule was accidentally left out while migrating to the new layout for rules in release 54 Signed-off-by: Jan Jungnickel <jan@jungnickel.com> Signed-off-by: Sacha <sacha.smart@gmail.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://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | major | `54.0.1` -> `56.6.2` | | [prometheus-operator-crds](https://github.com/prometheus-community/helm-charts) | patch | `9.0.0` -> `9.0.1` | | quay.io/prometheus-operator/prometheus-config-reloader | patch | `v0.71.0` -> `v0.71.2` | | [quay.io/prometheus-operator/prometheus-operator](https://prometheus-operator.dev/) ([source](https://github.com/prometheus-operator/prometheus-operator)) | patch | `v0.71.0` -> `v0.71.2` | | [registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader](https://github.com/prometheus-operator/prometheus-operator) ([source](https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-config-reloader)) | patch | `v0.71.0` -> `v0.71.2` | | [registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator](https://github.com/prometheus-operator/prometheus-operator) ([source](https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-operator)) | patch | `v0.71.0` -> `v0.71.2` | --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v56.6.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.6.2) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.6.1...kube-prometheus-stack-56.6.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] Allow fullname override of prometheus-operator by [@​than-pet](https://github.com/than-pet) in [https://github.com/prometheus-community/helm-charts/pull/4219](https://github.com/prometheus-community/helm-charts/pull/4219) **Full Changelog**: prometheus-community/helm-charts@prometheus-statsd-exporter-0.13.0...kube-prometheus-stack-56.6.2 ### [`v56.6.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.6.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.6.0...kube-prometheus-stack-56.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] Fixing template inconsistencies in prometheus-operator fullname by [@​than-pet](https://github.com/than-pet) in [https://github.com/prometheus-community/helm-charts/pull/4217](https://github.com/prometheus-community/helm-charts/pull/4217) #### New Contributors - [@​than-pet](https://github.com/than-pet) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4217](https://github.com/prometheus-community/helm-charts/pull/4217) **Full Changelog**: prometheus-community/helm-charts@alertmanager-1.8.0...kube-prometheus-stack-56.6.1 ### [`v56.6.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.6.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.5.0...kube-prometheus-stack-56.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 Thanos to v0.34.0 by [@​dragoangel](https://github.com/dragoangel) in [https://github.com/prometheus-community/helm-charts/pull/4211](https://github.com/prometheus-community/helm-charts/pull/4211) **Full Changelog**: prometheus-community/helm-charts@prometheus-ipmi-exporter-0.2.1...kube-prometheus-stack-56.6.0 ### [`v56.5.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.5.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.4.0...kube-prometheus-stack-56.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] Update Grafana chart to 7.3.x by [@​sturman](https://github.com/sturman) in [https://github.com/prometheus-community/helm-charts/pull/4210](https://github.com/prometheus-community/helm-charts/pull/4210) **Full Changelog**: prometheus-community/helm-charts@prometheus-node-exporter-4.27.0...kube-prometheus-stack-56.5.0 ### [`v56.4.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.4.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.3.0...kube-prometheus-stack-56.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] Update Thanos Ruler to v0.34.0 by [@​dragoangel](https://github.com/dragoangel) in [https://github.com/prometheus-community/helm-charts/pull/4209](https://github.com/prometheus-community/helm-charts/pull/4209) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.11.0...kube-prometheus-stack-56.4.0 ### [`v56.3.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.3.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.2.1...kube-prometheus-stack-56.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 maximumStartupDurationSeconds optional value by [@​prudnitskiy](https://github.com/prudnitskiy) in [https://github.com/prometheus-community/helm-charts/pull/4195](https://github.com/prometheus-community/helm-charts/pull/4195) **Full Changelog**: prometheus-community/helm-charts@prometheus-systemd-exporter-0.2.0...kube-prometheus-stack-56.3.0 ### [`v56.2.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.2.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.2.0...kube-prometheus-stack-56.2.1) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Update values.yaml by [@​xogoodnow](https://github.com/xogoodnow) in [https://github.com/prometheus-community/helm-charts/pull/4075](https://github.com/prometheus-community/helm-charts/pull/4075) #### New Contributors - [@​xogoodnow](https://github.com/xogoodnow) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4075](https://github.com/prometheus-community/helm-charts/pull/4075) **Full Changelog**: prometheus-community/helm-charts@prometheus-statsd-exporter-0.12.0...kube-prometheus-stack-56.2.1 ### [`v56.2.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.2.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.1.0...kube-prometheus-stack-56.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] Added missing enforcedKeepDroppedTargets in the template of prometheus in 0.71.0 by [@​Leegin-darknight](https://github.com/Leegin-darknight) in [https://github.com/prometheus-community/helm-charts/pull/4178](https://github.com/prometheus-community/helm-charts/pull/4178) #### New Contributors - [@​Leegin-darknight](https://github.com/Leegin-darknight) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4178](https://github.com/prometheus-community/helm-charts/pull/4178) **Full Changelog**: prometheus-community/helm-charts@prometheus-nats-exporter-2.15.0...kube-prometheus-stack-56.2.0 ### [`v56.1.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.1.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.5...kube-prometheus-stack-56.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 win and node exporter deps by [@​DrFaust92](https://github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4189](https://github.com/prometheus-community/helm-charts/pull/4189) **Full Changelog**: prometheus-community/helm-charts@prometheus-operator-admission-webhook-0.10.1...kube-prometheus-stack-56.1.0 ### [`v56.0.5`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.5) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.4...kube-prometheus-stack-56.0.5) 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.71.2 by [@​DrFaust92](https://github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4180](https://github.com/prometheus-community/helm-charts/pull/4180) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-56.0.4...kube-prometheus-stack-56.0.5 ### [`v56.0.4`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.4) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.3...kube-prometheus-stack-56.0.4) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] add missing rbac permissions for 0.71.0 by [@​DrFaust92](https://github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4175](https://github.com/prometheus-community/helm-charts/pull/4175) **Full Changelog**: prometheus-community/helm-charts@prometheus-node-exporter-4.26.0...kube-prometheus-stack-56.0.4 ### [`v56.0.3`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.3) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.2...kube-prometheus-stack-56.0.3) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. ##### What's Changed - \[kube-prometheus-stack] fix label on admission controller by [@​DrBu7cher](https://github.com/DrBu7cher) in [https://github.com/prometheus-community/helm-charts/pull/4168](https://github.com/prometheus-community/helm-charts/pull/4168) ##### New Contributors - [@​DrBu7cher](https://github.com/DrBu7cher) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4168](https://github.com/prometheus-community/helm-charts/pull/4168) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-56.0.2...kube-prometheus-stack-56.0.3 ### [`v56.0.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.2) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.1...kube-prometheus-stack-56.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] Enable release label for windows exporter by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4029](https://github.com/prometheus-community/helm-charts/pull/4029) - \[kube-prometheus-stack] allow kube-state-metrics job name to be overridden by [@​jhandguy](https://github.com/jhandguy) in [https://github.com/prometheus-community/helm-charts/pull/4160](https://github.com/prometheus-community/helm-charts/pull/4160) ##### New Contributors - [@​jhandguy](https://github.com/jhandguy) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4160](https://github.com/prometheus-community/helm-charts/pull/4160) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.10.0...kube-prometheus-stack-56.0.2 ### [`v56.0.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.0...kube-prometheus-stack-56.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] Label promstack-operator pods with k8s recommended labels by [@​koooge](https://github.com/koooge) in [https://github.com/prometheus-community/helm-charts/pull/4094](https://github.com/prometheus-community/helm-charts/pull/4094) #### New Contributors - [@​koooge](https://github.com/koooge) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4094](https://github.com/prometheus-community/helm-charts/pull/4094) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-56.0.0...kube-prometheus-stack-56.0.1 ### [`v56.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.11.0...kube-prometheus-stack-56.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.71.0 (and default prom to 2.49.1) by [@​DrFaust92](https://github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4151](https://github.com/prometheus-community/helm-charts/pull/4151) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.9.0...kube-prometheus-stack-56.0.0 ### [`v55.11.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.11.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.10.0...kube-prometheus-stack-55.11.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Update grafana chart to 7.2.x by [@​mtenrero](https://github.com/mtenrero) in [https://github.com/prometheus-community/helm-charts/pull/4146](https://github.com/prometheus-community/helm-charts/pull/4146) #### New Contributors - [@​mtenrero](https://github.com/mtenrero) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4146](https://github.com/prometheus-community/helm-charts/pull/4146) **Full Changelog**: prometheus-community/helm-charts@prometheus-operator-admission-webhook-0.10.0...kube-prometheus-stack-55.11.0 ### [`v55.10.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.10.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.9.0...kube-prometheus-stack-55.10.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Support `additionalArgs` on `thanosRulerSpec` by [@​clux](https://github.com/clux) in [https://github.com/prometheus-community/helm-charts/pull/4092](https://github.com/prometheus-community/helm-charts/pull/4092) #### New Contributors - [@​clux](https://github.com/clux) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4092](https://github.com/prometheus-community/helm-charts/pull/4092) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.9.0...kube-prometheus-stack-55.10.0 ### [`v55.9.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.9.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.8.3...kube-prometheus-stack-55.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] Add prometheusOperator.admissionWebhooks.namespaceSelector by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4142](https://github.com/prometheus-community/helm-charts/pull/4142) **Full Changelog**: prometheus-community/helm-charts@prometheus-systemd-exporter-0.1.1...kube-prometheus-stack-55.9.0 ### [`v55.8.3`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.8.3) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.8.2...kube-prometheus-stack-55.8.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 jkroepke as maintainer by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4025](https://github.com/prometheus-community/helm-charts/pull/4025) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.8.2...kube-prometheus-stack-55.8.3 ### [`v55.8.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.8.2) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.8.1...kube-prometheus-stack-55.8.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 Grafana Deeplinks by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4087](https://github.com/prometheus-community/helm-charts/pull/4087) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.8.1...kube-prometheus-stack-55.8.2 ### [`v55.8.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.8.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.8.0...kube-prometheus-stack-55.8.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] Avoid nil pointer error with empty thanos config by [@​gracedo](https://github.com/gracedo) in [https://github.com/prometheus-community/helm-charts/pull/4132](https://github.com/prometheus-community/helm-charts/pull/4132) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.8.0...kube-prometheus-stack-55.8.1 ### [`v55.8.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.8.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.7.1...kube-prometheus-stack-55.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 chart dependencies by [@​dotdc](https://github.com/dotdc) in [https://github.com/prometheus-community/helm-charts/pull/4141](https://github.com/prometheus-community/helm-charts/pull/4141) **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.16.0...kube-prometheus-stack-55.8.0 ### [`v55.7.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.7.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.7.0...kube-prometheus-stack-55.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] quote host in alertmanager ingress spec by [@​msadiq058](https://github.com/msadiq058) in [https://github.com/prometheus-community/helm-charts/pull/4138](https://github.com/prometheus-community/helm-charts/pull/4138) #### New Contributors - [@​msadiq058](https://github.com/msadiq058) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4138](https://github.com/prometheus-community/helm-charts/pull/4138) **Full Changelog**: prometheus-community/helm-charts@prometheus-systemd-exporter-0.1.0...kube-prometheus-stack-55.7.1 ### [`v55.7.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.7.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.6.0...kube-prometheus-stack-55.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.33.0 by [@​DrFaust92](https://github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4101](https://github.com/prometheus-community/helm-charts/pull/4101) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.6.0...kube-prometheus-stack-55.7.0 ### [`v55.6.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.6.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.5.2...kube-prometheus-stack-55.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] adding global sampleLimit to prometheusSpec by [@​husseinferas](https://github.com/husseinferas) in [https://github.com/prometheus-community/helm-charts/pull/4125](https://github.com/prometheus-community/helm-charts/pull/4125) #### New Contributors - [@​husseinferas](https://github.com/husseinferas) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4125](https://github.com/prometheus-community/helm-charts/pull/4125) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.5.2...kube-prometheus-stack-55.6.0 ### [`v55.5.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.5.2) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.5.1...kube-prometheus-stack-55.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] install service monitors in same namespace when ignoreNamespaceSelectors by [@​anthr76](https://github.com/anthr76) in [https://github.com/prometheus-community/helm-charts/pull/3953](https://github.com/prometheus-community/helm-charts/pull/3953) #### New Contributors - [@​anthr76](https://github.com/anthr76) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/3953](https://github.com/prometheus-community/helm-charts/pull/3953) **Full Changelog**: prometheus-community/helm-charts@alertmanager-snmp-notifier-0.3.0...kube-prometheus-stack-55.5.2 ### [`v55.5.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.5.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.5.0...kube-prometheus-stack-55.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 example in value.yaml by [@​acernikovs](https://github.com/acernikovs) in [https://github.com/prometheus-community/helm-charts/pull/4112](https://github.com/prometheus-community/helm-charts/pull/4112) #### New Contributors - [@​acernikovs](https://github.com/acernikovs) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4112](https://github.com/prometheus-community/helm-charts/pull/4112) **Full Changelog**: prometheus-community/helm-charts@prometheus-kafka-exporter-2.8.0...kube-prometheus-stack-55.5.1 ### [`v55.5.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.5.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.4.1...kube-prometheus-stack-55.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] inhibit InfoInhibitor alerts by default by [@​ANGkeith](https://github.com/ANGkeith) in [https://github.com/prometheus-community/helm-charts/pull/3964](https://github.com/prometheus-community/helm-charts/pull/3964) - \[kube-prometheus-stack] make it possible to disable the coreDns expot… by [@​sebastiangaiser](https://github.com/sebastiangaiser) in [https://github.com/prometheus-community/helm-charts/pull/4091](https://github.com/prometheus-community/helm-charts/pull/4091) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.4.1...kube-prometheus-stack-55.5.0 ### [`v55.4.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.4.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.4.0...kube-prometheus-stack-55.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]: re-enable memory working set rule by [@​jjungnickel](https://github.com/jjungnickel) in [https://github.com/prometheus-community/helm-charts/pull/4044](https://github.com/prometheus-community/helm-charts/pull/4044) #### New Contributors - [@​jjungnickel](https://github.com/jjungnickel) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4044](https://github.com/prometheus-community/helm-charts/pull/4044) **Full Changelog**: prometheus-community/helm-charts@alertmanager-snmp-notifier-0.2.0...kube-prometheus-stack-55.4.1 ### [`v55.4.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.4.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.3.1...kube-prometheus-stack-55.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] allow setting `GOGC` env configure by [@​dongjiang1989](https://github.com/dongjiang1989) in [https://github.com/prometheus-community/helm-charts/pull/4058](https://github.com/prometheus-community/helm-charts/pull/4058) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.8.2...kube-prometheus-stack-55.4.0 ### [`v55.3.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.3.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.3.0...kube-prometheus-stack-55.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 prometheus image tag to 2.48.1 by [@​lukas-unity](https://github.com/lukas-unity) in [https://github.com/prometheus-community/helm-charts/pull/4082](https://github.com/prometheus-community/helm-charts/pull/4082) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.3.0...kube-prometheus-stack-55.3.1 ### [`v55.3.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.3.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.2.0...kube-prometheus-stack-55.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] Allow configuration of sessionAffinityConfig by [@​karloramone](https://github.com/karloramone) in [https://github.com/prometheus-community/helm-charts/pull/4076](https://github.com/prometheus-community/helm-charts/pull/4076) #### New Contributors - [@​karloramone](https://github.com/karloramone) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4076](https://github.com/prometheus-community/helm-charts/pull/4076) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.2.0...kube-prometheus-stack-55.3.0 ### [`v55.2.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.2.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.1.1...kube-prometheus-stack-55.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] Allow to define editable property on dashboards by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4024](https://github.com/prometheus-community/helm-charts/pull/4024) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.1.1...kube-prometheus-stack-55.2.0 ### [`v55.1.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.1.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.1.0...kube-prometheus-stack-55.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 - \[CI] Run shellcheck on custom lint file by [@​GMartinez-Sisti](https://github.com/GMartinez-Sisti) in [https://github.com/prometheus-community/helm-charts/pull/4072](https://github.com/prometheus-community/helm-charts/pull/4072) - Bump actions/setup-python from 4 to 5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/prometheus-community/helm-charts/pull/4079](https://github.com/prometheus-community/helm-charts/pull/4079) - \[kube-prometheus-stack] Shellcheck linter file by [@​GMartinez-Sisti](https://github.com/GMartinez-Sisti) in [https://github.com/prometheus-community/helm-charts/pull/4073](https://github.com/prometheus-community/helm-charts/pull/4073) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.1.0...kube-prometheus-stack-55.1.1 ### [`v55.1.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.1.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.0.1...kube-prometheus-stack-55.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] Allow run Prometheus Operator Webhook receiver separately by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4023](https://github.com/prometheus-community/helm-charts/pull/4023) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.0.1...kube-prometheus-stack-55.1.0 ### [`v55.0.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.0.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.0.0...kube-prometheus-stack-55.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] Add custom CI actions by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4065](https://github.com/prometheus-community/helm-charts/pull/4065) **Full Changelog**: prometheus-community/helm-charts@prometheus-postgres-exporter-5.3.0...kube-prometheus-stack-55.0.1 ### [`v55.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.0.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-54.2.2...kube-prometheus-stack-55.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.70.0 by [@​DrFaust92](https://github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4046](https://github.com/prometheus-community/helm-charts/pull/4046) **Full Changelog**: prometheus-community/helm-charts@prometheus-operator-crds-8.0.1...kube-prometheus-stack-55.0.0 ### [`v54.2.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-54.2.2) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-54.2.1...kube-prometheus-stack-54.2.2) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Grafana Datasource CM, Prometheus Replicas and Exemplar Trace Destinations by [@​wesbrownfavor](https://github.com/wesbrownfavor) in [https://github.com/prometheus-community/helm-charts/pull/4032](https://github.com/prometheus-community/helm-charts/pull/4032) #### New Contributors - [@​wesbrownfavor](https://github.com/wesbrownfavor) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4032](https://github.com/prometheus-community/helm-charts/pull/4032) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-54.2.1...kube-prometheus-stack-54.2.2 ### [`v54.2.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-54.2.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-54.2.0...kube-prometheus-stack-54.2.1) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Bump prom to 2.48.0 + node exporter dep by [@​DrFaust92](https://github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4017](https://github.com/prometheus-community/helm-charts/pull/4017) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-54.2.0...kube-prometheus-stack-54.2.1 ### [`v54.2.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-54.2.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-54.1.0...kube-prometheus-stack-54.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] Configure additional aggregation labels + k8s.rules split by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/3883](https://github.com/prometheus-community/helm-charts/pull/3883) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.8.0...kube-prometheus-stack-54.2.0 ### [`v54.1.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-54.1.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-54.0.1...kube-prometheus-stack-54.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] Generate windows dashboard from hack/sync by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4013](https://github.com/prometheus-community/helm-charts/pull/4013) **Full Changelog**: prometheus-community/helm-charts@prometheus-mysql-exporter-2.2.0...kube-prometheus-stack-54.1.0 </details> <details> <summary>prometheus-operator/prometheus-operator (quay.io/prometheus-operator/prometheus-operator)</summary> ### [`v0.71.2`](https://github.com/prometheus-operator/prometheus-operator/releases/tag/v0.71.2): 0.71.2 / 2024-01-25 [Compare Source](https://github.com/prometheus-operator/prometheus-operator/compare/v0.71.1...v0.71.2) - \[BUGFIX] Fix Azure SD service discovery when using `ManagedIdentity`. [#​6259](https://github.com/prometheus-operator/prometheus-operator/issues/6259) ### [`v0.71.1`](https://github.com/prometheus-operator/prometheus-operator/releases/tag/v0.71.1): / 2024-01-22 [Compare Source](https://github.com/prometheus-operator/prometheus-operator/compare/v0.71.0...v0.71.1) - \[BUGFIX] Pass all the ThanosRuler `.spec.volumes` fields down to the pods. [#​6249](https://github.com/prometheus-operator/prometheus-operator/issues/6249) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.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/defenseunicorns/uds-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r separately (prometheus-community#4023) * [kube-prometheus-stack] Allow run Prometheus Operator Webhook receiver separately Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * [kube-prometheus-stack] unify hostnames Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * Add PDB Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> * [kube-prometheus-stack] revert unify hostnames Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * [kube-prometheus-stack] fix pdb Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * [kube-prometheus-stack] add probes Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> * revert template calls Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> --------- Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> Signed-off-by: Jan-Otto Kröpke <github@jkroepke.de> Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
[![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://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | major | `54.0.1` -> `56.6.2` | | [prometheus-operator-crds](https://github.com/prometheus-community/helm-charts) | patch | `9.0.0` -> `9.0.1` | | quay.io/prometheus-operator/prometheus-config-reloader | patch | `v0.71.0` -> `v0.71.2` | | [quay.io/prometheus-operator/prometheus-operator](https://prometheus-operator.dev/) ([source](https://github.com/prometheus-operator/prometheus-operator)) | patch | `v0.71.0` -> `v0.71.2` | | [registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader](https://github.com/prometheus-operator/prometheus-operator) ([source](https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-config-reloader)) | patch | `v0.71.0` -> `v0.71.2` | | [registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator](https://github.com/prometheus-operator/prometheus-operator) ([source](https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-operator)) | patch | `v0.71.0` -> `v0.71.2` | --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v56.6.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.6.2) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.6.1...kube-prometheus-stack-56.6.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] Allow fullname override of prometheus-operator by [@​than-pet](https://github.com/than-pet) in [https://github.com/prometheus-community/helm-charts/pull/4219](https://github.com/prometheus-community/helm-charts/pull/4219) **Full Changelog**: prometheus-community/helm-charts@prometheus-statsd-exporter-0.13.0...kube-prometheus-stack-56.6.2 ### [`v56.6.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.6.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.6.0...kube-prometheus-stack-56.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] Fixing template inconsistencies in prometheus-operator fullname by [@​than-pet](https://github.com/than-pet) in [https://github.com/prometheus-community/helm-charts/pull/4217](https://github.com/prometheus-community/helm-charts/pull/4217) #### New Contributors - [@​than-pet](https://github.com/than-pet) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4217](https://github.com/prometheus-community/helm-charts/pull/4217) **Full Changelog**: prometheus-community/helm-charts@alertmanager-1.8.0...kube-prometheus-stack-56.6.1 ### [`v56.6.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.6.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.5.0...kube-prometheus-stack-56.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 Thanos to v0.34.0 by [@​dragoangel](https://github.com/dragoangel) in [https://github.com/prometheus-community/helm-charts/pull/4211](https://github.com/prometheus-community/helm-charts/pull/4211) **Full Changelog**: prometheus-community/helm-charts@prometheus-ipmi-exporter-0.2.1...kube-prometheus-stack-56.6.0 ### [`v56.5.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.5.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.4.0...kube-prometheus-stack-56.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] Update Grafana chart to 7.3.x by [@​sturman](https://github.com/sturman) in [https://github.com/prometheus-community/helm-charts/pull/4210](https://github.com/prometheus-community/helm-charts/pull/4210) **Full Changelog**: prometheus-community/helm-charts@prometheus-node-exporter-4.27.0...kube-prometheus-stack-56.5.0 ### [`v56.4.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.4.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.3.0...kube-prometheus-stack-56.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] Update Thanos Ruler to v0.34.0 by [@​dragoangel](https://github.com/dragoangel) in [https://github.com/prometheus-community/helm-charts/pull/4209](https://github.com/prometheus-community/helm-charts/pull/4209) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.11.0...kube-prometheus-stack-56.4.0 ### [`v56.3.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.3.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.2.1...kube-prometheus-stack-56.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 maximumStartupDurationSeconds optional value by [@​prudnitskiy](https://github.com/prudnitskiy) in [https://github.com/prometheus-community/helm-charts/pull/4195](https://github.com/prometheus-community/helm-charts/pull/4195) **Full Changelog**: prometheus-community/helm-charts@prometheus-systemd-exporter-0.2.0...kube-prometheus-stack-56.3.0 ### [`v56.2.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.2.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.2.0...kube-prometheus-stack-56.2.1) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Update values.yaml by [@​xogoodnow](https://github.com/xogoodnow) in [https://github.com/prometheus-community/helm-charts/pull/4075](https://github.com/prometheus-community/helm-charts/pull/4075) #### New Contributors - [@​xogoodnow](https://github.com/xogoodnow) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4075](https://github.com/prometheus-community/helm-charts/pull/4075) **Full Changelog**: prometheus-community/helm-charts@prometheus-statsd-exporter-0.12.0...kube-prometheus-stack-56.2.1 ### [`v56.2.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.2.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.1.0...kube-prometheus-stack-56.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] Added missing enforcedKeepDroppedTargets in the template of prometheus in 0.71.0 by [@​Leegin-darknight](https://github.com/Leegin-darknight) in [https://github.com/prometheus-community/helm-charts/pull/4178](https://github.com/prometheus-community/helm-charts/pull/4178) #### New Contributors - [@​Leegin-darknight](https://github.com/Leegin-darknight) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4178](https://github.com/prometheus-community/helm-charts/pull/4178) **Full Changelog**: prometheus-community/helm-charts@prometheus-nats-exporter-2.15.0...kube-prometheus-stack-56.2.0 ### [`v56.1.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.1.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.5...kube-prometheus-stack-56.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 win and node exporter deps by [@​DrFaust92](https://github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4189](https://github.com/prometheus-community/helm-charts/pull/4189) **Full Changelog**: prometheus-community/helm-charts@prometheus-operator-admission-webhook-0.10.1...kube-prometheus-stack-56.1.0 ### [`v56.0.5`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.5) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.4...kube-prometheus-stack-56.0.5) 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.71.2 by [@​DrFaust92](https://github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4180](https://github.com/prometheus-community/helm-charts/pull/4180) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-56.0.4...kube-prometheus-stack-56.0.5 ### [`v56.0.4`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.4) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.3...kube-prometheus-stack-56.0.4) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] add missing rbac permissions for 0.71.0 by [@​DrFaust92](https://github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4175](https://github.com/prometheus-community/helm-charts/pull/4175) **Full Changelog**: prometheus-community/helm-charts@prometheus-node-exporter-4.26.0...kube-prometheus-stack-56.0.4 ### [`v56.0.3`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.3) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.2...kube-prometheus-stack-56.0.3) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. ##### What's Changed - \[kube-prometheus-stack] fix label on admission controller by [@​DrBu7cher](https://github.com/DrBu7cher) in [https://github.com/prometheus-community/helm-charts/pull/4168](https://github.com/prometheus-community/helm-charts/pull/4168) ##### New Contributors - [@​DrBu7cher](https://github.com/DrBu7cher) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4168](https://github.com/prometheus-community/helm-charts/pull/4168) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-56.0.2...kube-prometheus-stack-56.0.3 ### [`v56.0.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.2) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.1...kube-prometheus-stack-56.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] Enable release label for windows exporter by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4029](https://github.com/prometheus-community/helm-charts/pull/4029) - \[kube-prometheus-stack] allow kube-state-metrics job name to be overridden by [@​jhandguy](https://github.com/jhandguy) in [https://github.com/prometheus-community/helm-charts/pull/4160](https://github.com/prometheus-community/helm-charts/pull/4160) ##### New Contributors - [@​jhandguy](https://github.com/jhandguy) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4160](https://github.com/prometheus-community/helm-charts/pull/4160) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.10.0...kube-prometheus-stack-56.0.2 ### [`v56.0.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-56.0.0...kube-prometheus-stack-56.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] Label promstack-operator pods with k8s recommended labels by [@​koooge](https://github.com/koooge) in [https://github.com/prometheus-community/helm-charts/pull/4094](https://github.com/prometheus-community/helm-charts/pull/4094) #### New Contributors - [@​koooge](https://github.com/koooge) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4094](https://github.com/prometheus-community/helm-charts/pull/4094) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-56.0.0...kube-prometheus-stack-56.0.1 ### [`v56.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-56.0.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.11.0...kube-prometheus-stack-56.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.71.0 (and default prom to 2.49.1) by [@​DrFaust92](https://github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4151](https://github.com/prometheus-community/helm-charts/pull/4151) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.9.0...kube-prometheus-stack-56.0.0 ### [`v55.11.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.11.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.10.0...kube-prometheus-stack-55.11.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Update grafana chart to 7.2.x by [@​mtenrero](https://github.com/mtenrero) in [https://github.com/prometheus-community/helm-charts/pull/4146](https://github.com/prometheus-community/helm-charts/pull/4146) #### New Contributors - [@​mtenrero](https://github.com/mtenrero) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4146](https://github.com/prometheus-community/helm-charts/pull/4146) **Full Changelog**: prometheus-community/helm-charts@prometheus-operator-admission-webhook-0.10.0...kube-prometheus-stack-55.11.0 ### [`v55.10.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.10.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.9.0...kube-prometheus-stack-55.10.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Support `additionalArgs` on `thanosRulerSpec` by [@​clux](https://github.com/clux) in [https://github.com/prometheus-community/helm-charts/pull/4092](https://github.com/prometheus-community/helm-charts/pull/4092) #### New Contributors - [@​clux](https://github.com/clux) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4092](https://github.com/prometheus-community/helm-charts/pull/4092) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.9.0...kube-prometheus-stack-55.10.0 ### [`v55.9.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.9.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.8.3...kube-prometheus-stack-55.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] Add prometheusOperator.admissionWebhooks.namespaceSelector by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4142](https://github.com/prometheus-community/helm-charts/pull/4142) **Full Changelog**: prometheus-community/helm-charts@prometheus-systemd-exporter-0.1.1...kube-prometheus-stack-55.9.0 ### [`v55.8.3`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.8.3) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.8.2...kube-prometheus-stack-55.8.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 jkroepke as maintainer by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4025](https://github.com/prometheus-community/helm-charts/pull/4025) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.8.2...kube-prometheus-stack-55.8.3 ### [`v55.8.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.8.2) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.8.1...kube-prometheus-stack-55.8.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 Grafana Deeplinks by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4087](https://github.com/prometheus-community/helm-charts/pull/4087) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.8.1...kube-prometheus-stack-55.8.2 ### [`v55.8.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.8.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.8.0...kube-prometheus-stack-55.8.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] Avoid nil pointer error with empty thanos config by [@​gracedo](https://github.com/gracedo) in [https://github.com/prometheus-community/helm-charts/pull/4132](https://github.com/prometheus-community/helm-charts/pull/4132) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.8.0...kube-prometheus-stack-55.8.1 ### [`v55.8.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.8.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.7.1...kube-prometheus-stack-55.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 chart dependencies by [@​dotdc](https://github.com/dotdc) in [https://github.com/prometheus-community/helm-charts/pull/4141](https://github.com/prometheus-community/helm-charts/pull/4141) **Full Changelog**: prometheus-community/helm-charts@kube-state-metrics-5.16.0...kube-prometheus-stack-55.8.0 ### [`v55.7.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.7.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.7.0...kube-prometheus-stack-55.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] quote host in alertmanager ingress spec by [@​msadiq058](https://github.com/msadiq058) in [https://github.com/prometheus-community/helm-charts/pull/4138](https://github.com/prometheus-community/helm-charts/pull/4138) #### New Contributors - [@​msadiq058](https://github.com/msadiq058) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4138](https://github.com/prometheus-community/helm-charts/pull/4138) **Full Changelog**: prometheus-community/helm-charts@prometheus-systemd-exporter-0.1.0...kube-prometheus-stack-55.7.1 ### [`v55.7.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.7.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.6.0...kube-prometheus-stack-55.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.33.0 by [@​DrFaust92](https://github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4101](https://github.com/prometheus-community/helm-charts/pull/4101) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.6.0...kube-prometheus-stack-55.7.0 ### [`v55.6.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.6.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.5.2...kube-prometheus-stack-55.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] adding global sampleLimit to prometheusSpec by [@​husseinferas](https://github.com/husseinferas) in [https://github.com/prometheus-community/helm-charts/pull/4125](https://github.com/prometheus-community/helm-charts/pull/4125) #### New Contributors - [@​husseinferas](https://github.com/husseinferas) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4125](https://github.com/prometheus-community/helm-charts/pull/4125) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.5.2...kube-prometheus-stack-55.6.0 ### [`v55.5.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.5.2) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.5.1...kube-prometheus-stack-55.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] install service monitors in same namespace when ignoreNamespaceSelectors by [@​anthr76](https://github.com/anthr76) in [https://github.com/prometheus-community/helm-charts/pull/3953](https://github.com/prometheus-community/helm-charts/pull/3953) #### New Contributors - [@​anthr76](https://github.com/anthr76) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/3953](https://github.com/prometheus-community/helm-charts/pull/3953) **Full Changelog**: prometheus-community/helm-charts@alertmanager-snmp-notifier-0.3.0...kube-prometheus-stack-55.5.2 ### [`v55.5.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.5.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.5.0...kube-prometheus-stack-55.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 example in value.yaml by [@​acernikovs](https://github.com/acernikovs) in [https://github.com/prometheus-community/helm-charts/pull/4112](https://github.com/prometheus-community/helm-charts/pull/4112) #### New Contributors - [@​acernikovs](https://github.com/acernikovs) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4112](https://github.com/prometheus-community/helm-charts/pull/4112) **Full Changelog**: prometheus-community/helm-charts@prometheus-kafka-exporter-2.8.0...kube-prometheus-stack-55.5.1 ### [`v55.5.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.5.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.4.1...kube-prometheus-stack-55.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] inhibit InfoInhibitor alerts by default by [@​ANGkeith](https://github.com/ANGkeith) in [https://github.com/prometheus-community/helm-charts/pull/3964](https://github.com/prometheus-community/helm-charts/pull/3964) - \[kube-prometheus-stack] make it possible to disable the coreDns expot… by [@​sebastiangaiser](https://github.com/sebastiangaiser) in [https://github.com/prometheus-community/helm-charts/pull/4091](https://github.com/prometheus-community/helm-charts/pull/4091) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.4.1...kube-prometheus-stack-55.5.0 ### [`v55.4.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.4.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.4.0...kube-prometheus-stack-55.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]: re-enable memory working set rule by [@​jjungnickel](https://github.com/jjungnickel) in [https://github.com/prometheus-community/helm-charts/pull/4044](https://github.com/prometheus-community/helm-charts/pull/4044) #### New Contributors - [@​jjungnickel](https://github.com/jjungnickel) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4044](https://github.com/prometheus-community/helm-charts/pull/4044) **Full Changelog**: prometheus-community/helm-charts@alertmanager-snmp-notifier-0.2.0...kube-prometheus-stack-55.4.1 ### [`v55.4.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.4.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.3.1...kube-prometheus-stack-55.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] allow setting `GOGC` env configure by [@​dongjiang1989](https://github.com/dongjiang1989) in [https://github.com/prometheus-community/helm-charts/pull/4058](https://github.com/prometheus-community/helm-charts/pull/4058) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.8.2...kube-prometheus-stack-55.4.0 ### [`v55.3.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.3.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.3.0...kube-prometheus-stack-55.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 prometheus image tag to 2.48.1 by [@​lukas-unity](https://github.com/lukas-unity) in [https://github.com/prometheus-community/helm-charts/pull/4082](https://github.com/prometheus-community/helm-charts/pull/4082) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.3.0...kube-prometheus-stack-55.3.1 ### [`v55.3.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.3.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.2.0...kube-prometheus-stack-55.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] Allow configuration of sessionAffinityConfig by [@​karloramone](https://github.com/karloramone) in [https://github.com/prometheus-community/helm-charts/pull/4076](https://github.com/prometheus-community/helm-charts/pull/4076) #### New Contributors - [@​karloramone](https://github.com/karloramone) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4076](https://github.com/prometheus-community/helm-charts/pull/4076) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.2.0...kube-prometheus-stack-55.3.0 ### [`v55.2.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.2.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.1.1...kube-prometheus-stack-55.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] Allow to define editable property on dashboards by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4024](https://github.com/prometheus-community/helm-charts/pull/4024) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.1.1...kube-prometheus-stack-55.2.0 ### [`v55.1.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.1.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.1.0...kube-prometheus-stack-55.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 - \[CI] Run shellcheck on custom lint file by [@​GMartinez-Sisti](https://github.com/GMartinez-Sisti) in [https://github.com/prometheus-community/helm-charts/pull/4072](https://github.com/prometheus-community/helm-charts/pull/4072) - Bump actions/setup-python from 4 to 5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/prometheus-community/helm-charts/pull/4079](https://github.com/prometheus-community/helm-charts/pull/4079) - \[kube-prometheus-stack] Shellcheck linter file by [@​GMartinez-Sisti](https://github.com/GMartinez-Sisti) in [https://github.com/prometheus-community/helm-charts/pull/4073](https://github.com/prometheus-community/helm-charts/pull/4073) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.1.0...kube-prometheus-stack-55.1.1 ### [`v55.1.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.1.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.0.1...kube-prometheus-stack-55.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] Allow run Prometheus Operator Webhook receiver separately by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4023](https://github.com/prometheus-community/helm-charts/pull/4023) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-55.0.1...kube-prometheus-stack-55.1.0 ### [`v55.0.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.0.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-55.0.0...kube-prometheus-stack-55.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] Add custom CI actions by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4065](https://github.com/prometheus-community/helm-charts/pull/4065) **Full Changelog**: prometheus-community/helm-charts@prometheus-postgres-exporter-5.3.0...kube-prometheus-stack-55.0.1 ### [`v55.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-55.0.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-54.2.2...kube-prometheus-stack-55.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.70.0 by [@​DrFaust92](https://github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4046](https://github.com/prometheus-community/helm-charts/pull/4046) **Full Changelog**: prometheus-community/helm-charts@prometheus-operator-crds-8.0.1...kube-prometheus-stack-55.0.0 ### [`v54.2.2`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-54.2.2) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-54.2.1...kube-prometheus-stack-54.2.2) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Grafana Datasource CM, Prometheus Replicas and Exemplar Trace Destinations by [@​wesbrownfavor](https://github.com/wesbrownfavor) in [https://github.com/prometheus-community/helm-charts/pull/4032](https://github.com/prometheus-community/helm-charts/pull/4032) #### New Contributors - [@​wesbrownfavor](https://github.com/wesbrownfavor) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4032](https://github.com/prometheus-community/helm-charts/pull/4032) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-54.2.1...kube-prometheus-stack-54.2.2 ### [`v54.2.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-54.2.1) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-54.2.0...kube-prometheus-stack-54.2.1) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Bump prom to 2.48.0 + node exporter dep by [@​DrFaust92](https://github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4017](https://github.com/prometheus-community/helm-charts/pull/4017) **Full Changelog**: prometheus-community/helm-charts@kube-prometheus-stack-54.2.0...kube-prometheus-stack-54.2.1 ### [`v54.2.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-54.2.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-54.1.0...kube-prometheus-stack-54.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] Configure additional aggregation labels + k8s.rules split by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/3883](https://github.com/prometheus-community/helm-charts/pull/3883) **Full Changelog**: prometheus-community/helm-charts@prometheus-25.8.0...kube-prometheus-stack-54.2.0 ### [`v54.1.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-54.1.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-54.0.1...kube-prometheus-stack-54.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] Generate windows dashboard from hack/sync by [@​jkroepke](https://github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4013](https://github.com/prometheus-community/helm-charts/pull/4013) **Full Changelog**: prometheus-community/helm-charts@prometheus-mysql-exporter-2.2.0...kube-prometheus-stack-54.1.0 </details> <details> <summary>prometheus-operator/prometheus-operator (quay.io/prometheus-operator/prometheus-operator)</summary> ### [`v0.71.2`](https://github.com/prometheus-operator/prometheus-operator/releases/tag/v0.71.2): 0.71.2 / 2024-01-25 [Compare Source](https://github.com/prometheus-operator/prometheus-operator/compare/v0.71.1...v0.71.2) - \[BUGFIX] Fix Azure SD service discovery when using `ManagedIdentity`. [#​6259](https://github.com/prometheus-operator/prometheus-operator/issues/6259) ### [`v0.71.1`](https://github.com/prometheus-operator/prometheus-operator/releases/tag/v0.71.1): / 2024-01-22 [Compare Source](https://github.com/prometheus-operator/prometheus-operator/compare/v0.71.0...v0.71.1) - \[BUGFIX] Pass all the ThanosRuler `.spec.volumes` fields down to the pods. [#​6249](https://github.com/prometheus-operator/prometheus-operator/issues/6249) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.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/defenseunicorns/uds-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
What this PR does / why we need it
Prometheus operator offers a dedicated image for the webhook receiver.
Running the Webhook receiver allows to run to run it in HA mode which is not supported by the Operator directly.
--set prometheusOperator.admissionWebhooks.deployment.enabled=true
to enable itRef: prometheus-operator/prometheus-operator#6110
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]
)