From ad99db8ceeb091e631b80ed3b0fd16b6f57f91c3 Mon Sep 17 00:00:00 2001 From: Martin Jansen Date: Mon, 18 Sep 2023 21:22:52 +0200 Subject: [PATCH] Release 5.2.0 --- CHANGELOG.md | 18 +++++++++++++++++- metadata.json | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6416653..c607b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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. +## [v5.2.0](https://github.com/voxpupuli/puppet-telegraf/tree/v5.2.0) (2023-09-19) + +[Full Changelog](https://github.com/voxpupuli/puppet-telegraf/compare/v5.1.0...v5.2.0) + +**Implemented enhancements:** + +- Add Puppet 8 support [\#214](https://github.com/voxpupuli/puppet-telegraf/pull/214) ([bastelfreak](https://github.com/bastelfreak)) + +**Closed issues:** + +- Installs from influxdata repo can use stable repos [\#198](https://github.com/voxpupuli/puppet-telegraf/issues/198) + +**Merged pull requests:** + +- Always install from the stable release class on Debian and Ubuntu [\#217](https://github.com/voxpupuli/puppet-telegraf/pull/217) ([mj](https://github.com/mj)) + ## [v5.1.0](https://github.com/voxpupuli/puppet-telegraf/tree/v5.1.0) (2023-07-03) [Full Changelog](https://github.com/voxpupuli/puppet-telegraf/compare/v5.0.0...v5.1.0) @@ -259,7 +275,7 @@ These should not affect the functionality of the module. - Provide the ability to change the package name. [\#51](https://github.com/voxpupuli/puppet-telegraf/pull/51) ([snahelou](https://github.com/snahelou)) - Update repo url in install.pp for rhel machines. [\#50](https://github.com/voxpupuli/puppet-telegraf/pull/50) ([Joshua-Snapp](https://github.com/Joshua-Snapp)) - Provide the ability to disable or stop the telegraf service. [\#49](https://github.com/voxpupuli/puppet-telegraf/pull/49) ([Joshua-Snapp](https://github.com/Joshua-Snapp)) -- add repo name for el systems [\#48](https://github.com/voxpupuli/puppet-telegraf/pull/48) ([nexecook](https://github.com/nexecook)) +- add repo name for el systems [\#48](https://github.com/voxpupuli/puppet-telegraf/pull/48) ([ghost](https://github.com/ghost)) - Normalize Repository file for RHEL and CentOS [\#45](https://github.com/voxpupuli/puppet-telegraf/pull/45) ([doomnuggets](https://github.com/doomnuggets)) - Fix failing specs [\#44](https://github.com/voxpupuli/puppet-telegraf/pull/44) ([cosmopetrich](https://github.com/cosmopetrich)) - Add support for purging unmanaged config fragments [\#43](https://github.com/voxpupuli/puppet-telegraf/pull/43) ([cosmopetrich](https://github.com/cosmopetrich)) diff --git a/metadata.json b/metadata.json index cc532f9..e460a1c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-telegraf", - "version": "5.1.1-rc0", + "version": "5.2.0", "author": "Vox Pupuli", "summary": "Configuration and management of InfluxData's Telegraf metrics collection agent", "license": "GPL-3.0",