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 image prometheus-smartctl-exporter to v0.8.0 #2252

Merged
merged 1 commit into from
Apr 7, 2024

Conversation

layla-bot[bot]
Copy link
Contributor

@layla-bot layla-bot bot commented Apr 6, 2024

This PR contains the following updates:

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

Release Notes

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

v0.8.0

Breaking Changes:
All configuration has been moved from the config file to command line flags.

  • [CHANGE] Refactor exporter config #​68
  • [BUGFIX] Fix smartctl command args to avoid wakeups #​74
  • [ENHANCEMENT] Add smartmontools to container image #​51

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.

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Apr 6, 2024

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

+++ HelmRelease: observability/smartctl-exporter DaemonSet: observability/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.11.0
+      - image: quay.io/prometheuscommunity/smartctl-exporter:v0.12.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: 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.7.1
+      helm.sh/chart: prometheus-smartctl-exporter-0.8.0
       app.kubernetes.io/name: prometheus-smartctl-exporter
       app.kubernetes.io/instance: smartctl-exporter
-      app.kubernetes.io/version: v0.11.0
+      app.kubernetes.io/version: v0.12.0
       app.kubernetes.io/managed-by: Helm
 

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Apr 6, 2024

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

+++ kubernetes/storage/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.7.1
+      version: 0.8.0
   dependsOn:
   - name: kube-prometheus-stack
     namespace: observability
   install:
     remediation:
       retries: 3

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Apr 6, 2024

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

+++ HelmRelease: observability/smartctl-exporter DaemonSet: observability/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.11.0
+      - image: quay.io/prometheuscommunity/smartctl-exporter:v0.12.0
         imagePullPolicy: IfNotPresent
         args:
         - --smartctl.path=/usr/sbin/smartctl
         - --smartctl.interval=120s
         - --smartctl.device=/dev/sda
         - --smartctl.device=/dev/nvme0n1
--- 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.7.1
+      helm.sh/chart: prometheus-smartctl-exporter-0.8.0
       app.kubernetes.io/name: prometheus-smartctl-exporter
       app.kubernetes.io/instance: smartctl-exporter
-      app.kubernetes.io/version: v0.11.0
+      app.kubernetes.io/version: v0.12.0
       app.kubernetes.io/managed-by: Helm
 

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Apr 6, 2024

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

+++ kubernetes/main/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.7.1
+      version: 0.8.0
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 30m
   uninstall:

@layla-bot layla-bot bot force-pushed the renovate/prometheus-smartctl-exporter-0.x branch 4 times, most recently from d68598e to f924c0f Compare April 7, 2024 09:06
@layla-bot layla-bot bot force-pushed the renovate/prometheus-smartctl-exporter-0.x branch from f924c0f to 0052b79 Compare April 7, 2024 10:13
@kashalls kashalls merged commit ac13179 into main Apr 7, 2024
14 checks passed
@layla-bot layla-bot bot deleted the renovate/prometheus-smartctl-exporter-0.x branch April 7, 2024 10:31
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