Skip to content

Commit e13da9a

Browse files
authored
Bump snmp_exporter to 0.30.1 (#62)
1 parent 13cc836 commit e13da9a

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
@@ -200,13 +200,13 @@
200200

201201
case node['kernel']['machine']
202202
when 'x86_64', 'amd64'
203-
snmp_exporter_source = 'https://github.com/prometheus/snmp_exporter/releases/download/v0.29.0/snmp_exporter-0.29.0.linux-amd64.tar.gz'
204-
snmp_exporter_checksum = 'fd7ded886180063a8f77e1ca18cc648e44b318b9c92bcb3867b817d93a5232d6'
205-
snmp_exporter_creates = 'snmp_exporter-0.29.0.linux-amd64'
203+
snmp_exporter_source = 'https://github.com/prometheus/snmp_exporter/releases/download/v0.30.1/snmp_exporter-0.30.1.linux-amd64.tar.gz'
204+
snmp_exporter_checksum = '026aac4e23447ed593a783eccab9089cd41d77d17c9d2a0ab84398e45a0bb93e'
205+
snmp_exporter_creates = 'snmp_exporter-0.30.1.linux-amd64'
206206
when 'aarch64', 'arm64'
207-
snmp_exporter_source = 'https://github.com/prometheus/snmp_exporter/releases/download/v0.29.0/snmp_exporter-0.29.0.linux-arm64.tar.gz'
208-
snmp_exporter_checksum = 'e590870ad2fcd39ea9c7d722d6e85aa6f1cc9e8671ff3f17feba12a6b5a3b47a'
209-
snmp_exporter_creates = 'snmp_exporter-0.29.0.linux-arm64'
207+
snmp_exporter_source = 'https://github.com/prometheus/snmp_exporter/releases/download/v0.30.1/snmp_exporter-0.30.1.linux-arm64.tar.gz'
208+
snmp_exporter_checksum = 'a12d159a8fee527e9f7b4dfa36eec490629f8d3c1fe4bcd155a7820ae8983949'
209+
snmp_exporter_creates = 'snmp_exporter-0.30.1.linux-arm64'
210210
end
211211

212212
default['boxcutter_prometheus']['snmp_exporter'] = {

0 commit comments

Comments
 (0)