Skip to content

Commit

Permalink
patch: 🎉 automated upstream release update
Browse files Browse the repository at this point in the history
Signed-off-by: prombot <[email protected]>
  • Loading branch information
prombot committed Jan 10, 2025
1 parent 314759a commit e940fdd
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.10.0
pushgateway_version: 1.11.0
pushgateway_binary_url: "https://github.com/{{ _pushgateway_repo }}/releases/download/v{{ pushgateway_version }}/\
pushgateway-{{ pushgateway_version }}.{{ ansible_system | lower }}-{{ _pushgateway_go_ansible_arch }}.tar.gz"
pushgateway_checksums_url: "https://github.com/{{ _pushgateway_repo }}/releases/download/v{{ pushgateway_version }}/sha256sums.txt"
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.10.0"
default: "1.11.0"
pushgateway_binary_url:
description: "URL of the Pushgateway binaries .tar.gz file"
default: "https://github.com/{{ _pushgateway_repo }}/releases/download/v{{ pushgateway_version }}/pushgateway-{{ pushgateway_version }}.{{ ansible_system | lower }}-{{ _pushgateway_go_ansible_arch }}.tar.gz"
Expand Down

0 comments on commit e940fdd

Please sign in to comment.