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(container): update kube-prometheus-stack ( 67.5.0 → 67.8.0 ) #1776

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Update Change
kube-prometheus-stack (source) minor 67.5.0 -> 67.8.0

Release Notes

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

v67.8.0

Compare Source

v67.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@kube-prometheus-stack-67.6.0...kube-prometheus-stack-67.7.0

v67.6.0

Compare Source


Configuration

📅 Schedule: Branch creation - "on monday" in timezone Europe/Berlin, 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.

@renovate renovate bot requested a review from martinohmann as a code owner January 6, 2025 03:11
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Jan 6, 2025
Copy link

github-actions bot commented Jan 6, 2025

kustomization changes in kubernetes/main

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

+++ kubernetes/main/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: 67.5.0
+      version: 67.8.0
   dependsOn:
   - name: openebs
     namespace: openebs-system
   - name: thanos
     namespace: monitoring
   install:

Copy link

github-actions bot commented Jan 6, 2025

helmrelease changes in kubernetes/main

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

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

@@ -95,12 +95,25 @@

           mountPath: /host/root
           mountPropagation: HostToContainer
           readOnly: true
       hostNetwork: true
       hostPID: true
       hostIPC: false
+      affinity:
+        nodeAffinity:
+          requiredDuringSchedulingIgnoredDuringExecution:
+            nodeSelectorTerms:
+            - matchExpressions:
+              - key: eks.amazonaws.com/compute-type
+                operator: NotIn
+                values:
+                - fargate
+              - key: type
+                operator: NotIn
+                values:
+                - virtual-kubelet
       nodeSelector:
         kubernetes.io/os: linux
       tolerations:
       - key: CriticalAddonsOnly
         operator: Exists
       - effect: NoSchedule
--- HelmRelease: monitoring/kube-prometheus-stack Deployment: monitoring/prometheus-operator

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

@@ -101,7 +101,8 @@

         runAsNonRoot: true
         runAsUser: 65534
         seccompProfile:
           type: RuntimeDefault
       serviceAccountName: prometheus-operator
       automountServiceAccountToken: true
+      terminationGracePeriodSeconds: 30
 
--- HelmRelease: monitoring/kube-prometheus-stack Prometheus: monitoring/kube-prometheus-stack

+++ HelmRelease: monitoring/kube-prometheus-stack Prometheus: monitoring/kube-prometheus-stack

@@ -17,14 +17,14 @@

     alertmanagers:
     - namespace: monitoring
       name: kube-prometheus-stack-alertmanager
       port: http-web
       pathPrefix: /
       apiVersion: v2
-  image: quay.io/prometheus/prometheus:v3.0.1
-  version: v3.0.1
+  image: quay.io/prometheus/prometheus:v3.1.0
+  version: v3.1.0
   externalLabels:
     cluster: main
   replicaExternalLabelName: __replica__
   externalUrl: http://prometheus.18b.haus/
   paused: false
   replicas: 2

@renovate renovate bot changed the title feat(container): update kube-prometheus-stack ( 67.5.0 → 67.7.0 ) feat(container): update kube-prometheus-stack ( 67.5.0 → 67.8.0 ) Jan 6, 2025
@renovate renovate bot force-pushed the renovate/main-kube-prometheus-stack-67.x branch from 599ef78 to 1adedea Compare January 6, 2025 12:21
@martinohmann martinohmann merged commit accc38d into main Jan 6, 2025
7 checks passed
@renovate renovate bot deleted the renovate/main-kube-prometheus-stack-67.x branch January 6, 2025 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant