Releases: voxpupuli/puppet-telegraf
v7.2.1
v7.2.0
What's Changed
New Features 🎉
- allow puppetlabs/apt 11.x by @marcusdots in #261
New Contributors
- @marcusdots made their first contribution in #261
Full Changelog: v7.1.0...v7.2.0
v7.1.0
What's Changed
New Features 🎉
- Replace deprecated InfluxData repo signing key by @trauta in #257
- Add Ubuntu 24.04 support by @bastelfreak in #260
New Contributors
Full Changelog: v7.0.0...v7.1.0
v7.0.0
What's Changed
Breaking Changes 🛠
- Drop puppet, update openvox minimum version to 8.19 by @TheMeier in #246
- Apt: Write repo key to own file; require puppetlabs/apt 10.X by @bastelfreak in #243
New Features 🎉
- Add Debian 13 support by @bastelfreak in #248
Full Changelog: v6.0.0...v7.0.0
v6.0.0
What's Changed
Breaking Changes 🛠
- Drop EoL EL7 support by @bastelfreak in #235
New Features 🎉
New Contributors
- @jstraw made their first contribution in #237
- @pccibot made their first contribution in #238
- @TheMeier made their first contribution in #239
- @yorickps made their first contribution in #240
Full Changelog: v5.4.0...v6.0.0
Version 2.0.0
This release is a significant update to this module. Notably:
- A replacement of the various TOML templates to ones generated using the toml-rb Ruby gem. This gem is now a hard requirement for this module, and by extension so is a version of Ruby newer than 1.9.
- Now tested and supported on Ubuntu 16.04.
- Migration from the stdlib validation to Puppet's native datatypes, which now also means a requirement on at least Puppet 4.
Version 1.5.0
Changes since the last release include the following:
- Removal of
flush_buffer_when_fulloption and updates to description ofmetric_batch_sizeandmetric_buffer_limitto reflect revised behaviour (#74); - Creation of a new
telegraf::outputclass (#57); - Fixes for newer
puppetlabs-aptmodule behaviour, updates to buffer limit default to reflect upstream (#63); - Fixes for tests (#41 and #73).
Version 1.4.0
This release includes a number of features and enhancements, including but not limited to:
#31 - Allow selection of repo type
#33 - Fixes for the Debian installer
#36 - Added support for omit_hostname agent parameter
#40 - Addition of Windows Server support
#43 - Support for purging of unmanaged configuration fragments
#49 - Ability to disable or stop the service
#51 - Ability to change package name
#53 - Support for Oracle Enterprise Linux
Version 1.3.0
Version 1.2.1
This release fixes a regression introduced by ensuring that apt-transport-https was installed. See #20 for details.