Skip to content

Commit

Permalink
Merge pull request #371 from prometheus-community/autoupdate/nginx_ex…
Browse files Browse the repository at this point in the history
…porter/1.2.0

patch: New nginxinc/nginx-prometheus-exporter upstream release 1.2.0!
  • Loading branch information
gardar authored May 30, 2024
2 parents 9401385 + af494d7 commit 4af5c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/nginx_exporter/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
nginx_exporter_version: 1.1.0
nginx_exporter_version: 1.2.0
nginx_exporter_binary_local_dir: ""
nginx_exporter_binary_url: "https://github.com/{{ _nginx_exporter_repo }}/releases/download/v{{ nginx_exporter_version }}/\
nginx-prometheus-exporter_{{ nginx_exporter_version }}_linux_{{ go_arch }}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion roles/nginx_exporter/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argument_specs:
options:
nginx_exporter_version:
description: "nginx_exporter package version. Also accepts latest as parameter."
default: "1.1.0"
default: "1.2.0"
nginx_exporter_skip_install:
description: "nginx_exporter installation tasks gets skipped when set to true."
type: bool
Expand Down

0 comments on commit 4af5c9b

Please sign in to comment.