Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[kube-prometheus-stack] ThanosRuler limit resource names up to 63 characters #4527

Conversation

than-pet
Copy link
Contributor

@than-pet than-pet commented May 9, 2024

What this PR does / why we need it

Prometheus operator creates a configMap for thanos-ruler rulerfiles using the following pattern:
thanos-ruler-{.Values.kube-prometheus-stack.thanosRuler.crname}-thanos-ruler-rulefiles-0

This can lead to a configMap name with more than the allowed 63 characters, if cleanPrometheusOperatorObjectNames == false.

When cleanPrometheusOperatorObjectNames == true, the limit is respected already, because kube-prometheus-stack.thanosRuler.crname == kube-prometheus-stack.fullname and kube-prometheus-stack.fullname is already truncated to 26 characters.

This PR is subtracting 1 from 26 truncation of kube-prometheus-stack.fullname for kube-prometheus-stack.thanosRuler.crname evaluation. This will ensure that the thanos-ruler created resources will have names compliant with the 63 char limit.

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

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

characters

Signed-off-by: Thanasis Petrovas <thanasis.petrovas@camunda.com>
Signed-off-by: Thanasis Petrovas <108522410+than-pet@users.noreply.github.com>
@than-pet than-pet changed the title [kube-promettheus-stack] ThanosRuler limit resource names up to 63 characters [kube-prometheus-stack] ThanosRuler limit resource names up to 63 characters May 14, 2024
@jkroepke
Copy link
Member

thanks

