Skip to content

Commit

Permalink
Merge pull request #281 from prometheus-community/autoupdate/pushgate…
Browse files Browse the repository at this point in the history
…way/1.7.0

patch: New prometheus/pushgateway upstream release 1.7.0!
  • Loading branch information
gardar authored Jan 19, 2024
2 parents f41f60b + 6a96f50 commit c22df6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/pushgateway/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
pushgateway_version: 1.6.2
pushgateway_version: 1.7.0
pushgateway_binary_local_dir: ""
pushgateway_binary_url: "https://github.com/{{ _pushgateway_repo }}/releases/download/v{{ pushgateway_version }}/\
pushgateway-{{ pushgateway_version }}.linux-{{ go_arch }}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion roles/pushgateway/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argument_specs:
options:
pushgateway_version:
description: "Pushgateway package version. Also accepts latest as parameter."
default: "1.6.2"
default: "1.7.0"
pushgateway_skip_install:
description: "Pushgateway installation tasks gets skipped when set to true."
type: bool
Expand Down

0 comments on commit c22df6b

Please sign in to comment.