patch: 🎉 automated upstream release update

Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
prombot 2024-05-09 14:29:48 +00:00 committed by gardar
parent b2ddbd9e39
commit a901e4552b
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
---
prometheus_version: 2.51.2
prometheus_version: 2.52.0
prometheus_binary_local_dir: ''
prometheus_binary_url: "https://github.com/{{ _prometheus_repo }}/releases/download/v{{ prometheus_version }}/\
prometheus-{{ prometheus_version }}.linux-{{ go_arch }}.tar.gz"

View file

@ -12,7 +12,7 @@ argument_specs:
description:
- "Prometheus package version. Also accepts C(latest) as parameter."
- "Only prometheus 2.x is supported"
default: "2.51.2"
default: "2.52.0"
prometheus_skip_install:
description: "Prometheus installation tasks gets skipped when set to true."
type: bool