Skip to content

Commit b587768

Browse files
authored
Merge pull request #228 from bastelfreak/rel540
Release 5.4.0
2 parents 0cd823c + 91fe278 commit b587768

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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+
## [v5.4.0](https://github.com/voxpupuli/puppet-telegraf/tree/v5.4.0) (2024-02-28)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-telegraf/compare/v5.3.0...v5.4.0)
10+
11+
**Implemented enhancements:**
12+
13+
- Bump default version to 1.29.4 [\#227](https://github.com/voxpupuli/puppet-telegraf/pull/227) ([bastelfreak](https://github.com/bastelfreak))
14+
15+
**Merged pull requests:**
16+
17+
- Remove legacy top-scope syntax [\#224](https://github.com/voxpupuli/puppet-telegraf/pull/224) ([smortex](https://github.com/smortex))
18+
719
## [v5.3.0](https://github.com/voxpupuli/puppet-telegraf/tree/v5.3.0) (2023-10-31)
820

921
[Full Changelog](https://github.com/voxpupuli/puppet-telegraf/compare/v5.2.0...v5.3.0)
@@ -214,8 +226,8 @@ These should not affect the functionality of the module.
214226
- Modulesync, use rspec-puppet-facts and fix tests [\#111](https://github.com/voxpupuli/puppet-telegraf/pull/111) ([alexjfisher](https://github.com/alexjfisher))
215227
- Rubocop autofixes [\#110](https://github.com/voxpupuli/puppet-telegraf/pull/110) ([alexjfisher](https://github.com/alexjfisher))
216228
- Some basic Vox Pupuli migration changes [\#109](https://github.com/voxpupuli/puppet-telegraf/pull/109) ([alexjfisher](https://github.com/alexjfisher))
217-
- Use Ruby 2.4 [\#102](https://github.com/voxpupuli/puppet-telegraf/pull/102) ([ouroboros8](https://github.com/ouroboros8))
218-
- Add workaround for Amazon Linux repo location issue [\#101](https://github.com/voxpupuli/puppet-telegraf/pull/101) ([ouroboros8](https://github.com/ouroboros8))
229+
- Use Ruby 2.4 [\#102](https://github.com/voxpupuli/puppet-telegraf/pull/102) ([strongoose](https://github.com/strongoose))
230+
- Add workaround for Amazon Linux repo location issue [\#101](https://github.com/voxpupuli/puppet-telegraf/pull/101) ([strongoose](https://github.com/strongoose))
219231
- remove plugin\_type [\#93](https://github.com/voxpupuli/puppet-telegraf/pull/93) ([nrdmn](https://github.com/nrdmn))
220232

221233
## [2.0.0](https://github.com/voxpupuli/puppet-telegraf/tree/2.0.0) (2018-01-19)

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-telegraf",
3-
"version": "5.3.1-rc0",
3+
"version": "5.4.0",
44
"author": "Vox Pupuli",
55
"summary": "Configuration and management of InfluxData's Telegraf metrics collection agent",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)