Skip to content

Commit

Permalink
Update dependency prometheus-community/ipmi_exporter to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and TheMeier committed Jun 30, 2024
1 parent 43304eb commit 218e157
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5171,7 +5171,7 @@ Data type: `String[1]`

The binary release version

Default value: `'1.4.0'`
Default value: `'1.8.0'`

##### <a name="-prometheus--ipmi_exporter--proxy_server"></a>`proxy_server`

Expand Down
2 changes: 1 addition & 1 deletion manifests/ipmi_exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
String[1] $package_name = 'ipmi_exporter',
String $download_extension = 'tar.gz',
# renovate: depName=prometheus-community/ipmi_exporter
String[1] $version = '1.4.0',
String[1] $version = '1.8.0',
String[1] $package_ensure = 'latest',
String[1] $user = 'ipmi-exporter',
String[1] $group = 'ipmi-exporter',
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/ipmi_exporter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
it { is_expected.to contain_service('ipmi_exporter') }
it { is_expected.to contain_user('ipmi-exporter') }
it { is_expected.to contain_group('ipmi-exporter') }
it { is_expected.to contain_file('/opt/ipmi_exporter-1.4.0.linux-amd64/ipmi_exporter') }
it { is_expected.to contain_file('/opt/ipmi_exporter-1.8.0.linux-amd64/ipmi_exporter') }
it { is_expected.to contain_file('/usr/local/bin/ipmi_exporter') }

if facts[:os]['name'] == 'Archlinux'
Expand Down

0 comments on commit 218e157

Please sign in to comment.