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

feat(helm): update kube-prometheus-stack ( 61.3.2 → 61.7.0 ) #1354

Merged
merged 1 commit into from
Aug 3, 2024

Conversation

ergho-bot[bot]
Copy link
Contributor

@ergho-bot ergho-bot bot commented Jul 27, 2024

This PR contains the following updates:

Package Update Change
kube-prometheus-stack (source) minor 61.3.2 -> 61.7.0

Release Notes

prometheus-community/helm-charts (kube-prometheus-stack)

v61.7.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-25.24.2...kube-prometheus-stack-61.7.0

v61.6.1

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-windows-exporter-0.4.0...kube-prometheus-stack-61.6.1

v61.6.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-state-metrics-5.25.0...kube-prometheus-stack-61.6.0

v61.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@kube-prometheus-stack-61.4.0...kube-prometheus-stack-61.5.0

v61.4.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-61.3.3...kube-prometheus-stack-61.4.0

v61.3.3

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-operator-admission-webhook-0.14.1...kube-prometheus-stack-61.3.3


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.

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Jul 27, 2024

--- cluster/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/cluster-apps-kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack

+++ cluster/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/cluster-apps-kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack

@@ -12,13 +12,13 @@

     spec:
       chart: kube-prometheus-stack
       sourceRef:
         kind: HelmRepository
         name: prometheus-community-charts
         namespace: flux-system
-      version: 61.3.2
+      version: 61.7.0
   install:
     crds: CreateReplace
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Jul 27, 2024

--- HelmRelease: monitoring/kube-prometheus-stack DaemonSet: monitoring/kube-prometheus-stack-prometheus-node-exporter

+++ HelmRelease: monitoring/kube-prometheus-stack DaemonSet: monitoring/kube-prometheus-stack-prometheus-node-exporter

@@ -41,13 +41,13 @@

         runAsGroup: 65534
         runAsNonRoot: true
         runAsUser: 65534
       serviceAccountName: kube-prometheus-stack-prometheus-node-exporter
       containers:
       - name: node-exporter
-        image: quay.io/prometheus/node-exporter:v1.8.1
+        image: quay.io/prometheus/node-exporter:v1.8.2
         imagePullPolicy: IfNotPresent
         args:
         - --path.procfs=/host/proc
         - --path.sysfs=/host/sys
         - --path.rootfs=/host/root
         - --path.udev.data=/host/root/run/udev/data
--- HelmRelease: monitoring/kube-prometheus-stack Deployment: monitoring/kube-prometheus-stack-kube-state-metrics

+++ HelmRelease: monitoring/kube-prometheus-stack Deployment: monitoring/kube-prometheus-stack-kube-state-metrics

@@ -44,32 +44,32 @@

       - name: kube-state-metrics
         args:
         - --port=8080
         - --resources=certificatesigningrequests,configmaps,cronjobs,daemonsets,deployments,endpoints,horizontalpodautoscalers,ingresses,jobs,leases,limitranges,mutatingwebhookconfigurations,namespaces,networkpolicies,nodes,persistentvolumeclaims,persistentvolumes,poddisruptionbudgets,pods,replicasets,replicationcontrollers,resourcequotas,secrets,services,statefulsets,storageclasses,validatingwebhookconfigurations,volumeattachments
         - --metric-labels-allowlist=persistentvolumeclaims=[*]
         imagePullPolicy: IfNotPresent
-        image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.12.0
+        image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.13.0
         ports:
         - containerPort: 8080
           name: http
         livenessProbe:
           failureThreshold: 3
           httpGet:
             httpHeaders: null
-            path: /healthz
+            path: /livez
             port: 8080
             scheme: HTTP
           initialDelaySeconds: 5
           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 5
         readinessProbe:
           failureThreshold: 3
           httpGet:
             httpHeaders: null
-            path: /
+            path: /readyz
             port: 8080
             scheme: HTTP
           initialDelaySeconds: 5
           periodSeconds: 10
           successThreshold: 1
           timeoutSeconds: 5
--- HelmRelease: monitoring/kube-prometheus-stack Deployment: monitoring/kube-prometheus-stack-operator

+++ HelmRelease: monitoring/kube-prometheus-stack Deployment: monitoring/kube-prometheus-stack-operator

@@ -31,23 +31,23 @@

         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.75.1
+        image: quay.io/prometheus-operator/prometheus-operator:v0.75.2
         imagePullPolicy: IfNotPresent
         args:
         - --kubelet-service=kube-system/kube-prometheus-stack-kubelet
         - --localhost=127.0.0.1
-        - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.75.1
+        - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.75.2
         - --config-reloader-cpu-request=0
         - --config-reloader-cpu-limit=0
         - --config-reloader-memory-request=0
         - --config-reloader-memory-limit=0
-        - --thanos-default-base-image=quay.io/thanos/thanos:v0.35.1
+        - --thanos-default-base-image=quay.io/thanos/thanos:v0.36.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

@ergho-bot ergho-bot bot removed the area/cluster label Jul 28, 2024
@ergho-bot ergho-bot bot force-pushed the renovate/kube-prometheus-stack-61.x branch from 53388df to 7c8464f Compare July 28, 2024 07:09
@ergho-bot ergho-bot bot changed the title feat(helm): update kube-prometheus-stack ( 61.3.2 → 61.4.0 ) feat(helm): update kube-prometheus-stack ( 61.3.2 → 61.5.0 ) Jul 28, 2024
@ergho-bot ergho-bot bot force-pushed the renovate/kube-prometheus-stack-61.x branch from 7c8464f to 3351312 Compare July 29, 2024 14:10
@ergho-bot ergho-bot bot changed the title feat(helm): update kube-prometheus-stack ( 61.3.2 → 61.5.0 ) feat(helm): update kube-prometheus-stack ( 61.3.2 → 61.6.0 ) Jul 29, 2024
@ergho-bot ergho-bot bot removed the area/cluster label Jul 30, 2024
@ergho-bot ergho-bot bot force-pushed the renovate/kube-prometheus-stack-61.x branch from 3351312 to e5711ca Compare August 1, 2024 07:12
@ergho-bot ergho-bot bot changed the title feat(helm): update kube-prometheus-stack ( 61.3.2 → 61.6.0 ) feat(helm): update kube-prometheus-stack ( 61.3.2 → 61.6.1 ) Aug 1, 2024
@ergho-bot ergho-bot bot force-pushed the renovate/kube-prometheus-stack-61.x branch from e5711ca to 7873d72 Compare August 2, 2024 10:13
@ergho-bot ergho-bot bot changed the title feat(helm): update kube-prometheus-stack ( 61.3.2 → 61.6.1 ) feat(helm): update kube-prometheus-stack ( 61.3.2 → 61.7.0 ) Aug 2, 2024
@ergho-bot ergho-bot bot removed the area/cluster label Aug 3, 2024
@ergho ergho merged commit b7caba9 into main Aug 3, 2024
10 checks passed
@ergho ergho deleted the renovate/kube-prometheus-stack-61.x branch August 3, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant