Merge pull request #152 from prometheus-community/autoupdate/prometheus/2.45.0

patch: New prometheus/prometheus upstream release!
This commit is contained in:
Ben Kochie 2023-06-24 19:04:03 +02:00 committed by GitHub
commit 259e5a814b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
---
prometheus_version: 2.44.0
prometheus_version: 2.45.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.44.0"
default: "2.45.0"
prometheus_skip_install:
description: "Prometheus installation tasks gets skipped when set to true."
type: bool