Skip to content

Commit

Permalink
fix(version): windows_exporter updated to 0.28.1 release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin authored Sep 3, 2024
1 parent ce8966f commit 282a7b3
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.27.2'
windows_exporter_version: '0.28.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 @@ -10,7 +10,7 @@ argument_specs:
windows_exporter_version:
type: 'str'
description: 'The version of Windows Exporter to install.'
default: '0.27.2'
default: '0.28.1'
windows_exporter_package_name:
type: 'str'
description: 'The Windows Exporter package name.'
Expand Down

0 comments on commit 282a7b3

Please sign in to comment.