-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.11.0 ) - autoclosed #5446
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/cluster-0/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack
+++ kubernetes/cluster-0/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack
@@ -14,13 +14,13 @@
chart: kube-prometheus-stack
interval: 30m
sourceRef:
kind: HelmRepository
name: prometheus-community
namespace: flux-system
- version: 66.2.2
+ version: 67.11.0
install:
crds: Skip
interval: 30m
timeout: 15m
upgrade:
crds: Skip |
--- HelmRelease: monitoring/kube-prometheus-stack Deployment: monitoring/kube-prometheus-stack-operator
+++ HelmRelease: monitoring/kube-prometheus-stack Deployment: monitoring/kube-prometheus-stack-operator
@@ -31,25 +31,25 @@
app: kube-prometheus-stack-operator
app.kubernetes.io/name: kube-prometheus-stack-prometheus-operator
app.kubernetes.io/component: prometheus-operator
spec:
containers:
- name: kube-prometheus-stack
- image: quay.io/prometheus-operator/prometheus-operator:v0.78.2
+ image: quay.io/prometheus-operator/prometheus-operator:v0.79.0
imagePullPolicy: IfNotPresent
args:
- --kubelet-service=kube-system/kube-prometheus-stack-kubelet
- --kubelet-endpoints=true
- --kubelet-endpointslice=false
- --localhost=127.0.0.1
- - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.78.2
+ - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.79.0
- --config-reloader-cpu-request=5m
- --config-reloader-cpu-limit=0
- --config-reloader-memory-request=32M
- --config-reloader-memory-limit=32M
- - --thanos-default-base-image=quay.io/thanos/thanos:v0.36.1
+ - --thanos-default-base-image=quay.io/thanos/thanos:v0.37.2
- --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/kube-prometheus-stack
+++ HelmRelease: monitoring/kube-prometheus-stack Prometheus: monitoring/kube-prometheus-stack
@@ -16,14 +16,14 @@
alerting:
alertmanagers:
- apiVersion: v2
name: alertmanager
namespace: monitoring
port: 9093
- image: quay.io/prometheus/prometheus:v2.55.1
- version: v2.55.1
+ image: quay.io/prometheus/prometheus:v3.0.1
+ version: v3.0.1
replicaExternalLabelName: __replica__
externalUrl: http://prometheus.holthome.net/
paused: false
replicas: 1
shards: 1
logLevel: info
--- HelmRelease: monitoring/kube-prometheus-stack PrometheusRule: monitoring/kube-prometheus-stack-kubernetes-apps
+++ HelmRelease: monitoring/kube-prometheus-stack PrometheusRule: monitoring/kube-prometheus-stack-kubernetes-apps
@@ -148,13 +148,13 @@
for: 15m
labels:
severity: warning
- alert: KubeDaemonSetRolloutStuck
annotations:
description: DaemonSet {{ $labels.namespace }}/{{ $labels.daemonset }} has
- not finished or progressed for at least 15 minutes.
+ not finished or progressed for at least 15m.
runbook_url: https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubedaemonsetrolloutstuck
summary: DaemonSet rollout is stuck.
expr: |-
(
(
kube_daemonset_status_current_number_scheduled{job="kube-state-metrics", namespace=~".*"}
--- HelmRelease: monitoring/kube-prometheus-stack PrometheusRule: monitoring/kube-prometheus-stack-kubernetes-system-apiserver
+++ HelmRelease: monitoring/kube-prometheus-stack PrometheusRule: monitoring/kube-prometheus-stack-kubernetes-system-apiserver
@@ -15,26 +15,26 @@
groups:
- name: kubernetes-system-apiserver
rules:
- alert: KubeClientCertificateExpiration
annotations:
description: A client certificate used to authenticate to kubernetes apiserver
- is expiring in less than 7.0 days.
+ is expiring in less than 7.0 days on cluster {{ $labels.cluster }}.
runbook_url: https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubeclientcertificateexpiration
summary: Client certificate is about to expire.
expr: |-
histogram_quantile(0.01, sum without (namespace, service, endpoint) (rate(apiserver_client_certificate_expiration_seconds_bucket{job="apiserver"}[5m]))) < 604800
and
on (job, cluster, instance) apiserver_client_certificate_expiration_seconds_count{job="apiserver"} > 0
for: 5m
labels:
severity: warning
- alert: KubeClientCertificateExpiration
annotations:
description: A client certificate used to authenticate to kubernetes apiserver
- is expiring in less than 24.0 hours.
+ is expiring in less than 24.0 hours on cluster {{ $labels.cluster }}.
runbook_url: https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubeclientcertificateexpiration
summary: Client certificate is about to expire.
expr: |-
histogram_quantile(0.01, sum without (namespace, service, endpoint) (rate(apiserver_client_certificate_expiration_seconds_bucket{job="apiserver"}[5m]))) < 86400
and
on (job, cluster, instance) apiserver_client_certificate_expiration_seconds_count{job="apiserver"} > 0
--- HelmRelease: monitoring/kube-prometheus-stack PrometheusRule: monitoring/kube-prometheus-stack-prometheus
+++ HelmRelease: monitoring/kube-prometheus-stack PrometheusRule: monitoring/kube-prometheus-stack-prometheus
@@ -68,17 +68,17 @@
)
for: 15m
labels:
severity: warning
- alert: PrometheusErrorSendingAlertsToSomeAlertmanagers
annotations:
- description: '{{ printf "%.1f" $value }}% errors while sending alerts from
- Prometheus {{$labels.namespace}}/{{$labels.pod}} to Alertmanager {{$labels.alertmanager}}.'
+ description: '{{ printf "%.1f" $value }}% of alerts sent by Prometheus {{$labels.namespace}}/{{$labels.pod}}
+ to Alertmanager {{$labels.alertmanager}} were affected by errors.'
runbook_url: https://runbooks.prometheus-operator.dev/runbooks/prometheus/prometheuserrorsendingalertstosomealertmanagers
- summary: Prometheus has encountered more than 1% errors sending alerts to
- a specific Alertmanager.
+ summary: More than 1% of alerts sent by Prometheus to a specific Alertmanager
+ were affected by errors.
expr: |-
(
rate(prometheus_notifications_errors_total{job="kube-prometheus-stack-prometheus",namespace="monitoring"}[5m])
/
rate(prometheus_notifications_sent_total{job="kube-prometheus-stack-prometheus",namespace="monitoring"}[5m])
)
--- HelmRelease: monitoring/kube-prometheus-stack ServiceMonitor: monitoring/kube-prometheus-stack-kubelet
+++ HelmRelease: monitoring/kube-prometheus-stack ServiceMonitor: monitoring/kube-prometheus-stack-kubelet
@@ -11,12 +11,20 @@
app.kubernetes.io/part-of: kube-prometheus-stack
release: kube-prometheus-stack
heritage: Helm
spec:
attachMetadata:
node: false
+ jobLabel: k8s-app
+ namespaceSelector:
+ matchNames:
+ - kube-system
+ selector:
+ matchLabels:
+ app.kubernetes.io/name: kubelet
+ k8s-app: kubelet
endpoints:
- port: https-metrics
scheme: https
tlsConfig:
caFile: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
insecureSkipVerify: true
@@ -37,14 +45,16 @@
sourceLabels:
- __metrics_path__
targetLabel: metrics_path
- port: https-metrics
scheme: https
path: /metrics/cadvisor
+ interval: 10s
honorLabels: true
honorTimestamps: true
+ trackTimestampsStaleness: true
tlsConfig:
caFile: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
insecureSkipVerify: true
bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
metricRelabelings:
- action: drop
@@ -88,15 +98,7 @@
bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
relabelings:
- action: replace
sourceLabels:
- __metrics_path__
targetLabel: metrics_path
- jobLabel: k8s-app
- namespaceSelector:
- matchNames:
- - kube-system
- selector:
- matchLabels:
- app.kubernetes.io/name: kubelet
- k8s-app: kubelet
|
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
renovate
bot
changed the title
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.0.0 )
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.1.0 )
Dec 16, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-kube-prometheus-stack-67.x
branch
from
December 16, 2024 15:13
97341b2
to
bf99e5b
Compare
renovate
bot
changed the title
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.1.0 )
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.2.0 )
Dec 16, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-kube-prometheus-stack-67.x
branch
2 times, most recently
from
December 18, 2024 01:24
7024cb5
to
20fd7dd
Compare
renovate
bot
changed the title
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.2.0 )
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.3.0 )
Dec 18, 2024
renovate
bot
changed the title
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.3.0 )
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.3.1 )
Dec 18, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-kube-prometheus-stack-67.x
branch
from
December 18, 2024 20:01
20fd7dd
to
af0e649
Compare
renovate
bot
changed the title
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.3.1 )
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.4.0 )
Dec 19, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-kube-prometheus-stack-67.x
branch
from
December 19, 2024 19:23
af0e649
to
13b9a1a
Compare
renovate
bot
changed the title
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.4.0 )
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.5.0 )
Dec 25, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-kube-prometheus-stack-67.x
branch
from
December 25, 2024 13:49
13b9a1a
to
6056d77
Compare
renovate
bot
force-pushed
the
renovate/cluster-0-kube-prometheus-stack-67.x
branch
from
January 3, 2025 11:18
6056d77
to
7d1094b
Compare
renovate
bot
changed the title
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.5.0 )
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.6.0 )
Jan 3, 2025
renovate
bot
force-pushed
the
renovate/cluster-0-kube-prometheus-stack-67.x
branch
from
January 3, 2025 17:30
7d1094b
to
b8b5c7d
Compare
renovate
bot
changed the title
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.6.0 )
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.7.0 )
Jan 3, 2025
renovate
bot
changed the title
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.7.0 )
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.8.0 )
Jan 6, 2025
renovate
bot
force-pushed
the
renovate/cluster-0-kube-prometheus-stack-67.x
branch
2 times, most recently
from
January 8, 2025 15:18
78fe671
to
b79fd15
Compare
renovate
bot
changed the title
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.8.0 )
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.9.0 )
Jan 8, 2025
renovate
bot
changed the title
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.9.0 )
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.10.0 )
Jan 11, 2025
renovate
bot
force-pushed
the
renovate/cluster-0-kube-prometheus-stack-67.x
branch
from
January 11, 2025 13:37
b79fd15
to
945dc11
Compare
| datasource | package | from | to | | ---------- | --------------------- | ------ | ------- | | helm | kube-prometheus-stack | 66.2.2 | 67.11.0 |
renovate
bot
force-pushed
the
renovate/cluster-0-kube-prometheus-stack-67.x
branch
from
January 13, 2025 13:07
945dc11
to
369628b
Compare
renovate
bot
changed the title
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.10.0 )
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.11.0 )
Jan 13, 2025
renovate
bot
changed the title
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.11.0 )
feat(helm)!: Update chart kube-prometheus-stack ( 66.2.2 → 67.11.0 ) - autoclosed
Jan 13, 2025
renovate
bot
deleted the
renovate/cluster-0-kube-prometheus-stack-67.x
branch
January 13, 2025 18:05
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
66.2.2
->67.11.0
Release Notes
prometheus-community/helm-charts (kube-prometheus-stack)
v67.11.0
Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-67.10.0...kube-prometheus-stack-67.11.0
v67.10.0
Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
New Contributors
Full Changelog: prometheus-community/helm-charts@prometheus-snmp-exporter-6.0.0...kube-prometheus-stack-67.10.0
v67.9.0
Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
Full Changelog: prometheus-community/helm-charts@prometheus-stackdriver-exporter-4.7.1...kube-prometheus-stack-67.9.0
v67.8.0
Compare Source
v67.7.0
Compare Source
v67.6.0
Compare Source
v67.5.0
Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
Full Changelog: prometheus-community/helm-charts@prom-label-proxy-0.10.1...kube-prometheus-stack-67.5.0
v67.4.0
Compare Source
v67.3.1
Compare Source
v67.3.0
Compare Source
v67.2.1
Compare Source
v67.2.0
Compare Source
v67.1.0
Compare Source
v67.0.0
Compare Source
v66.7.1
Compare Source
v66.7.0
Compare Source
v66.6.0
Compare Source
v66.5.0
Compare Source
v66.4.0
Compare Source
v66.3.1
Compare Source
v66.3.0
Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.