Skip to content

Commit 6733764

Browse files
authored
Merge pull request #926 from voxpupuli/release-prep
Release 16.4.1
2 parents 49afbd2 + 6646bca commit 6733764

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@ 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.4.1](https://github.com/voxpupuli/puppet-prometheus/tree/v16.4.1) (2025-06-08)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-prometheus/compare/v16.4.0...v16.4.1)
10+
11+
**Implemented enhancements:**
12+
13+
- 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))
14+
15+
**Fixed bugs:**
16+
17+
- fix: update minimum version for stdlib to 9.2.0 [\#922](https://github.com/voxpupuli/puppet-prometheus/pull/922) ([TheMeier](https://github.com/TheMeier))
18+
19+
## [v16.4.0](https://github.com/voxpupuli/puppet-prometheus/tree/v16.4.0) (2025-06-05)
820

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

@@ -42,7 +54,6 @@ These should not affect the functionality of the module.
4254
- Exporters unpacked to /opt are not root:root [\#111](https://github.com/voxpupuli/puppet-prometheus/issues/111)
4355
- 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))
4456
- 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))
4657

4758
**Fixed bugs:**
4859

@@ -79,6 +90,7 @@ These should not affect the functionality of the module.
7990
- 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))
8091
- 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))
8192
- 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))
93+
- add ensure parameter to prometheus::daemon [\#846](https://github.com/voxpupuli/puppet-prometheus/pull/846) ([TheMeier](https://github.com/TheMeier))
8294
- haproxy\_exporter: Move data from hiera to puppet class [\#845](https://github.com/voxpupuli/puppet-prometheus/pull/845) ([bastelfreak](https://github.com/bastelfreak))
8395
- process\_exporter: Move data from hiera to puppet class [\#844](https://github.com/voxpupuli/puppet-prometheus/pull/844) ([bastelfreak](https://github.com/bastelfreak))
8496
- 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 +101,6 @@ These should not affect the functionality of the module.
89101
- statsd\_exporter: Move data from Hiera to puppet class [\#838](https://github.com/voxpupuli/puppet-prometheus/pull/838) ([bastelfreak](https://github.com/bastelfreak))
90102
- allow installation of rabbitmq\_exporter \>= 1.0.0 [\#835](https://github.com/voxpupuli/puppet-prometheus/pull/835) ([TheMeier](https://github.com/TheMeier))
91103
- 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))
93104

94105
**Merged pull requests:**
95106

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-prometheus",
3-
"version": "16.4.0",
3+
"version": "16.4.1",
44
"author": "Vox Pupuli",
55
"summary": "This module installs, configures and manages the Prometheus service.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)