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.8.0 → 0.9.0 ) #891

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v0.9.0

Compare Source

Breaking Changes:

  • Now labels with device model & serial number landed only to smartctl_device meta metric
  • /dev/ prefix pruned from device label for matching with node_exporter labels
  • [CHANGE] Removed doubled NVMe metrics #​82
  • [CHANGE] Reduced number of meta labels #​83
  • [FEATURE] Added disk form_factor meta label #​84
  • [CHANGE] Pruned /dev/ prefix from device label #​88
  • [ENHANCEMENT] remove os.stat in order to fit in Windows #​86
  • [ENHANCEMENT] Skip vendor-specific statistics that lead to duplicate metric labels #​28

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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from martinohmann as a code owner May 29, 2024 19:14
@renovate renovate bot added the type/minor label May 29, 2024
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/storage labels May 29, 2024
Copy link

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.8.0
+      helm.sh/chart: prometheus-smartctl-exporter-0.9.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
 

Copy link

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.8.0
+      version: 0.9.0
   dependsOn:
   - name: kube-prometheus-stack
     namespace: monitoring
   install:
     remediation:
       retries: 3

@martinohmann martinohmann merged commit 06759ff into main May 29, 2024
7 checks passed
@martinohmann martinohmann deleted the renovate/storage-prometheus-smartctl-exporter-0.x branch May 29, 2024 19:47
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