Skip to content

Commit a38a1ea

Browse files
authored
Merge pull request #575 from prometheus-community/autoupdate/pushgateway/1.11.1
patch: New prometheus/pushgateway upstream release 1.11.1!
2 parents 0077837 + 8e3ebf8 commit a38a1ea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

roles/pushgateway/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
pushgateway_version: 1.11.0
2+
pushgateway_version: 1.11.1
33
pushgateway_binary_url: "https://github.com/{{ _pushgateway_repo }}/releases/download/v{{ pushgateway_version }}/\
44
pushgateway-{{ pushgateway_version }}.{{ ansible_facts['system'] | lower }}-{{ _pushgateway_go_ansible_arch }}.tar.gz"
55
pushgateway_checksums_url: "https://github.com/{{ _pushgateway_repo }}/releases/download/v{{ pushgateway_version }}/sha256sums.txt"

roles/pushgateway/meta/argument_specs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ argument_specs:
1010
options:
1111
pushgateway_version:
1212
description: "Pushgateway package version. Also accepts latest as parameter."
13-
default: "1.11.0"
13+
default: "1.11.1"
1414
pushgateway_binary_url:
1515
description: "URL of the Pushgateway binaries .tar.gz file"
1616
default: "https://github.com/{{ _pushgateway_repo }}/releases/download/v{{ pushgateway_version }}/pushgateway-{{ pushgateway_version }}.{{ ansible_facts['system'] | lower }}-{{ _pushgateway_go_ansible_arch }}.tar.gz"
@@ -25,13 +25,13 @@ argument_specs:
2525
default: "/metrics"
2626
pushgateway_web_external_url:
2727
description: >
28-
External address on which pushgateway is available.
29-
Useful when behind reverse proxy, e.g.: https://example.org/pushgateway
28+
External address on which pushgateway is available. Useful when behind reverse proxy, e.g.: https://example.org/pushgateway
29+
3030
default: ""
3131
pushgateway_config_flags_extra:
3232
description: >
33-
Optional extra flags to be passed to pushgateway binary, e.g.
34-
['--log.level=debug', '--log.format=json', '--web.enable-admin-api']
33+
Optional extra flags to be passed to pushgateway binary, e.g. ['--log.level=debug', '--log.format=json', '--web.enable-admin-api']
34+
3535
default: []
3636
pushgateway_tls_server_config:
3737
description:

0 commit comments

Comments
 (0)