Skip to content

Releases: voxpupuli/puppet-telegraf

v7.2.1

29 Mar 18:01
v7.2.1
ec72f3c

Choose a tag to compare

What's Changed

Bug Fixes 🐛

  • Avoid corrective changes on each puppet run by @deric in #267

New Contributors

Full Changelog: v7.2.0...v7.2.1

v7.2.0

04 Dec 09:06
v7.2.0
e7c193a

Choose a tag to compare

What's Changed

New Features 🎉

New Contributors

Full Changelog: v7.1.0...v7.2.0

v7.1.0

02 Dec 14:24
v7.1.0
1cf2443

Choose a tag to compare

What's Changed

New Features 🎉

New Contributors

Full Changelog: v7.0.0...v7.1.0

v7.0.0

20 Aug 20:24
v7.0.0
5b70563

Choose a tag to compare

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 🎉

Full Changelog: v6.0.0...v7.0.0

v6.0.0

11 Jul 15:32
v6.0.0
d4db5e8

Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 🎉

New Contributors

Full Changelog: v5.4.0...v6.0.0

Version 2.0.0

19 Jan 14:43
3957d82

Choose a tag to compare

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

04 Aug 10:48

Choose a tag to compare

Changes since the last release include the following:

  • Removal of flush_buffer_when_full option and updates to description of metric_batch_size and metric_buffer_limit to reflect revised behaviour (#74);
  • Creation of a new telegraf::output class (#57);
  • Fixes for newer puppetlabs-apt module behaviour, updates to buffer limit default to reflect upstream (#63);
  • Fixes for tests (#41 and #73).

Version 1.4.0

22 Mar 10:42

Choose a tag to compare

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

02 Jun 10:56

Choose a tag to compare

This releases includes the following fixes / features:

#24 - Allow telegraf::input resources without any options specified
#25 - Merging configuration from multiple files (using hiera_hash)

Version 1.2.1

19 Apr 11:14

Choose a tag to compare

This release fixes a regression introduced by ensuring that apt-transport-https was installed. See #20 for details.