From 17959b427c17f4d62e7579e0a95f2ca78c1fadd6 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sun, 3 May 2020 00:27:03 +0200 Subject: [PATCH] release 12.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ metadata.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8617982..0014bbd89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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. +## [v12.1.0](https://github.com/voxpupuli/puppet-collectd/tree/v12.1.0) (2020-05-03) + +[Full Changelog](https://github.com/voxpupuli/puppet-collectd/compare/v12.0.0...v12.1.0) + +**Implemented enhancements:** + +- Add support for Debian 9/10 [\#938](https://github.com/voxpupuli/puppet-collectd/pull/938) ([dhoppe](https://github.com/dhoppe)) + +**Fixed bugs:** + +- Snmp agent fix [\#937](https://github.com/voxpupuli/puppet-collectd/pull/937) ([MichalRebisz](https://github.com/MichalRebisz)) +- Fix Logparser template datatype handling [\#936](https://github.com/voxpupuli/puppet-collectd/pull/936) ([MichalRebisz](https://github.com/MichalRebisz)) + +**Merged pull requests:** + +- Use voxpupuli-acceptance [\#934](https://github.com/voxpupuli/puppet-collectd/pull/934) ([ekohl](https://github.com/ekohl)) + ## [v12.0.0](https://github.com/voxpupuli/puppet-collectd/tree/v12.0.0) (2020-04-04) [Full Changelog](https://github.com/voxpupuli/puppet-collectd/compare/v11.4.0...v12.0.0) diff --git a/metadata.json b/metadata.json index 4fc5bc5e5..c43673753 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-collectd", - "version": "12.0.1-rc0", + "version": "12.1.0", "source": "https://github.com/voxpupuli/puppet-collectd", "author": "Vox Pupuli", "license": "Apache-2.0",