Skip to content

Commit e10274f

Browse files
authored
Bump postgres_exporter to 0.19.1 (#60)
1 parent bf82414 commit e10274f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • cookbooks/boxcutter_prometheus/attributes

cookbooks/boxcutter_prometheus/attributes/default.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@
135135

136136
case node['kernel']['machine']
137137
when 'x86_64', 'amd64'
138-
postgres_exporter_source = 'https://github.com/prometheus-community/postgres_exporter/releases/download/v0.18.1/postgres_exporter-0.18.1.linux-amd64.tar.gz'
139-
postgres_exporter_checksum = '1630965540d49a4907ad181cef5696306d7a481f87f43978538997e85d357272'
140-
postgres_exporter_creates = 'postgres_exporter-0.18.1.linux-amd64'
138+
postgres_exporter_source = 'https://github.com/prometheus-community/postgres_exporter/releases/download/v0.19.1/postgres_exporter-0.19.1.linux-amd64.tar.gz'
139+
postgres_exporter_checksum = '229096c7988df6ca41fe5b4bf66865089971535e7f0d819c12c920ec64dd2bd0'
140+
postgres_exporter_creates = 'postgres_exporter-0.19.1.linux-amd64'
141141
when 'aarch64', 'arm64'
142-
postgres_exporter_source = 'https://github.com/prometheus-community/postgres_exporter/releases/download/v0.18.1/postgres_exporter-0.18.1.linux-arm64.tar.gz'
143-
postgres_exporter_checksum = '81c22dc2b6dcc58e9e2b5c0e557301dbf0ca0812ee3113d31984c1a37811d1cc'
144-
postgres_exporter_creates = 'postgres_exporter-0.18.1.linux-arm64'
142+
postgres_exporter_source = 'https://github.com/prometheus-community/postgres_exporter/releases/download/v0.19.1/postgres_exporter-0.19.1.linux-arm64.tar.gz'
143+
postgres_exporter_checksum = '0ac6fe8c1f66f13b12adb8da282d248d9e1a48df6684e453ca232fd8fd62a11a'
144+
postgres_exporter_creates = 'postgres_exporter-0.19.1.linux-arm64'
145145
end
146146

147147
default['boxcutter_prometheus']['postgres_exporter'] = {

0 commit comments

Comments
 (0)