Skip to content

Commit 26f233c

Browse files
authored
Merge pull request #618 from prometheus-community/autoupdate/prometheus/3.5.0
patch: New prometheus/prometheus upstream release 3.5.0!
2 parents 281b190 + 1aca697 commit 26f233c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/prometheus/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
prometheus_version: 3.4.2
2+
prometheus_version: 3.5.0
33
prometheus_binary_url: "https://github.com/{{ _prometheus_repo }}/releases/download/v{{ prometheus_version }}/\
44
prometheus-{{ prometheus_version }}.{{ ansible_facts['system'] | lower }}-{{ _prometheus_go_ansible_arch }}.tar.gz"
55
prometheus_checksums_url: "https://github.com/{{ _prometheus_repo }}/releases/download/v{{ prometheus_version }}/sha256sums.txt"

roles/prometheus/meta/argument_specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ argument_specs:
1212
description:
1313
- "Prometheus package version. Also accepts C(latest) as parameter."
1414
- "Prometheus >= 2.x is supported"
15-
default: "3.4.2"
15+
default: "3.5.0"
1616
prometheus_binary_url:
1717
description: "URL of the prometheus binaries .tar.gz file"
1818
default: "https://github.com/{{ _prometheus_repo }}/releases/download/v{{ prometheus_version }}/prometheus-{{ prometheus_version }}.{{ ansible_facts['system'] | lower }}-{{ _prometheus_go_ansible_arch }}.tar.gz"

0 commit comments

Comments
 (0)