Skip to content

Commit

Permalink
Merge pull request #500 from prometheus-community/autoupdate/smartctl…
Browse files Browse the repository at this point in the history
…_exporter/0.13.0

patch: New prometheus-community/smartctl_exporter upstream release 0.13.0!
  • Loading branch information
SuperQ authored Jan 6, 2025
2 parents 7af1c36 + 4c9d4e8 commit 2ba840c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/smartctl_exporter/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
smartctl_exporter_version: 0.12.0
smartctl_exporter_version: 0.13.0
smartctl_exporter_binary_url: "https://github.com/{{ _smartctl_exporter_repo }}/releases/download/v{{ smartctl_exporter_version }}/\
smartctl_exporter-{{ smartctl_exporter_version }}.{{ ansible_system | lower }}-{{ _smartctl_exporter_go_ansible_arch }}.tar.gz"
smartctl_exporter_checksums_url: "https://github.com/{{ _smartctl_exporter_repo }}/releases/download/v{{ smartctl_exporter_version }}/sha256sums.txt"
Expand Down
2 changes: 1 addition & 1 deletion roles/smartctl_exporter/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argument_specs:
options:
smartctl_exporter_version:
description: "Smartctl exporter package version. Also accepts latest as parameter."
default: "0.12.0"
default: "0.13.0"
smartctl_exporter_binary_url:
description: "URL of the Smartctl exporter binaries .tar.gz file"
default: "https://github.com/{{ _smartctl_exporter_repo }}/releases/download/v{{ smartctl_exporter_version }}/smartctl_exporter-{{ smartctl_exporter_version }}.{{ ansible_system | lower }}-{{ _smartctl_exporter_go_ansible_arch }}.tar.gz"
Expand Down

0 comments on commit 2ba840c

Please sign in to comment.