Skip to content

Commit ca2bc5c

Browse files
authored
Merge pull request #1064 from d1nuc0m/release-15.0.0
Release 15.0.0
2 parents 12a5052 + db4478f commit ca2bc5c

File tree

2 files changed

+46
-4
lines changed

2 files changed

+46
-4
lines changed

CHANGELOG.md

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,51 @@ 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+
## [v15.0.0](https://github.com/voxpupuli/puppet-collectd/tree/v15.0.0) (2025-06-23)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-collectd/compare/v14.0.0...v15.0.0)
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+
- chore: drop EOL Ubuntu 20.04 [\#1065](https://github.com/voxpupuli/puppet-collectd/pull/1065) ([d1nuc0m](https://github.com/d1nuc0m))
15+
- Drop EoL EL7 / CentOS 8 / FreeBSD 12 support [\#1056](https://github.com/voxpupuli/puppet-collectd/pull/1056) ([bastelfreak](https://github.com/bastelfreak))
16+
- Drop Ubuntu 18.04 support [\#1038](https://github.com/voxpupuli/puppet-collectd/pull/1038) ([zilchms](https://github.com/zilchms))
17+
- Drop Debian 10 support [\#1037](https://github.com/voxpupuli/puppet-collectd/pull/1037) ([zilchms](https://github.com/zilchms))
18+
- Drop Puppet 6 support [\#1019](https://github.com/voxpupuli/puppet-collectd/pull/1019) ([bastelfreak](https://github.com/bastelfreak))
19+
20+
**Implemented enhancements:**
21+
22+
- Allow puppetlabs/apt 10.x [\#1061](https://github.com/voxpupuli/puppet-collectd/pull/1061) ([smortex](https://github.com/smortex))
23+
- Add support for FreeBSD 14 [\#1046](https://github.com/voxpupuli/puppet-collectd/pull/1046) ([smortex](https://github.com/smortex))
24+
- Add Debian 12 support [\#1040](https://github.com/voxpupuli/puppet-collectd/pull/1040) ([zilchms](https://github.com/zilchms))
25+
- Add Ubuntu 22.04 support [\#1039](https://github.com/voxpupuli/puppet-collectd/pull/1039) ([zilchms](https://github.com/zilchms))
26+
- puppet/epel: Allow 5.x [\#1036](https://github.com/voxpupuli/puppet-collectd/pull/1036) ([zilchms](https://github.com/zilchms))
27+
- 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))
28+
- Accept + in collectd\_version Fact [\#1030](https://github.com/voxpupuli/puppet-collectd/pull/1030) ([quartsize](https://github.com/quartsize))
29+
- Add Puppet 8 support [\#1024](https://github.com/voxpupuli/puppet-collectd/pull/1024) ([bastelfreak](https://github.com/bastelfreak))
30+
- puppetlabs/stdlib: Allow 9.x [\#1023](https://github.com/voxpupuli/puppet-collectd/pull/1023) ([bastelfreak](https://github.com/bastelfreak))
31+
- Relax dependencies version requirements [\#1022](https://github.com/voxpupuli/puppet-collectd/pull/1022) ([smortex](https://github.com/smortex))
32+
- New collectd::plugin::table::table type [\#1021](https://github.com/voxpupuli/puppet-collectd/pull/1021) ([traylenator](https://github.com/traylenator))
33+
- Add write\_graphite options introduced in collectd 5.7.0 [\#1014](https://github.com/voxpupuli/puppet-collectd/pull/1014) ([gerases](https://github.com/gerases))
34+
- Add AlmaLinux/Rocky support [\#1012](https://github.com/voxpupuli/puppet-collectd/pull/1012) ([bastelfreak](https://github.com/bastelfreak))
35+
- 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))
36+
- ValuesFrom in postgresql query.conf should allow multiple values [\#1009](https://github.com/voxpupuli/puppet-collectd/pull/1009) ([markasammut](https://github.com/markasammut))
37+
- Update socket path of ceph services in ceph plugin [\#1007](https://github.com/voxpupuli/puppet-collectd/pull/1007) ([yadneshk](https://github.com/yadneshk))
38+
- Add modbus plugin [\#994](https://github.com/voxpupuli/puppet-collectd/pull/994) ([ruleant](https://github.com/ruleant))
39+
40+
**Fixed bugs:**
41+
42+
- Ensure plugin version is same version as main collectd package [\#1010](https://github.com/voxpupuli/puppet-collectd/pull/1010) ([markasammut](https://github.com/markasammut))
43+
44+
**Merged pull requests:**
45+
46+
- Remove legacy top-scope syntax [\#1032](https://github.com/voxpupuli/puppet-collectd/pull/1032) ([smortex](https://github.com/smortex))
47+
- Remove legacy top-scope syntax [\#1031](https://github.com/voxpupuli/puppet-collectd/pull/1031) ([smortex](https://github.com/smortex))
48+
- puppet-lint: Fix parameter\_order [\#1028](https://github.com/voxpupuli/puppet-collectd/pull/1028) ([bastelfreak](https://github.com/bastelfreak))
49+
- cleanup puppet-strings documentation [\#1013](https://github.com/voxpupuli/puppet-collectd/pull/1013) ([bastelfreak](https://github.com/bastelfreak))
50+
51+
## [v14.0.0](https://github.com/voxpupuli/puppet-collectd/tree/v14.0.0) (2022-09-09)
852

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

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

222266
- Replace create\_resources\(\) calls [\#716](https://github.com/voxpupuli/puppet-collectd/issues/716)
223267
- 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))
226268
- add Ubuntu 18.04 support [\#868](https://github.com/voxpupuli/puppet-collectd/pull/868) ([bastelfreak](https://github.com/bastelfreak))
227269
- Add address field to memcached plugin [\#853](https://github.com/voxpupuli/puppet-collectd/pull/853) ([mrunge](https://github.com/mrunge))
228270

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)