home-ops
home-ops copied to clipboard
feat(helm): update kube-prometheus-stack ( 58.4.0 → 58.6.0 )
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| kube-prometheus-stack (source) | minor | 58.4.0 -> 58.6.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
prometheus-community/helm-charts (kube-prometheus-stack)
v58.6.0
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
- [kube-prometheus-stack] Update Prometheus rules and Grafana dashboards by @jkroepke in https://github.com/prometheus-community/helm-charts/pull/4531
Full Changelog: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.5.3...kube-prometheus-stack-58.6.0
v58.5.3
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
- [kube-prometheus-stack] add the possibility to specify objectSelector for admissionWebhooks objects by @alexissellier in https://github.com/prometheus-community/helm-charts/pull/4540
New Contributors
- @alexissellier made their first contribution in https://github.com/prometheus-community/helm-charts/pull/4540
Full Changelog: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.5.2...kube-prometheus-stack-58.5.3
v58.5.2
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
- [kube-prometheus-stack] ThanosRuler limit resource names up to 63 characters by @than-pet in https://github.com/prometheus-community/helm-charts/pull/4527
Full Changelog: https://github.com/prometheus-community/helm-charts/compare/prometheus-sql-exporter-0.1.0...kube-prometheus-stack-58.5.2
v58.5.1
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
- [kube-prometheus-stack] Fix exemplar indentation for consistency by @lpetrazickisupgrade in https://github.com/prometheus-community/helm-charts/pull/4524
New Contributors
- @lpetrazickisupgrade made their first contribution in https://github.com/prometheus-community/helm-charts/pull/4524
Full Changelog: https://github.com/prometheus-community/helm-charts/compare/prometheus-25.21.0...kube-prometheus-stack-58.5.1
v58.5.0
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
- [kube-prometheus-stack] bump prom to 2.52.0 by @DrFaust92 in https://github.com/prometheus-community/helm-charts/pull/4530
Full Changelog: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-58.4.1...kube-prometheus-stack-58.5.0
v58.4.1
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
- [kube-prometheus-stack] Make TLS verification in kubelet servicemonitor configurable by @matofeder in https://github.com/prometheus-community/helm-charts/pull/4528
New Contributors
- @matofeder made their first contribution in https://github.com/prometheus-community/helm-charts/pull/4528
Full Changelog: https://github.com/prometheus-community/helm-charts/compare/alertmanager-1.11.0...kube-prometheus-stack-58.4.1
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
🦙 MegaLinter status: ✅ SUCCESS
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff
--- kubernetes/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack
+++ kubernetes/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack
@@ -13,13 +13,13 @@
spec:
chart: kube-prometheus-stack
sourceRef:
kind: HelmRepository
name: prometheus-community
namespace: flux-system
- version: 58.4.0
+ version: 58.7.2
dependsOn:
- name: longhorn
namespace: longhorn-system
install:
crds: CreateReplace
remediation:
--- HelmRelease: monitoring/kube-prometheus-stack Deployment: monitoring/prometheus-operator
+++ HelmRelease: monitoring/kube-prometheus-stack Deployment: monitoring/prometheus-operator
@@ -41,13 +41,13 @@
- --localhost=127.0.0.1
- --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.73.2
- --config-reloader-cpu-request=100m
- --config-reloader-cpu-limit=0
- --config-reloader-memory-request=50Mi
- --config-reloader-memory-limit=100Mi
- - --thanos-default-base-image=quay.io/thanos/thanos:v0.34.1
+ - --thanos-default-base-image=quay.io/thanos/thanos:v0.35.0
- --secret-field-selector=type!=kubernetes.io/dockercfg,type!=kubernetes.io/service-account-token,type!=helm.sh/release.v1
- --web.enable-tls=true
- --web.cert-file=/cert/cert
- --web.key-file=/cert/key
- --web.listen-address=:10250
- --web.tls-min-version=VersionTLS13
--- HelmRelease: monitoring/kube-prometheus-stack Prometheus: monitoring/prometheus-prometheus
+++ HelmRelease: monitoring/kube-prometheus-stack Prometheus: monitoring/prometheus-prometheus
@@ -16,14 +16,14 @@
alertmanagers:
- namespace: monitoring
name: prometheus-alertmanager
port: http-web
pathPrefix: /
apiVersion: v2
- image: quay.io/prometheus/prometheus:v2.51.2
- version: v2.51.2
+ image: quay.io/prometheus/prometheus:v2.52.0
+ version: v2.52.0
replicaExternalLabelName: replica
externalUrl: http://prometheus.${SECRET_DOMAIN}/
paused: false
replicas: 1
shards: 1
logLevel: info
--- HelmRelease: monitoring/kube-prometheus-stack Job: monitoring/prometheus-admission-create
+++ HelmRelease: monitoring/kube-prometheus-stack Job: monitoring/prometheus-admission-create
@@ -14,13 +14,13 @@
app.kubernetes.io/part-of: kube-prometheus-stack
release: kube-prometheus-stack
heritage: Helm
app.kubernetes.io/name: kube-prometheus-stack-prometheus-operator
app.kubernetes.io/component: prometheus-operator-webhook
spec:
- ttlSecondsAfterFinished: 0
+ ttlSecondsAfterFinished: 60
template:
metadata:
name: prometheus-admission-create
labels:
app: kube-prometheus-stack-admission-create
app.kubernetes.io/managed-by: Helm
--- HelmRelease: monitoring/kube-prometheus-stack Job: monitoring/prometheus-admission-patch
+++ HelmRelease: monitoring/kube-prometheus-stack Job: monitoring/prometheus-admission-patch
@@ -14,13 +14,13 @@
app.kubernetes.io/part-of: kube-prometheus-stack
release: kube-prometheus-stack
heritage: Helm
app.kubernetes.io/name: kube-prometheus-stack-prometheus-operator
app.kubernetes.io/component: prometheus-operator-webhook
spec:
- ttlSecondsAfterFinished: 0
+ ttlSecondsAfterFinished: 60
template:
metadata:
name: prometheus-admission-patch
labels:
app: kube-prometheus-stack-admission-patch
app.kubernetes.io/managed-by: Helm