Skip to content

Commit 9e0cde9

Browse files
authored
Bump prometheus to 3.8.1 (#17)
1 parent ecd80ac commit 9e0cde9

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
@@ -1,12 +1,12 @@
11
case node['kernel']['machine']
22
when 'x86_64', 'amd64'
3-
prometheus_source = 'https://github.com/prometheus/prometheus/releases/download/v3.4.1/prometheus-3.4.1.linux-amd64.tar.gz'
4-
prometheus_checksum = '09203151c132f36b004615de1a3dea22117ad17e6d7a59962e34f3abf328f312'
5-
prometheus_creates = 'prometheus-3.4.1.linux-amd64'
3+
prometheus_source = 'https://github.com/prometheus/prometheus/releases/download/v3.8.1/prometheus-3.8.1.linux-amd64.tar.gz'
4+
prometheus_checksum = 'a09972ced892cd298e353eb9559f1a90f499da3fb4ff0845be352fc138780ee7'
5+
prometheus_creates = 'prometheus-3.8.1.linux-amd64'
66
when 'aarch64', 'arm64'
7-
prometheus_source = 'https://github.com/prometheus/prometheus/releases/download/v3.4.1/prometheus-3.4.1.linux-arm64.tar.gz'
8-
prometheus_checksum = '2a85be1dff46238c0d799674e856c8629c8526168dd26c3de2cecfbfc6f9a0a2'
9-
prometheus_creates = 'prometheus-3.4.1.linux-arm64'
7+
prometheus_source = 'https://github.com/prometheus/prometheus/releases/download/v3.8.1/prometheus-3.8.1.linux-arm64.tar.gz'
8+
prometheus_checksum = '8d95804e692bba65a48d32ecdfb3d4acd8e1560d440c8cc08f48167cb838ec4b'
9+
prometheus_creates = 'prometheus-3.8.1.linux-arm64'
1010
end
1111

1212
default['boxcutter_prometheus']['prometheus'] = {

0 commit comments

Comments
 (0)