Skip to content

Commit eca93e2

Browse files
author
Deepak Tiwari
committed
Added upstream puppet-prometheus 16.5.1-rc0 (rev b4862ff1da743bed582d536e827ca1f933ff9c52)
Source is at https://github.com/voxpupuli/puppet-prometheus.git
1 parent 26eba00 commit eca93e2

File tree

15 files changed

+572
-565
lines changed

15 files changed

+572
-565
lines changed

modules/upstream/prometheus/.msync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Managed by modulesync - DO NOT EDIT
33
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44

5-
modulesync_config_version: '9.7.0'
5+
modulesync_config_version: '10.1.0'

modules/upstream/prometheus/CHANGELOG.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,33 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7-
## [v16.4.0](https://github.com/voxpupuli/puppet-prometheus/tree/v16.4.0) (2025-06-04)
7+
## [v16.5.0](https://github.com/voxpupuli/puppet-prometheus/tree/v16.5.0) (2025-07-24)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-prometheus/compare/v16.4.1...v16.5.0)
10+
11+
**Implemented enhancements:**
12+
13+
- puppet/archive: Allow 8.x [\#944](https://github.com/voxpupuli/puppet-prometheus/pull/944) ([bastelfreak](https://github.com/bastelfreak))
14+
- chore\(deps\): update dependency prometheus-community/ipmi\_exporter to v1.10.1 [\#937](https://github.com/voxpupuli/puppet-prometheus/pull/937) ([pccibot](https://github.com/pccibot))
15+
- chore\(deps\): update dependency prometheus/blackbox\_exporter to v0.27.0 [\#936](https://github.com/voxpupuli/puppet-prometheus/pull/936) ([pccibot](https://github.com/pccibot))
16+
17+
**Fixed bugs:**
18+
19+
- fix: use install\_method param in exporters [\#940](https://github.com/voxpupuli/puppet-prometheus/pull/940) ([anantha1999](https://github.com/anantha1999))
20+
21+
## [v16.4.1](https://github.com/voxpupuli/puppet-prometheus/tree/v16.4.1) (2025-06-10)
22+
23+
[Full Changelog](https://github.com/voxpupuli/puppet-prometheus/compare/v16.4.0...v16.4.1)
24+
25+
**Implemented enhancements:**
26+
27+
- chore\(deps\): update dependency oliver006/redis\_exporter to v1.74.0 [\#927](https://github.com/voxpupuli/puppet-prometheus/pull/927) ([pccibot](https://github.com/pccibot))
28+
29+
**Fixed bugs:**
30+
31+
- fix: update minimum version for stdlib to 9.2.0 [\#922](https://github.com/voxpupuli/puppet-prometheus/pull/922) ([TheMeier](https://github.com/TheMeier))
32+
33+
## [v16.4.0](https://github.com/voxpupuli/puppet-prometheus/tree/v16.4.0) (2025-06-05)
834

935
[Full Changelog](https://github.com/voxpupuli/puppet-prometheus/compare/v16.3.1...v16.4.0)
1036

@@ -42,7 +68,6 @@ These should not affect the functionality of the module.
4268
- Exporters unpacked to /opt are not root:root [\#111](https://github.com/voxpupuli/puppet-prometheus/issues/111)
4369
- chore\(deps\): update dependency oliver006/redis\_exporter to v1.70.0 [\#898](https://github.com/voxpupuli/puppet-prometheus/pull/898) ([pccibot](https://github.com/pccibot))
4470
- chore\(deps\): update dependency nginxinc/nginx-prometheus-exporter to v1 [\#874](https://github.com/voxpupuli/puppet-prometheus/pull/874) ([pccibot](https://github.com/pccibot))
45-
- add ensure parameter to prometheus::daemon [\#846](https://github.com/voxpupuli/puppet-prometheus/pull/846) ([TheMeier](https://github.com/TheMeier))
4671

4772
**Fixed bugs:**
4873

@@ -79,6 +104,7 @@ These should not affect the functionality of the module.
79104
- chore\(deps\): update dependency oliver006/redis\_exporter to v1.68.0 [\#859](https://github.com/voxpupuli/puppet-prometheus/pull/859) ([pccibot](https://github.com/pccibot))
80105
- chore\(deps\): update dependency ncabatoff/process-exporter to v0.8.5 [\#858](https://github.com/voxpupuli/puppet-prometheus/pull/858) ([pccibot](https://github.com/pccibot))
81106
- chore\(deps\): update dependency galexrt/dellhw\_exporter to v1.13.13 [\#857](https://github.com/voxpupuli/puppet-prometheus/pull/857) ([pccibot](https://github.com/pccibot))
107+
- add ensure parameter to prometheus::daemon [\#846](https://github.com/voxpupuli/puppet-prometheus/pull/846) ([TheMeier](https://github.com/TheMeier))
82108
- haproxy\_exporter: Move data from hiera to puppet class [\#845](https://github.com/voxpupuli/puppet-prometheus/pull/845) ([bastelfreak](https://github.com/bastelfreak))
83109
- process\_exporter: Move data from hiera to puppet class [\#844](https://github.com/voxpupuli/puppet-prometheus/pull/844) ([bastelfreak](https://github.com/bastelfreak))
84110
- pushgateway\_exporter: Move data from hiera to puppet class [\#843](https://github.com/voxpupuli/puppet-prometheus/pull/843) ([bastelfreak](https://github.com/bastelfreak))
@@ -89,7 +115,6 @@ These should not affect the functionality of the module.
89115
- statsd\_exporter: Move data from Hiera to puppet class [\#838](https://github.com/voxpupuli/puppet-prometheus/pull/838) ([bastelfreak](https://github.com/bastelfreak))
90116
- allow installation of rabbitmq\_exporter \>= 1.0.0 [\#835](https://github.com/voxpupuli/puppet-prometheus/pull/835) ([TheMeier](https://github.com/TheMeier))
91117
- remove custom use of archive for several exporters [\#834](https://github.com/voxpupuli/puppet-prometheus/pull/834) ([TheMeier](https://github.com/TheMeier))
92-
- add ensure parameter to prometheus::daemon [\#846](https://github.com/voxpupuli/puppet-prometheus/pull/846) ([TheMeier](https://github.com/TheMeier))
93118

94119
**Merged pull requests:**
95120

modules/upstream/prometheus/Gemfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
55

66
group :test do
7-
gem 'voxpupuli-test', '~> 10.0', :require => false
7+
gem 'voxpupuli-test', '~> 11.0', :require => false
88
gem 'puppet_metadata', '~> 5.0', :require => false
99
end
1010

@@ -14,17 +14,15 @@ group :development do
1414
end
1515

1616
group :system_tests do
17-
gem 'voxpupuli-acceptance', '~> 3.5', :require => false
17+
gem 'voxpupuli-acceptance', '~> 4.0', :require => false
1818
end
1919

2020
group :release do
21-
gem 'voxpupuli-release', '~> 3.0', :require => false
21+
gem 'voxpupuli-release', '~> 4.0', :require => false
2222
end
2323

2424
gem 'rake', :require => false
25-
gem 'facter', ENV['FACTER_GEM_VERSION'], :require => false, :groups => [:test]
2625

27-
puppetversion = ENV['PUPPET_GEM_VERSION'] || [">= 7.24", "< 9"]
28-
gem 'puppet', puppetversion, :require => false, :groups => [:test]
26+
gem 'openvox', ENV.fetch('OPENVOX_GEM_VERSION', [">= 7", "< 9"]), :require => false, :groups => [:test]
2927

3028
# vim: syntax=ruby

0 commit comments

Comments
 (0)