File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11---
22# See available releases: https://github.com/prometheus-community/postgres_exporter/releases
3- postgres_exporter_version : ' 0.17.0 '
3+ postgres_exporter_version : ' 0.17.1 '
44postgres_exporter_archive_name : ' postgres_exporter-{{ postgres_exporter_version }}.{{ __postgres_exporter_os }}-{{ __postgres_exporter_architecture }}'
55postgres_exporter_download_url : ' https://github.com/prometheus-community/postgres_exporter/releases/download/v{{ postgres_exporter_version }}'
66postgres_exporter_checksum_url : ' {{ postgres_exporter_download_url }}/sha256sums.txt'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ argument_specs:
99 postgres_exporter_version :
1010 type : ' str'
1111 description : ' The version of Postgres Exporter to install.'
12- default : ' 0.17.0 '
12+ default : ' 0.17.1 '
1313 postgres_exporter_archive_name :
1414 type : ' str'
1515 description : ' The Postgres Exporter archive name without an extension.'
You can’t perform that action at this time.
0 commit comments