Skip to content

Commit bf6ee63

Browse files
authored
Merge pull request #901 from voxpupuli/release-prep
Release 16.2.0
2 parents 8880dc2 + 45e0079 commit bf6ee63

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.2.0](https://github.com/voxpupuli/puppet-prometheus/tree/v16.2.0) (2025-04-23)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-prometheus/compare/v16.1.0...v16.2.0)
10+
11+
**Implemented enhancements:**
12+
13+
- Exporters unpacked to /opt are not root:root [\#111](https://github.com/voxpupuli/puppet-prometheus/issues/111)
14+
- 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))
15+
- chore\(deps\): update dependency nginxinc/nginx-prometheus-exporter to v1 [\#874](https://github.com/voxpupuli/puppet-prometheus/pull/874) ([pccibot](https://github.com/pccibot))
16+
- add ensure parameter to prometheus::daemon [\#846](https://github.com/voxpupuli/puppet-prometheus/pull/846) ([TheMeier](https://github.com/TheMeier))
17+
18+
**Fixed bugs:**
19+
20+
- haproxy\_exporter: escape cnf\_scrape\_uri to avoid malformed strings [\#621](https://github.com/voxpupuli/puppet-prometheus/pull/621) ([Arnoways](https://github.com/Arnoways))
21+
722
## [v16.1.0](https://github.com/voxpupuli/puppet-prometheus/tree/v16.1.0) (2025-04-09)
823

924
[Full Changelog](https://github.com/voxpupuli/puppet-prometheus/compare/v16.0.0...v16.1.0)
@@ -45,6 +60,7 @@ These should not affect the functionality of the module.
4560
- statsd\_exporter: Move data from Hiera to puppet class [\#838](https://github.com/voxpupuli/puppet-prometheus/pull/838) ([bastelfreak](https://github.com/bastelfreak))
4661
- allow installation of rabbitmq\_exporter \>= 1.0.0 [\#835](https://github.com/voxpupuli/puppet-prometheus/pull/835) ([TheMeier](https://github.com/TheMeier))
4762
- remove custom use of archive for several exporters [\#834](https://github.com/voxpupuli/puppet-prometheus/pull/834) ([TheMeier](https://github.com/TheMeier))
63+
- add ensure parameter to prometheus::daemon [\#846](https://github.com/voxpupuli/puppet-prometheus/pull/846) ([TheMeier](https://github.com/TheMeier))
4864

4965
**Merged pull requests:**
5066

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.1.1-rc0",
3+
"version": "16.2.0",
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)