Skip to content

Commit

Permalink
fix(version): windows_exporter updated to 0.29.1 release (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin authored Oct 1, 2024
1 parent 7d7daa4 commit a70af87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# See available releases: https://github.com/prometheus-community/windows_exporter/releases
windows_exporter_version: '0.29.0'
windows_exporter_version: '0.29.1'
windows_exporter_package_name: 'windows_exporter-{{ windows_exporter_version }}-{{ __windows_exporter_architecture }}.msi'
windows_exporter_download_url: 'https://github.com/prometheus-community/windows_exporter/releases/download/v{{ windows_exporter_version }}'
windows_exporter_checksum_url: '{{ windows_exporter_download_url }}/sha256sums.txt'
Expand Down
2 changes: 1 addition & 1 deletion meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ argument_specs:
windows_exporter_version:
type: 'str'
description: 'The version of Windows Exporter to install.'
default: '0.29.0'
default: '0.29.1'
windows_exporter_package_name:
type: 'str'
description: 'The Windows Exporter package name.'
Expand Down

0 comments on commit a70af87

Please sign in to comment.