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

⬆️ Update Helm release kube-prometheus-stack to v66.7.1 #1560

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

Conversation

gitops-updater[bot]
Copy link
Contributor

@gitops-updater gitops-updater bot commented Nov 9, 2024

This PR contains the following updates:

Package Update Change
kube-prometheus-stack (source) minor 66.0.0 -> 66.7.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v66.7.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-nats-exporter-2.18.0...kube-prometheus-stack-66.7.1

v66.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-node-exporter-4.43.0...kube-prometheus-stack-66.7.0

v66.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@prometheus-conntrack-stats-exporter-0.5.14...kube-prometheus-stack-66.6.0

v66.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@prometheus-stackdriver-exporter-4.7.0...kube-prometheus-stack-66.5.0

v66.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
New Contributors

Full Changelog: prometheus-community/helm-charts@prometheus-postgres-exporter-6.7.1...kube-prometheus-stack-66.4.0

v66.3.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@kube-prometheus-stack-66.3.0...kube-prometheus-stack-66.3.1

v66.3.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-26.0.0...kube-prometheus-stack-66.3.0

v66.2.2

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-mysql-exporter-2.8.0...kube-prometheus-stack-66.2.2

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


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 these updates again.


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

This PR has been generated by Renovate Bot.

Copy link

github-actions bot commented Nov 9, 2024

Path: cluster/apps/monitoring/kube-prometheus-stack/helm-release.yaml
Version: 66.0.0 -> 66.1.0

@@ -1227,7 +1227,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"
@@ -1247,7 +1247,7 @@
             httpGet:
               httpHeaders:
               path: /readyz
-              port: 8080
+              port: 8081
               scheme: HTTP
             initialDelaySeconds: 5
             periodSeconds: 10
@@ -1553,8 +1553,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://prometheus.${SECRET_DOMAIN}/"
   paused: false

@gitops-updater gitops-updater bot changed the title ⬆️ Update Helm release kube-prometheus-stack to v66.1.0 ⬆️ Update Helm release kube-prometheus-stack to v66.1.1 Nov 12, 2024
@gitops-updater gitops-updater bot force-pushed the renovate/kube-prometheus-stack-66.x branch from ea8fc7b to 235fa6d Compare November 12, 2024 10:18
Copy link

Path: cluster/apps/monitoring/kube-prometheus-stack/helm-release.yaml
Version: 66.0.0 -> 66.1.1

@@ -1227,7 +1227,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"
@@ -1247,7 +1247,7 @@
             httpGet:
               httpHeaders:
               path: /readyz
-              port: 8080
+              port: 8081
               scheme: HTTP
             initialDelaySeconds: 5
             periodSeconds: 10
@@ -1553,8 +1553,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://prometheus.${SECRET_DOMAIN}/"
   paused: false

@gitops-updater gitops-updater bot force-pushed the renovate/kube-prometheus-stack-66.x branch from 235fa6d to c2c84fe Compare November 15, 2024 18:24
@gitops-updater gitops-updater bot changed the title ⬆️ Update Helm release kube-prometheus-stack to v66.1.1 ⬆️ Update Helm release kube-prometheus-stack to v66.2.0 Nov 15, 2024
@gitops-updater gitops-updater bot force-pushed the renovate/kube-prometheus-stack-66.x branch from c2c84fe to 6879b1a Compare November 15, 2024 21:17
@gitops-updater gitops-updater bot changed the title ⬆️ Update Helm release kube-prometheus-stack to v66.2.0 ⬆️ Update Helm release kube-prometheus-stack to v66.2.1 Nov 15, 2024
@gitops-updater gitops-updater bot force-pushed the renovate/kube-prometheus-stack-66.x branch from 6879b1a to 968f641 Compare November 23, 2024 09:17
@gitops-updater gitops-updater bot changed the title ⬆️ Update Helm release kube-prometheus-stack to v66.2.1 ⬆️ Update Helm release kube-prometheus-stack to v66.2.2 Nov 23, 2024
@gitops-updater gitops-updater bot force-pushed the renovate/kube-prometheus-stack-66.x branch from 968f641 to 91420a6 Compare November 27, 2024 16:23
@gitops-updater gitops-updater bot changed the title ⬆️ Update Helm release kube-prometheus-stack to v66.2.2 ⬆️ Update Helm release kube-prometheus-stack to v66.3.0 Nov 27, 2024
@gitops-updater gitops-updater bot force-pushed the renovate/kube-prometheus-stack-66.x branch from 91420a6 to 37f031a Compare December 4, 2024 15:21
@gitops-updater gitops-updater bot changed the title ⬆️ Update Helm release kube-prometheus-stack to v66.3.0 ⬆️ Update Helm release kube-prometheus-stack to v66.3.1 Dec 4, 2024
@gitops-updater gitops-updater bot force-pushed the renovate/kube-prometheus-stack-66.x branch from 37f031a to 94c9602 Compare December 12, 2024 10:21
@gitops-updater gitops-updater bot changed the title ⬆️ Update Helm release kube-prometheus-stack to v66.3.1 ⬆️ Update Helm release kube-prometheus-stack to v66.4.0 Dec 12, 2024
@gitops-updater gitops-updater bot force-pushed the renovate/kube-prometheus-stack-66.x branch from 94c9602 to 4e40f5c Compare December 13, 2024 09:20
@gitops-updater gitops-updater bot changed the title ⬆️ Update Helm release kube-prometheus-stack to v66.4.0 ⬆️ Update Helm release kube-prometheus-stack to v66.5.0 Dec 13, 2024
@gitops-updater gitops-updater bot force-pushed the renovate/kube-prometheus-stack-66.x branch from 4e40f5c to 3ce13f9 Compare December 13, 2024 22:17
@gitops-updater gitops-updater bot changed the title ⬆️ Update Helm release kube-prometheus-stack to v66.5.0 ⬆️ Update Helm release kube-prometheus-stack to v66.6.0 Dec 13, 2024
@gitops-updater gitops-updater bot force-pushed the renovate/kube-prometheus-stack-66.x branch from 3ce13f9 to 44ef8a9 Compare December 15, 2024 12:33
@gitops-updater gitops-updater bot changed the title ⬆️ Update Helm release kube-prometheus-stack to v66.6.0 ⬆️ Update Helm release kube-prometheus-stack to v66.7.0 Dec 15, 2024
| datasource | package               | from   | to     |
| ---------- | --------------------- | ------ | ------ |
| helm       | kube-prometheus-stack | 66.0.0 | 66.7.1 |
@gitops-updater gitops-updater bot force-pushed the renovate/kube-prometheus-stack-66.x branch from 44ef8a9 to 37653bb Compare December 15, 2024 22:17
@gitops-updater gitops-updater bot changed the title ⬆️ Update Helm release kube-prometheus-stack to v66.7.0 ⬆️ Update Helm release kube-prometheus-stack to v66.7.1 Dec 15, 2024
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