Skip to content

Commit ad138a7

Browse files
authored
Merge pull request #977 from bastelfreak/rel1300
Release 13.0.0
2 parents c516e7a + e501337 commit ad138a7

File tree

2 files changed

+44
-3
lines changed

2 files changed

+44
-3
lines changed

CHANGELOG.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,47 @@ 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+
## [v13.0.0](https://github.com/voxpupuli/puppet-collectd/tree/v13.0.0) (2021-09-13)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-collectd/compare/v12.2.0...v13.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Drop EoL Puppet 5 support; Add Puppet 7 support / Allow latest dependencies / Drop EoL Debian 8 [\#975](https://github.com/voxpupuli/puppet-collectd/pull/975) ([bastelfreak](https://github.com/bastelfreak))
14+
15+
**Implemented enhancements:**
16+
17+
- plugin::mysql::database - remove default 'UNSET' values [\#724](https://github.com/voxpupuli/puppet-collectd/issues/724)
18+
- Add support for Debian 11 [\#984](https://github.com/voxpupuli/puppet-collectd/pull/984) ([smortex](https://github.com/smortex))
19+
- MySQL database plugin: allow no password; default Host, User, and Password to undef [\#970](https://github.com/voxpupuli/puppet-collectd/pull/970) ([ph448](https://github.com/ph448))
20+
- Add ubuntu 20 support [\#941](https://github.com/voxpupuli/puppet-collectd/pull/941) ([bastelfreak](https://github.com/bastelfreak))
21+
22+
**Fixed bugs:**
23+
24+
- postgresql plugin does not produce working database configuration with writer query [\#971](https://github.com/voxpupuli/puppet-collectd/issues/971)
25+
- .sync.yml: load spec\_helper\_methods in spec\_helper.rb [\#979](https://github.com/voxpupuli/puppet-collectd/pull/979) ([bastelfreak](https://github.com/bastelfreak))
26+
- Removing extra whitespaces wrom carbon template [\#978](https://github.com/voxpupuli/puppet-collectd/pull/978) ([markasammut](https://github.com/markasammut))
27+
- Emit CommitInterval when writer is configured for database [\#972](https://github.com/voxpupuli/puppet-collectd/pull/972) ([ph448](https://github.com/ph448))
28+
- Convert plugin\_instance\_format from Enum to String [\#969](https://github.com/voxpupuli/puppet-collectd/pull/969) ([leifmadsen](https://github.com/leifmadsen))
29+
- Fix dbi query.conf.erg template [\#960](https://github.com/voxpupuli/puppet-collectd/pull/960) ([VtG242](https://github.com/VtG242))
30+
- Fix type mismatch for ovs\_stats port [\#959](https://github.com/voxpupuli/puppet-collectd/pull/959) ([mrunge](https://github.com/mrunge))
31+
- Fix `ignoreselected` typo in protocols.conf.erb template [\#957](https://github.com/voxpupuli/puppet-collectd/pull/957) ([VtG242](https://github.com/VtG242))
32+
- Drop erroneous double quotes from virt plugin template [\#954](https://github.com/voxpupuli/puppet-collectd/pull/954) ([leifmadsen](https://github.com/leifmadsen))
33+
34+
**Closed issues:**
35+
36+
- collectd::plugin::virt plugin\_instance\_format should not be Enum [\#968](https://github.com/voxpupuli/puppet-collectd/issues/968)
37+
- Python plugin template does not create valid module configuration [\#964](https://github.com/voxpupuli/puppet-collectd/issues/964)
38+
- ovs\_stats port number mismatch [\#958](https://github.com/voxpupuli/puppet-collectd/issues/958)
39+
- collectd fails to load when using multiple hostname format values [\#953](https://github.com/voxpupuli/puppet-collectd/issues/953)
40+
41+
**Merged pull requests:**
42+
43+
- Allow stdlib 8.0.0 [\#983](https://github.com/voxpupuli/puppet-collectd/pull/983) ([smortex](https://github.com/smortex))
44+
- Update badges in README.md [\#982](https://github.com/voxpupuli/puppet-collectd/pull/982) ([bastelfreak](https://github.com/bastelfreak))
45+
- Adding Reverse Host parameter [\#973](https://github.com/voxpupuli/puppet-collectd/pull/973) ([markasammut](https://github.com/markasammut))
46+
- Install collectd-mcelog package on RedHat [\#962](https://github.com/voxpupuli/puppet-collectd/pull/962) ([uvNikita](https://github.com/uvNikita))
47+
748
## [v12.2.0](https://github.com/voxpupuli/puppet-collectd/tree/v12.2.0) (2020-09-18)
849

950
[Full Changelog](https://github.com/voxpupuli/puppet-collectd/compare/v12.1.0...v12.2.0)
@@ -449,9 +490,9 @@ These should not affect the functionality of the module.
449490
- Add tests for the AMQP plugin and fix broken StoreRates configuration when amqpformat = JSON [\#661](https://github.com/voxpupuli/puppet-collectd/pull/661) ([oranenj](https://github.com/oranenj))
450491
- provide sane defaults for manage\_repo [\#658](https://github.com/voxpupuli/puppet-collectd/pull/658) ([bastelfreak](https://github.com/bastelfreak))
451492
- openldap - add binddn and password parameters [\#657](https://github.com/voxpupuli/puppet-collectd/pull/657) ([leonkyneur](https://github.com/leonkyneur))
452-
- Added ISC DHCP pool metrics plugin [\#650](https://github.com/voxpupuli/puppet-collectd/pull/650) ([Yuav](https://github.com/Yuav))
493+
- Added ISC DHCP pool metrics plugin [\#650](https://github.com/voxpupuli/puppet-collectd/pull/650) ([jskarpe](https://github.com/jskarpe))
453494
- df: add devices parameter [\#646](https://github.com/voxpupuli/puppet-collectd/pull/646) ([maage](https://github.com/maage))
454-
- Added cuda GPU plugin [\#645](https://github.com/voxpupuli/puppet-collectd/pull/645) ([Yuav](https://github.com/Yuav))
495+
- Added cuda GPU plugin [\#645](https://github.com/voxpupuli/puppet-collectd/pull/645) ([jskarpe](https://github.com/jskarpe))
455496
- Plugin turbostat [\#642](https://github.com/voxpupuli/puppet-collectd/pull/642) ([jkroepke](https://github.com/jkroepke))
456497
- Parametrize destination of python config [\#637](https://github.com/voxpupuli/puppet-collectd/pull/637) ([Pigueiras](https://github.com/Pigueiras))
457498
- Stop specifying $name as the default host value [\#631](https://github.com/voxpupuli/puppet-collectd/pull/631) ([jamtur01](https://github.com/jamtur01))

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-collectd",
3-
"version": "12.2.1-rc0",
3+
"version": "13.0.0",
44
"source": "https://github.com/voxpupuli/puppet-collectd",
55
"author": "Vox Pupuli",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)