Merge pull request #470 from prometheus-community/autoupdate/chrony_exporter/0.11.0

patch: New superq/chrony_exporter upstream release 0.11.0!
This commit is contained in:
Ben Kochie 2024-11-18 18:16:01 +01:00 committed by GitHub
commit a2d5fe8565
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
---
chrony_exporter_version: 0.10.1
chrony_exporter_version: 0.11.0
chrony_exporter_binary_url: "https://github.com/{{ _chrony_exporter_repo }}/releases/download/v{{ chrony_exporter_version }}/\
chrony_exporter-{{ chrony_exporter_version }}.{{ ansible_system | lower }}-{{ _chrony_exporter_go_ansible_arch }}.tar.gz"
chrony_exporter_checksums_url: "https://github.com/{{ _chrony_exporter_repo }}/releases/download/v{{ chrony_exporter_version }}/sha256sums.txt"

View file

@ -10,7 +10,7 @@ argument_specs:
options:
chrony_exporter_version:
description: "Chrony exporter package version. Also accepts latest as parameter."
default: "0.10.1"
default: "0.11.0"
chrony_exporter_binary_url:
description: "URL of the chrony_exporter binaries .tar.gz file"
default: "https://github.com/{{ _chrony_exporter_repo }}/releases/download/v{{ chrony_exporter_version }}/chrony_exporter-{{ chrony_exporter_version }}.{{ ansible_system | lower }}-{{ _chrony_exporter_go_ansible_arch }}.tar.gz"