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 chart kube-prometheus-stack ( 65.8.1 → 66.2.1 ) #4147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2024

This PR contains the following updates:

Package Update Change
kube-prometheus-stack (source) major 65.8.1 -> 66.2.1

Release Notes

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

v66.2.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@kube-prometheus-stack-66.2.0...kube-prometheus-stack-66.2.1

v66.2.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-66.1.1...kube-prometheus-stack-66.2.0

v66.1.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

New Contributors

Full Changelog: prometheus-community/helm-charts@prometheus-25.30.0...kube-prometheus-stack-66.1.1

v66.1.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.27.0...kube-prometheus-stack-66.1.0

v66.0.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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Nov 8, 2024

Helm Release Diff: monitoring/kube-prometheus-stack/kube-prometheus-stack.yaml

--- /tmp/tmp.mGNluFV8PB	2024-11-08 22:32:18.711544375 +0000
+++ /tmp/tmp.CLu0a2N0dS	2024-11-08 22:32:20.839560647 +0000
@@ -1073,14 +1073,14 @@
     spec:
       containers:
         - name: kube-prometheus-stack
-          image: "quay.io/prometheus-operator/prometheus-operator:v0.77.2"
+          image: "quay.io/prometheus-operator/prometheus-operator:v0.78.1"
           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.77.2
+            - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.78.1
             - --config-reloader-cpu-request=0
             - --config-reloader-cpu-limit=200m
             - --config-reloader-memory-request=0

@renovate renovate bot changed the title feat(helm)!: Update chart kube-prometheus-stack ( 65.8.1 → 66.0.0 ) feat(helm)!: Update chart kube-prometheus-stack ( 65.8.1 → 66.1.0 ) Nov 10, 2024
@renovate renovate bot force-pushed the renovate/kube-prometheus-stack-66.x branch from 7710c89 to 5bd0769 Compare November 10, 2024 01:50
Copy link

Helm Release Diff: monitoring/kube-prometheus-stack/kube-prometheus-stack.yaml

--- /tmp/tmp.JyOa3g0B7v	2024-11-10 01:51:23.079594574 +0000
+++ /tmp/tmp.zFnSK8fUy8	2024-11-10 01:51:24.667612341 +0000
@@ -1020,7 +1020,7 @@
             - --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.13.0
+          image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.14.0
           ports:
             - containerPort: 8080
               name: "http"
@@ -1040,7 +1040,7 @@
             httpGet:
               httpHeaders:
               path: /readyz
-              port: 8080
+              port: 8081
               scheme: HTTP
             initialDelaySeconds: 5
             periodSeconds: 10
@@ -1073,14 +1073,14 @@
     spec:
       containers:
         - name: kube-prometheus-stack
-          image: "quay.io/prometheus-operator/prometheus-operator:v0.77.2"
+          image: "quay.io/prometheus-operator/prometheus-operator:v0.78.1"
           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.77.2
+            - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.78.1
             - --config-reloader-cpu-request=0
             - --config-reloader-cpu-limit=200m
             - --config-reloader-memory-request=0
@@ -1254,8 +1254,8 @@
         port: http-web
         pathPrefix: "/"
         apiVersion: v2
-  image: "quay.io/prometheus/prometheus:v2.55.0"
-  version: v2.55.0
+  image: "quay.io/prometheus/prometheus:v2.55.1"
+  version: v2.55.1
   replicaExternalLabelName: "replica"
   externalUrl: "http://prom-server.eviljungle.com/"
   paused: false

@renovate renovate bot changed the title feat(helm)!: Update chart kube-prometheus-stack ( 65.8.1 → 66.1.0 ) feat(helm)!: Update chart kube-prometheus-stack ( 65.8.1 → 66.1.1 ) Nov 12, 2024
@renovate renovate bot force-pushed the renovate/kube-prometheus-stack-66.x branch from 5bd0769 to 16f36e9 Compare November 12, 2024 14:15
Copy link

Helm Release Diff: monitoring/kube-prometheus-stack/kube-prometheus-stack.yaml

--- /tmp/tmp.0Lvh1qfPH9	2024-11-12 14:16:34.187807789 +0000
+++ /tmp/tmp.u0ujjmozla	2024-11-12 14:16:36.195818969 +0000
@@ -1020,7 +1020,7 @@
             - --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.13.0
+          image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.14.0
           ports:
             - containerPort: 8080
               name: "http"
@@ -1040,7 +1040,7 @@
             httpGet:
               httpHeaders:
               path: /readyz
-              port: 8080
+              port: 8081
               scheme: HTTP
             initialDelaySeconds: 5
             periodSeconds: 10
@@ -1073,14 +1073,14 @@
     spec:
       containers:
         - name: kube-prometheus-stack
-          image: "quay.io/prometheus-operator/prometheus-operator:v0.77.2"
+          image: "quay.io/prometheus-operator/prometheus-operator:v0.78.1"
           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.77.2
+            - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.78.1
             - --config-reloader-cpu-request=0
             - --config-reloader-cpu-limit=200m
             - --config-reloader-memory-request=0
@@ -1254,8 +1254,8 @@
         port: http-web
         pathPrefix: "/"
         apiVersion: v2
-  image: "quay.io/prometheus/prometheus:v2.55.0"
-  version: v2.55.0
+  image: "quay.io/prometheus/prometheus:v2.55.1"
+  version: v2.55.1
   replicaExternalLabelName: "replica"
   externalUrl: "http://prom-server.eviljungle.com/"
   paused: false

@renovate renovate bot force-pushed the renovate/kube-prometheus-stack-66.x branch from 16f36e9 to c5c8072 Compare November 15, 2024 19:53
@renovate renovate bot changed the title feat(helm)!: Update chart kube-prometheus-stack ( 65.8.1 → 66.1.1 ) feat(helm)!: Update chart kube-prometheus-stack ( 65.8.1 → 66.2.0 ) Nov 15, 2024
| datasource | package               | from   | to     |
| ---------- | --------------------- | ------ | ------ |
| helm       | kube-prometheus-stack | 65.8.1 | 66.2.1 |


Signed-off-by: Jeff Billimek <[email protected]>
@renovate renovate bot changed the title feat(helm)!: Update chart kube-prometheus-stack ( 65.8.1 → 66.2.0 ) feat(helm)!: Update chart kube-prometheus-stack ( 65.8.1 → 66.2.1 ) Nov 15, 2024
@renovate renovate bot force-pushed the renovate/kube-prometheus-stack-66.x branch from c5c8072 to 317ab7a Compare November 15, 2024 21:10
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.

0 participants