Skip to content

Commit 6430c08

Browse files
author
Jarret Lavallee
committed
5.3.0 Release
This commit updates the release from 5.2.0 to 5.3.0 and updates with CHANGELOG with the changes since the 5.2.0 release.
1 parent 3ef7f59 commit 6430c08

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,31 @@
1+
# Minor Release 5.3.0
2+
3+
## Improvements
4+
- Enable FOSS support with Puppetserver collection
5+
- [PR #23](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/23)
6+
- Remove `127.0.0.1` special case naming
7+
- [PR #26](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/26)
8+
- Add the ability to generate system metrics
9+
- [PR #28](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/28)
10+
- [PR #30](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/30)
11+
- Make the output files smaller by excluding metrics and not pretty printing
12+
- [PR #29](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/29)
13+
14+
## Changes
15+
- Add a newline to STDOUT of the processing script
16+
- [PR #27](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/27)
17+
118
# Minor Release 5.2.0
219

320
## Improvements
4-
- Add ability to send metrics data directly to influxdb, graphite,
5-
or splunk ( in combination with the splunk_hec module )
6-
- https://github.com/puppetlabs/puppetlabs-puppet\_metrics\_collector/pull/19
21+
- Add ability to send metrics data directly to influxdb, graphite,
22+
or splunk ( in combination with the splunk_hec module )
23+
- https://github.com/puppetlabs/puppetlabs-puppet\_metrics\_collector/pull/19
724

825
## Changes
926
- Update metadata dependency information to reflect support for
1027
puppetlabs/stdlib 6.x
11-
- https://github.com/puppetlabs/puppetlabs-puppet\_metrics\_collector/pull/22
28+
- https://github.com/puppetlabs/puppetlabs-puppet\_metrics\_collector/pull/22
1229

1330
# Patch Release 5.1.2
1431

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-puppet_metrics_collector",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"author": "npwalker",
55
"summary": "A Puppet module for gathering metrics from PE components",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)