Skip to content

Commit d13dbe8

Browse files
authored
fix(version): postgres_exporter updated to 0.17.1 release (#27)
1 parent 8bf09fd commit d13dbe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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'
44
postgres_exporter_archive_name: 'postgres_exporter-{{ postgres_exporter_version }}.{{ __postgres_exporter_os }}-{{ __postgres_exporter_architecture }}'
55
postgres_exporter_download_url: 'https://github.com/prometheus-community/postgres_exporter/releases/download/v{{ postgres_exporter_version }}'
66
postgres_exporter_checksum_url: '{{ postgres_exporter_download_url }}/sha256sums.txt'

meta/argument_specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.'

0 commit comments

Comments
 (0)