@jkroepke jkroepke merged commit e0c3624 into prometheus-community:main May 14, 2024
4 checks passed
mjnagel pushed a commit to defenseunicorns/uds-core that referenced this pull request May 21, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus)
([source](https://togithub.com/prometheus-community/helm-charts)) |
minor | `58.4.0` -> `58.6.0` |
| quay.io/prometheus-operator/prometheus-config-reloader | minor |
`v0.73.2` -> `v0.74.0` |
|
[quay.io/prometheus-operator/prometheus-operator](https://prometheus-operator.dev/)
([source](https://togithub.com/prometheus-operator/prometheus-operator))
| minor | `v0.73.2` -> `v0.74.0` |
| quay.io/prometheus/prometheus | minor | `v2.51.2` -> `v2.52.0` |
|
[registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader](https://togithub.com/prometheus-operator/prometheus-operator)
([source](https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-config-reloader))
| minor | `v0.73.2` -> `v0.74.0` |
|
[registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator](https://togithub.com/prometheus-operator/prometheus-operator)
([source](https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-operator))
| minor | `v0.73.2` -> `v0.74.0` |
|
[registry1.dso.mil/ironbank/opensource/prometheus/prometheus](https://prometheus.io/)
([source](https://repo1.dso.mil/dsop/opensource/prometheus/prometheus))
| minor | `v2.51.2` -> `v2.52.0` |

---

### Release Notes

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

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

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

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

#### What's Changed

- \[kube-prometheus-stack] Update Prometheus rules and Grafana
dashboards by [@&#8203;jkroepke](https://togithub.com/jkroepke) in
[prometheus-community/helm-charts#4531

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.5.3...kube-prometheus-stack-58.6.0

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

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

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

#### What's Changed

- \[kube-prometheus-stack] add the possibility to specify objectSelector
for admissionWebhooks objects by
[@&#8203;alexissellier](https://togithub.com/alexissellier) in
[prometheus-community/helm-charts#4540

#### New Contributors

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

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.5.2...kube-prometheus-stack-58.5.3

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

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

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

#### What's Changed

- \[kube-prometheus-stack] ThanosRuler limit resource names up to 63
characters by [@&#8203;than-pet](https://togithub.com/than-pet) in
[prometheus-community/helm-charts#4527

**Full Changelog**:
prometheus-community/helm-charts@prometheus-sql-exporter-0.1.0...kube-prometheus-stack-58.5.2

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

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

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

#### What's Changed

- \[kube-prometheus-stack] Fix exemplar indentation for consistency by
[@&#8203;lpetrazickisupgrade](https://togithub.com/lpetrazickisupgrade)
in
[prometheus-community/helm-charts#4524

#### New Contributors

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

**Full Changelog**:
prometheus-community/helm-charts@prometheus-25.21.0...kube-prometheus-stack-58.5.1

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

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

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

#### What's Changed

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

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.4.1...kube-prometheus-stack-58.5.0

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

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

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

#### What's Changed

- \[kube-prometheus-stack] Make TLS verification in kubelet
servicemonitor configurable by
[@&#8203;matofeder](https://togithub.com/matofeder) in
[prometheus-community/helm-charts#4528

#### New Contributors

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

**Full Changelog**:
prometheus-community/helm-charts@alertmanager-1.11.0...kube-prometheus-stack-58.4.1

</details>

<details>
<summary>prometheus-operator/prometheus-operator
(quay.io/prometheus-operator/prometheus-operator)</summary>

###
[`v0.74.0`](https://togithub.com/prometheus-operator/prometheus-operator/releases/tag/v0.74.0):
0.74.0 / 2024-05-17

[Compare
Source](https://togithub.com/prometheus-operator/prometheus-operator/compare/v0.73.2...v0.74.0)

- \[CHANGE/BUGFIX] Change the `proxyConnectHeader` field of the proxy
configuration in the `ScrapeConfig` CRD from a map of strings to a map
of string slices.
[#&#8203;6541](https://togithub.com/prometheus-operator/prometheus-operator/issues/6541)
- \[CHANGE] Automatically set the GOMAXPROCS variable according to the
CPU limits of the process cgroup.
[#&#8203;6576](https://togithub.com/prometheus-operator/prometheus-operator/issues/6576)
- \[FEATURE] Add support for the Nomad Service Discovery to the
`ScrapeConfig` CRD.
[#&#8203;6485](https://togithub.com/prometheus-operator/prometheus-operator/issues/6485)
- \[FEATURE] Add `relabelings` field for Alertmanager's endpoints in the
`Prometheus` CRD.
[#&#8203;6467](https://togithub.com/prometheus-operator/prometheus-operator/issues/6467)
- \[FEATURE] Add `alertRelabelings` field for the Alertmanager's
endpoints in the `Prometheus` CRD.
[#&#8203;6450](https://togithub.com/prometheus-operator/prometheus-operator/issues/6450)
- \[FEATURE] Add support for the Azure SDK authentication to the Azure
Service Discovery in the `ScrapeConfig` CRD.
[#&#8203;6595](https://togithub.com/prometheus-operator/prometheus-operator/issues/6595)
- \[FEATURE] Add support for the Azure SDK authentication to the
remote-write configuration in the `Prometheus` and `PrometheusAgent`
CRDs.
[#&#8203;6596](https://togithub.com/prometheus-operator/prometheus-operator/issues/6596)
- \[ENHANCEMENT] Add Go runtime scheduler metrics to the operator.
[#&#8203;6563](https://togithub.com/prometheus-operator/prometheus-operator/issues/6563)
- \[ENHANCEMENT] Add `go_sync_mutex_wait_total_seconds_total` metric to
the operator.
[#&#8203;6581](https://togithub.com/prometheus-operator/prometheus-operator/issues/6581)
- \[BUGFIX] Allow templated strings for the responder's `type` in
OpsGenie configuration.
[#&#8203;6378](https://togithub.com/prometheus-operator/prometheus-operator/issues/6378)
- \[BUGFIX] Fix nil pointer panic in the `AlertmanagerConfig` Webex
receiver.
[#&#8203;6582](https://togithub.com/prometheus-operator/prometheus-operator/issues/6582)
- \[BUGFIX] Apply TLS scrape class settings to all `PodMonitor`, `Probe`
and `ScrapeConfig` objects.
[#&#8203;6573](https://togithub.com/prometheus-operator/prometheus-operator/issues/6573)

</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://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
lambchop4prez added a commit to lambchop4prez/network that referenced this pull request May 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://togithub.com/prometheus-operator/kube-prometheus)
([source](https://togithub.com/prometheus-community/helm-charts)) |
minor | `58.3.3` -> `58.7.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

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

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

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

#### What's Changed

- \[kube-prometheus-stack] Correctly set version to
alertManagerSpec.version by
[@&#8203;EoinFarrell](https://togithub.com/EoinFarrell) in
[prometheus-community/helm-charts#4561

#### New Contributors

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

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.7.1...kube-prometheus-stack-58.7.2

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

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

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

#### What's Changed

- \[kube-prometheus-stack] Fix cluster variable `allValue` in dashboards
by [@&#8203;TheoBrigitte](https://togithub.com/TheoBrigitte) in
[prometheus-community/helm-charts#4559

#### New Contributors

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

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.7.0...kube-prometheus-stack-58.7.1

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

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

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

#### What's Changed

- \[kube-prometheus-stack] make default datasources name configurable by
[@&#8203;sebastiangaiser](https://togithub.com/sebastiangaiser) in
[prometheus-community/helm-charts#4557

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.6.1...kube-prometheus-stack-58.7.0

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

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

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

#### What's Changed

- \[kube-prometheus-stack] separate
prometheus-operator/admission-webhooks/job-patch from the rbac creation
by [@&#8203;rgaduput](https://togithub.com/rgaduput) in
[prometheus-community/helm-charts#4554

#### New Contributors

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

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.6.0...kube-prometheus-stack-58.6.1

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

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

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

##### What's Changed

- \[kube-prometheus-stack] Update Prometheus rules and Grafana
dashboards by [@&#8203;jkroepke](https://togithub.com/jkroepke) in
[prometheus-community/helm-charts#4531

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.5.3...kube-prometheus-stack-58.6.0

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

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

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

#### What's Changed

- \[kube-prometheus-stack] add the possibility to specify objectSelector
for admissionWebhooks objects by
[@&#8203;alexissellier](https://togithub.com/alexissellier) in
[prometheus-community/helm-charts#4540

#### New Contributors

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

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.5.2...kube-prometheus-stack-58.5.3

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

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

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

##### What's Changed

- \[kube-prometheus-stack] ThanosRuler limit resource names up to 63
characters by [@&#8203;than-pet](https://togithub.com/than-pet) in
[prometheus-community/helm-charts#4527

**Full Changelog**:
prometheus-community/helm-charts@prometheus-sql-exporter-0.1.0...kube-prometheus-stack-58.5.2

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

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

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

##### What's Changed

- \[kube-prometheus-stack] Fix exemplar indentation for consistency by
[@&#8203;lpetrazickisupgrade](https://togithub.com/lpetrazickisupgrade)
in
[prometheus-community/helm-charts#4524

##### New Contributors

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

**Full Changelog**:
prometheus-community/helm-charts@prometheus-25.21.0...kube-prometheus-stack-58.5.1

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

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

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

#### What's Changed

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

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.4.1...kube-prometheus-stack-58.5.0

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

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

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

#### What's Changed

- \[kube-prometheus-stack] Make TLS verification in kubelet
servicemonitor configurable by
[@&#8203;matofeder](https://togithub.com/matofeder) in
[prometheus-community/helm-charts#4528

#### New Contributors

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

**Full Changelog**:
prometheus-community/helm-charts@alertmanager-1.11.0...kube-prometheus-stack-58.4.1

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

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

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

#### What's Changed

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

**Full Changelog**:
prometheus-community/helm-charts@kube-prometheus-stack-58.3.3...kube-prometheus-stack-58.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[kube-prometheus-stack] Default thanos-ruler name too long
2 participants