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.10.0 → 0.11.0 ) #273

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

rk-1b[bot]
Copy link
Contributor

@rk-1b rk-1b bot commented Nov 5, 2024

This PR contains the following updates:

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

Release Notes

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

v0.11.0

Compare Source

  • [CHANGE] Remove redundant meta labels from SCSI metrics #​154
  • [CHANGE] Device family label now have "unknown" value if not present #​154
  • [ENHANCEMENT] New metric for total NVMe device capacity in bytes #​154
  • [ENHANCEMENT] New metric for dynamically discovered devices count #​129 #​147

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.

@rk-1b
Copy link
Contributor Author

rk-1b bot commented Nov 5, 2024

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

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

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

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

@rk-1b
Copy link
Contributor Author

rk-1b bot commented Nov 5, 2024

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

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

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

           protocol: TCP
         resources: {}
         volumeMounts:
         - mountPath: /hostdev
           name: dev
       dnsPolicy: ClusterFirst
-      hostNetwork: true
+      hostNetwork: false
       restartPolicy: Always
       serviceAccountName: smartctl-exporter
       volumes:
       - hostPath:
           path: /dev
         name: dev
--- HelmRelease: observability/smartctl-exporter ServiceMonitor: observability/smartctl-exporter

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

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

     scrapeTimeout: 30s
   namespaceSelector:
     matchNames:
     - observability
   selector:
     matchLabels:
-      helm.sh/chart: prometheus-smartctl-exporter-0.10.0
+      helm.sh/chart: prometheus-smartctl-exporter-0.11.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
 

@rk-1b rk-1b bot force-pushed the renovate/prometheus-smartctl-exporter-0.x branch from 745875d to 8b4309f Compare November 5, 2024 23:14
@rkoosaar rkoosaar merged commit f37e527 into main Nov 6, 2024
10 checks passed
@rkoosaar rkoosaar deleted the renovate/prometheus-smartctl-exporter-0.x branch November 6, 2024 17:39
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.

1 participant