Skip to content

Commit

Permalink
Merge pull request #353 from prometheus-community/autoupdate/chrony_e…
Browse files Browse the repository at this point in the history
…xporter/0.10.0

patch: New superq/chrony_exporter upstream release 0.10.0!
  • Loading branch information
gardar committed May 24, 2024
2 parents 6bff10c + 3292dec commit fef1936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/chrony_exporter/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
chrony_exporter_version: 0.9.2
chrony_exporter_version: 0.10.0
chrony_exporter_binary_local_dir: ""
chrony_exporter_binary_url: "https://github.com/{{ _chrony_exporter_repo }}/releases/download/v{{ chrony_exporter_version }}/\
chrony_exporter-{{ chrony_exporter_version }}.linux-{{ go_arch }}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion roles/chrony_exporter/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argument_specs:
options:
chrony_exporter_version:
description: "Chrony exporter package version. Also accepts latest as parameter."
default: "0.9.2"
default: "0.10.0"
chrony_exporter_skip_install:
description: "Chrony exporter installation tasks gets skipped when set to true."
type: bool
Expand Down

0 comments on commit fef1936

Please sign in to comment.