patch: 🎉 automated upstream release update

Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
prombot 2024-04-09 14:28:42 +00:00
parent 4ee74e92f4
commit be6935bf48
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