Skip to content

Commit 852120c

Browse files
committed
Release 15.0.0
1 parent 4ffefd5 commit 852120c

2 files changed

Lines changed: 52 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,57 @@ 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-
## [v14.0.0](https://github.com/voxpupuli/puppet-collectd/tree/v14.0.0) (2022-09-07)
7+
## [Unreleased](https://github.com/voxpupuli/puppet-collectd/tree/HEAD)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-collectd/compare/v14.0.0...HEAD)
10+
11+
**Breaking changes:**
12+
13+
- Plugins should have a default of collectd::package\_ensure, not their own [\#430](https://github.com/voxpupuli/puppet-collectd/issues/430)
14+
- Drop EoL EL7 / CentOS 8 / FreeBSD 12 support [\#1056](https://github.com/voxpupuli/puppet-collectd/pull/1056) ([bastelfreak](https://github.com/bastelfreak))
15+
- Drop Ubuntu 18.04 support [\#1038](https://github.com/voxpupuli/puppet-collectd/pull/1038) ([zilchms](https://github.com/zilchms))
16+
- Drop Debian 10 support [\#1037](https://github.com/voxpupuli/puppet-collectd/pull/1037) ([zilchms](https://github.com/zilchms))
17+
- Drop Puppet 6 support [\#1019](https://github.com/voxpupuli/puppet-collectd/pull/1019) ([bastelfreak](https://github.com/bastelfreak))
18+
19+
**Implemented enhancements:**
20+
21+
- Allow puppetlabs/apt 10.x [\#1061](https://github.com/voxpupuli/puppet-collectd/pull/1061) ([smortex](https://github.com/smortex))
22+
- Add support for FreeBSD 14 [\#1046](https://github.com/voxpupuli/puppet-collectd/pull/1046) ([smortex](https://github.com/smortex))
23+
- Add Debian 12 support [\#1040](https://github.com/voxpupuli/puppet-collectd/pull/1040) ([zilchms](https://github.com/zilchms))
24+
- Add Ubuntu 22.04 support [\#1039](https://github.com/voxpupuli/puppet-collectd/pull/1039) ([zilchms](https://github.com/zilchms))
25+
- puppet/epel: Allow 5.x [\#1036](https://github.com/voxpupuli/puppet-collectd/pull/1036) ([zilchms](https://github.com/zilchms))
26+
- Ensure that a python module's config is also removed whenever a python module `ensure` is not `present` [\#1033](https://github.com/voxpupuli/puppet-collectd/pull/1033) ([sp-ricard-valverde](https://github.com/sp-ricard-valverde))
27+
- Accept + in collectd\_version Fact [\#1030](https://github.com/voxpupuli/puppet-collectd/pull/1030) ([quartsize](https://github.com/quartsize))
28+
- Add Puppet 8 support [\#1024](https://github.com/voxpupuli/puppet-collectd/pull/1024) ([bastelfreak](https://github.com/bastelfreak))
29+
- puppetlabs/stdlib: Allow 9.x [\#1023](https://github.com/voxpupuli/puppet-collectd/pull/1023) ([bastelfreak](https://github.com/bastelfreak))
30+
- Relax dependencies version requirements [\#1022](https://github.com/voxpupuli/puppet-collectd/pull/1022) ([smortex](https://github.com/smortex))
31+
- New collectd::plugin::table::table type [\#1021](https://github.com/voxpupuli/puppet-collectd/pull/1021) ([traylenator](https://github.com/traylenator))
32+
- Add write\_graphite options introduced in collectd 5.7.0 [\#1014](https://github.com/voxpupuli/puppet-collectd/pull/1014) ([gerases](https://github.com/gerases))
33+
- Add AlmaLinux/Rocky support [\#1012](https://github.com/voxpupuli/puppet-collectd/pull/1012) ([bastelfreak](https://github.com/bastelfreak))
34+
- Add support for the Host option for the write\_prometheus plugin [\#1011](https://github.com/voxpupuli/puppet-collectd/pull/1011) ([gerases](https://github.com/gerases))
35+
- ValuesFrom in postgresql query.conf should allow multiple values [\#1009](https://github.com/voxpupuli/puppet-collectd/pull/1009) ([markasammut](https://github.com/markasammut))
36+
- Update socket path of ceph services in ceph plugin [\#1007](https://github.com/voxpupuli/puppet-collectd/pull/1007) ([yadneshk](https://github.com/yadneshk))
37+
38+
**Fixed bugs:**
39+
40+
- Ensure plugin version is same version as main collectd package [\#1010](https://github.com/voxpupuli/puppet-collectd/pull/1010) ([markasammut](https://github.com/markasammut))
41+
42+
**Closed issues:**
43+
44+
- Upgrade puppet-epel version [\#999](https://github.com/voxpupuli/puppet-collectd/issues/999)
45+
- Puppet needs to run twice to apply CollectD configuration [\#900](https://github.com/voxpupuli/puppet-collectd/issues/900)
46+
47+
**Merged pull requests:**
48+
49+
- facterdb\_string\_keys: switch to strings [\#1047](https://github.com/voxpupuli/puppet-collectd/pull/1047) ([bastelfreak](https://github.com/bastelfreak))
50+
- Remove legacy top-scope syntax [\#1032](https://github.com/voxpupuli/puppet-collectd/pull/1032) ([smortex](https://github.com/smortex))
51+
- Remove legacy top-scope syntax [\#1031](https://github.com/voxpupuli/puppet-collectd/pull/1031) ([smortex](https://github.com/smortex))
52+
- puppet-lint: Fix parameter\_order [\#1028](https://github.com/voxpupuli/puppet-collectd/pull/1028) ([bastelfreak](https://github.com/bastelfreak))
53+
- Run rspec-puppet jobs on CERN runners [\#1025](https://github.com/voxpupuli/puppet-collectd/pull/1025) ([bastelfreak](https://github.com/bastelfreak))
54+
- cleanup puppet-strings documentation [\#1013](https://github.com/voxpupuli/puppet-collectd/pull/1013) ([bastelfreak](https://github.com/bastelfreak))
55+
- Add modbus plugin [\#994](https://github.com/voxpupuli/puppet-collectd/pull/994) ([ruleant](https://github.com/ruleant))
56+
57+
## [v14.0.0](https://github.com/voxpupuli/puppet-collectd/tree/v14.0.0) (2022-09-09)
858

959
[Full Changelog](https://github.com/voxpupuli/puppet-collectd/compare/v13.0.0...v14.0.0)
1060

@@ -221,8 +271,6 @@ These should not affect the functionality of the module.
221271

222272
- Replace create\_resources\(\) calls [\#716](https://github.com/voxpupuli/puppet-collectd/issues/716)
223273
- Add puppet tasks to call collectdctl [\#882](https://github.com/voxpupuli/puppet-collectd/pull/882) ([traylenator](https://github.com/traylenator))
224-
- replace create\_resources with resource types [\#874](https://github.com/voxpupuli/puppet-collectd/pull/874) ([zoojar](https://github.com/zoojar))
225-
- add flushinterval param to loadplugin config [\#873](https://github.com/voxpupuli/puppet-collectd/pull/873) ([zoojar](https://github.com/zoojar))
226274
- add Ubuntu 18.04 support [\#868](https://github.com/voxpupuli/puppet-collectd/pull/868) ([bastelfreak](https://github.com/bastelfreak))
227275
- Add address field to memcached plugin [\#853](https://github.com/voxpupuli/puppet-collectd/pull/853) ([mrunge](https://github.com/mrunge))
228276

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": "14.0.1-rc0",
3+
"version": "15.0.0",
44
"source": "https://github.com/voxpupuli/puppet-collectd",
55
"author": "Vox Pupuli",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)