martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
5 stars 0 forks source link

feat(container): update prometheus-smartctl-exporter ( 0.9.0 → 0.10.0 ) #1000

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
prometheus-smartctl-exporter minor 0.9.0 -> 0.10.0

Release Notes

prometheus-community/smartctl_exporter (prometheus-smartctl-exporter) ### [`v0.10.0`](https://togithub.com/prometheus-community/smartctl_exporter/blob/HEAD/CHANGELOG.md#0100--2023-08-10) [Compare Source](https://togithub.com/prometheus-community/smartctl_exporter/compare/v0.9.0...v0.10.0) - \[FEATURE] Add device include/exclude filters for the automatic scanning [#​99](https://togithub.com/prometheus-community/smartctl_exporter/issues/99) - \[ENHANCEMENT] Critical metrics for SCSI disks added [#​131](https://togithub.com/prometheus-community/smartctl_exporter/issues/131) - \[CHANGE] Remove duplicate smartctl_device_status metric [#​137](https://togithub.com/prometheus-community/smartctl_exporter/issues/137) - \[CHANGE] Fix reported Data bytes Read/Written on SSDs [#​138](https://togithub.com/prometheus-community/smartctl_exporter/issues/138) - \[FEATURE] Add background scanning for devices [#​140](https://togithub.com/prometheus-community/smartctl_exporter/issues/140) - \[ENHANCEMENT] Added device name to logger rc code parser [#​141](https://togithub.com/prometheus-community/smartctl_exporter/issues/141)

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.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 month ago

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.9.0
+      version: 0.10.0
   dependsOn:
   - name: kube-prometheus-stack
     namespace: monitoring
   install:
     remediation:
       retries: 3
github-actions[bot] commented 1 month ago

helmrelease changes in kubernetes/storage

--- 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.9.0
+      helm.sh/chart: prometheus-smartctl-exporter-0.10.0
       app.kubernetes.io/name: prometheus-smartctl-exporter
       app.kubernetes.io/instance: smartctl-exporter
       app.kubernetes.io/version: v0.12.0
       app.kubernetes.io/managed-by: Helm