From 0336a034b4f0770b1e76cf604326ee30f4ba4151 Mon Sep 17 00:00:00 2001 From: canihavethisone Date: Mon, 25 Mar 2024 18:09:50 +1100 Subject: [PATCH 1/3] release prep run --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ metadata.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0f41f20..9582b7743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/metadata.json b/metadata.json index 824a23067..f7be2ca48 100644 --- a/metadata.json +++ b/metadata.json @@ -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", From 55c4886546113b9bb735d865f9cd165474190c2c Mon Sep 17 00:00:00 2001 From: canihavethisone Date: Mon, 25 Mar 2024 18:52:49 +1100 Subject: [PATCH 2/3] Increased version to 14.0.0 --- CHANGELOG.md | 6 +++--- metadata.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9582b7743..539546e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ 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) +## [v14.0.0](https://github.com/voxpupuli/puppet-prometheus/tree/v14.0.0) (2024-03-25) -[Full Changelog](https://github.com/voxpupuli/puppet-prometheus/compare/v13.4.0...v13.4.1) +[Full Changelog](https://github.com/voxpupuli/puppet-prometheus/compare/v13.4.0...v14.0.0) **Breaking changes:** @@ -15,6 +15,7 @@ These should not affect the functionality of the module. **Implemented enhancements:** +- add option to enable tracing in Prometheus config [\#705](https://github.com/voxpupuli/puppet-prometheus/pull/705) ([fbegyn](https://github.com/fbegyn)) - 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)) @@ -29,7 +30,6 @@ These should not affect the functionality of the module. **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) diff --git a/metadata.json b/metadata.json index f7be2ca48..ef26a4b10 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-prometheus", - "version": "13.4.1", + "version": "14.0.0", "author": "Vox Pupuli", "summary": "This module installs, configures and manages the Prometheus service.", "license": "Apache-2.0", From 3f666b0d05810917d390becf9afaf9cafd292a93 Mon Sep 17 00:00:00 2001 From: canihavethisone Date: Wed, 27 Mar 2024 07:29:33 +1100 Subject: [PATCH 3/3] reran release prep --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 539546e45..226f152d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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. -## [v14.0.0](https://github.com/voxpupuli/puppet-prometheus/tree/v14.0.0) (2024-03-25) +## [v14.0.0](https://github.com/voxpupuli/puppet-prometheus/tree/v14.0.0) (2024-03-26) [Full Changelog](https://github.com/voxpupuli/puppet-prometheus/compare/v13.4.0...v14.0.0) @@ -22,11 +22,6 @@ These should not affect the functionality of the module. - 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))