Skip to content

Commit

Permalink
release prep run
Browse files Browse the repository at this point in the history
  • Loading branch information
canihavethisone committed Mar 25, 2024
1 parent 32a105c commit 0336a03
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v13.4.1](https://github.com/voxpupuli/puppet-prometheus/tree/v13.4.1) (2024-03-25)

[Full Changelog](https://github.com/voxpupuli/puppet-prometheus/compare/v13.4.0...v13.4.1)

**Breaking changes:**

- Drop Ubuntu 18.04, allow systemd 6.x [\#704](https://github.com/voxpupuli/puppet-prometheus/pull/704) ([griggi-ws](https://github.com/griggi-ws))
- Rework web-config support for multiple exporters [\#693](https://github.com/voxpupuli/puppet-prometheus/pull/693) ([cruelsmith](https://github.com/cruelsmith))

**Implemented enhancements:**

- Add Debian 12 support [\#703](https://github.com/voxpupuli/puppet-prometheus/pull/703) ([bastelfreak](https://github.com/bastelfreak))
- Cleanup architecture selection, dont fail on unknown architecture [\#702](https://github.com/voxpupuli/puppet-prometheus/pull/702) ([bastelfreak](https://github.com/bastelfreak))
- mongodb\_exporter: make service name and binary path configureable [\#699](https://github.com/voxpupuli/puppet-prometheus/pull/699) ([ansgarwiechers](https://github.com/ansgarwiechers))
- Implement wireguard exporter [\#695](https://github.com/voxpupuli/puppet-prometheus/pull/695) ([bastelfreak](https://github.com/bastelfreak))
- Add OracleLinux support [\#687](https://github.com/voxpupuli/puppet-prometheus/pull/687) ([bastelfreak](https://github.com/bastelfreak))

**Closed issues:**

- mongodb\_exporter doesn't allow overriding service and binary name [\#698](https://github.com/voxpupuli/puppet-prometheus/issues/698)
- module uses deprecated legacy function `has_keys` [\#677](https://github.com/voxpupuli/puppet-prometheus/issues/677)

**Merged pull requests:**

- Remove legacy top-scope syntax [\#706](https://github.com/voxpupuli/puppet-prometheus/pull/706) ([smortex](https://github.com/smortex))
- add option to enable tracing in Prometheus config [\#705](https://github.com/voxpupuli/puppet-prometheus/pull/705) ([fbegyn](https://github.com/fbegyn))

## [v13.4.0](https://github.com/voxpupuli/puppet-prometheus/tree/v13.4.0) (2023-11-08)

[Full Changelog](https://github.com/voxpupuli/puppet-prometheus/compare/v13.3.0...v13.4.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-prometheus",
"version": "13.4.1-rc0",
"version": "13.4.1",
"author": "Vox Pupuli",
"summary": "This module installs, configures and manages the Prometheus service.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0336a03

Please sign in to comment.