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 prometheus-smartctl-exporter ( 0.11.0 → 0.13.0 ) #1746

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 25, 2024

This PR contains the following updates:

Package Update Change
prometheus-smartctl-exporter minor 0.11.0 -> 0.13.0

Release Notes

prometheus-community/smartctl_exporter (prometheus-smartctl-exporter)

v0.13.0

Compare Source

  • [CHANGE] slog used for logging instead go logger #​246
  • [ENHANCEMENT] Added support for megaraid devices and device types #​205 #​257
  • [BUGFIX] Better support for smartmontools < 7.3 #​238
  • [BUGFIX] Corrected NVMe read/write bytes to NVMe metrics #​211

v0.12.0

Compare Source

  • [CHANGE] Better SCSI/SAS support, and removing confused metrics #​168
  • [ENHANCEMENT] Impvoe the JSON collection script; now requires jq/yq #​176
  • [BUGFIX] Shell fixes for collect-smartctl-json.sh #​178
  • [BUGFIX] Various fixes to collect_fake_json.sh #​159

Configuration

📅 Schedule: Branch creation - "on monday,on wednesday,on friday" 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 December 25, 2024 02:05
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/storage labels Dec 25, 2024
Copy link

github-actions bot commented Dec 25, 2024

helmrelease changes in kubernetes/storage

--- HelmRelease: monitoring/smartctl-exporter DaemonSet: monitoring/smartctl-exporter-0

+++ HelmRelease: monitoring/smartctl-exporter DaemonSet: monitoring/smartctl-exporter-0

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

       labels:
         app.kubernetes.io/name: prometheus-smartctl-exporter
         app.kubernetes.io/instance: smartctl-exporter
         idx: i0
     spec:
       containers:
-      - image: quay.io/prometheuscommunity/smartctl-exporter:v0.12.0
+      - image: quay.io/prometheuscommunity/smartctl-exporter:v0.13.0
         imagePullPolicy: IfNotPresent
         args:
         - --smartctl.path=/usr/sbin/smartctl
         - --smartctl.interval=120s
         - --web.listen-address=0.0.0.0:9633
         - --web.telemetry-path=/metrics
--- HelmRelease: monitoring/smartctl-exporter ServiceMonitor: monitoring/smartctl-exporter

+++ HelmRelease: monitoring/smartctl-exporter ServiceMonitor: monitoring/smartctl-exporter

@@ -16,12 +16,12 @@

     scrapeTimeout: 30s
   namespaceSelector:
     matchNames:
     - monitoring
   selector:
     matchLabels:
-      helm.sh/chart: prometheus-smartctl-exporter-0.11.0
+      helm.sh/chart: prometheus-smartctl-exporter-0.13.0
       app.kubernetes.io/name: prometheus-smartctl-exporter
       app.kubernetes.io/instance: smartctl-exporter
-      app.kubernetes.io/version: v0.12.0
+      app.kubernetes.io/version: v0.13.0
       app.kubernetes.io/managed-by: Helm
 

Copy link

github-actions bot commented Dec 25, 2024

kustomization changes in kubernetes/storage

--- kubernetes/storage/apps/monitoring/smartctl-exporter/app Kustomization: flux-system/smartctl-exporter HelmRelease: monitoring/smartctl-exporter

+++ kubernetes/storage/apps/monitoring/smartctl-exporter/app Kustomization: flux-system/smartctl-exporter HelmRelease: monitoring/smartctl-exporter

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

     spec:
       chart: prometheus-smartctl-exporter
       sourceRef:
         kind: HelmRepository
         name: prometheus-community
         namespace: flux-system
-      version: 0.11.0
+      version: 0.13.0
   dependsOn:
   - name: kube-prometheus-stack
     namespace: monitoring
   install:
     remediation:
       retries: 3

@renovate renovate bot changed the title feat(container): update prometheus-smartctl-exporter ( 0.11.0 → 0.12.0 ) feat(container): update prometheus-smartctl-exporter ( 0.11.0 → 0.13.0 ) Dec 25, 2024
@renovate renovate bot force-pushed the renovate/storage-prometheus-smartctl-exporter-0.x branch from 89b3a2f to 51b0282 Compare December 25, 2024 19:39
@martinohmann martinohmann merged commit 7dccd19 into main Dec 26, 2024
7 checks passed
@renovate renovate bot deleted the renovate/storage-prometheus-smartctl-exporter-0.x branch December 26, 2024 11:11
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