Merge pull request #331 from prometheus-community/autoupdate/blackbox_exporter/0.25.0

patch: New prometheus/blackbox_exporter upstream release 0.25.0!
This commit is contained in:
gardar 2024-04-09 15:03:29 +00:00 committed by GitHub
commit adcb5a895f
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 @@
---
blackbox_exporter_version: 0.24.0
blackbox_exporter_version: 0.25.0
blackbox_exporter_binary_local_dir: ""
blackbox_exporter_binary_url: "https://github.com/{{ _blackbox_exporter_repo }}/releases/download/v{{ blackbox_exporter_version }}/\
blackbox_exporter-{{ blackbox_exporter_version }}.linux-{{ go_arch_map[ansible_architecture] |

View file

@ -10,7 +10,7 @@ argument_specs:
options:
blackbox_exporter_version:
description: "Blackbox exporter package version. Also accepts latest as parameter."
default: "0.24.0"
default: "0.25.0"
blackbox_exporter_skip_install:
description: "Blackbox exporter installation tasks gets skipped when set to true."
type: bool