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/prometheus-snmp-exporter)!: Update 5.6.0 ➼ 8.0.0 #1954

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

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Mar 1, 2025

This PR contains the following updates:

Package Update Change OpenSSF
prometheus-snmp-exporter (source) major 5.6.0 -> 8.0.0 OpenSSF Scorecard

Release Notes

prometheus-community/helm-charts (prometheus-snmp-exporter)

v8.0.0

Compare Source

Prometheus SNMP Exporter

What's Changed

New Contributors

Full Changelog: prometheus-community/helm-charts@prometheus-snmp-exporter-7.0.3...prometheus-snmp-exporter-8.0.0

v7.0.3

Compare Source

Prometheus SNMP Exporter

What's Changed

New Contributors

Full Changelog: prometheus-community/helm-charts@prometheus-snmp-exporter-7.0.2...prometheus-snmp-exporter-7.0.3

v7.0.2

Compare Source

Prometheus SNMP Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@prometheus-stackdriver-exporter-4.8.2...prometheus-snmp-exporter-7.0.2

v7.0.1

Compare Source

Prometheus SNMP Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@prometheus-druid-exporter-1.1.1...prometheus-snmp-exporter-7.0.1

v7.0.0

Compare Source

Prometheus SNMP Exporter

What's Changed

New Contributors

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-69.3.1...prometheus-snmp-exporter-7.0.0

v6.0.0

Compare Source

Prometheus SNMP Exporter

What's Changed

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-67.9.0...prometheus-snmp-exporter-6.0.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 this update again.


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

This PR has been generated by Renovate Bot.

Copy link

cloudflare-workers-and-pages bot commented Mar 1, 2025

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3964864
Status: ✅  Deploy successful!
Preview URL: https://1efaf3e8.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-prometheus-snmp-exp-u5i6.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Mar 1, 2025

--- kube/deploy/core/monitoring/snmp-exporter/app Kustomization: flux-system/1-core-monitoring-snmp-exporter-app HelmRelease: snmp-exporter/snmp-exporter

+++ kube/deploy/core/monitoring/snmp-exporter/app Kustomization: flux-system/1-core-monitoring-snmp-exporter-app HelmRelease: snmp-exporter/snmp-exporter

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

     spec:
       chart: prometheus-snmp-exporter
       sourceRef:
         kind: HelmRepository
         name: prometheus-community
         namespace: flux-system
-      version: 5.6.0
+      version: 8.0.0
   driftDetection:
     ignore:
     - paths:
       - /spec/replicas
     mode: warn
   install:

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Mar 1, 2025

--- HelmRelease: snmp-exporter/snmp-exporter Deployment: snmp-exporter/snmp-exporter

+++ HelmRelease: snmp-exporter/snmp-exporter Deployment: snmp-exporter/snmp-exporter

@@ -36,13 +36,13 @@

       annotations: {}
     spec:
       restartPolicy: Always
       serviceAccountName: snmp-exporter
       containers:
       - name: snmp-exporter
-        image: quay.io/prometheus/snmp-exporter:v0.26.0
+        image: quay.io/prometheus/snmp-exporter:v0.28.0
         imagePullPolicy: IfNotPresent
         securityContext:
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
         args:
@@ -51,17 +51,17 @@

         resources: {}
         ports:
         - containerPort: 9116
           name: http
         livenessProbe:
           httpGet:
-            path: /health
+            path: /
             port: http
         readinessProbe:
           httpGet:
-            path: /health
+            path: /
             port: http
         volumeMounts:
         - name: config
           mountPath: /config/snmp.yml
           subPath: snmp.yml
           readOnly: null

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