Skip to content

Commit 87bbc92

Browse files
committed
Bump node_exporter to 1.10.2
1 parent 9e0cde9 commit 87bbc92

File tree

1 file changed

+6
-6
lines changed
  • cookbooks/boxcutter_prometheus/attributes

1 file changed

+6
-6
lines changed

cookbooks/boxcutter_prometheus/attributes/default.rb

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

109109
case node['kernel']['machine']
110110
when 'x86_64', 'amd64'
111-
node_exporter_source = 'https://github.com/prometheus/node_exporter/releases/download/v1.9.1/node_exporter-1.9.1.linux-amd64.tar.gz'
112-
node_exporter_checksum = 'becb950ee80daa8ae7331d77966d94a611af79ad0d3307380907e0ec08f5b4e8'
113-
node_exporter_creates = 'node_exporter-1.9.1.linux-amd64'
111+
node_exporter_source = 'https://github.com/prometheus/node_exporter/releases/download/v1.10.2/node_exporter-1.10.2.linux-amd64.tar.gz'
112+
node_exporter_checksum = 'c46e5b6f53948477ff3a19d97c58307394a29fe64a01905646f026ddc32cb65b'
113+
node_exporter_creates = 'node_exporter-1.10.2.linux-amd64'
114114
when 'aarch64', 'arm64'
115-
node_exporter_source = 'https://github.com/prometheus/node_exporter/releases/download/v1.9.1/node_exporter-1.9.1.linux-arm64.tar.gz'
116-
node_exporter_checksum = '848f139986f63232ced83babe3cad1679efdbb26c694737edc1f4fbd27b96203'
117-
node_exporter_creates = 'node_exporter-1.9.1.linux-arm64'
115+
node_exporter_source = 'https://github.com/prometheus/node_exporter/releases/download/v1.10.2/node_exporter-1.10.2.linux-arm64.tar.gz'
116+
node_exporter_checksum = 'de69ec8341c8068b7c8e4cfe3eb85065d24d984a3b33007f575d307d13eb89a6'
117+
node_exporter_creates = 'node_exporter-1.10.2.linux-arm64'
118118
end
119119

120120
default['boxcutter_prometheus']['node_exporter'] = {

0 commit comments

Comments
 (0)