Skip to content

Commit 3ecd685

Browse files
Merge pull request #223 from puppetlabs/release-prep
Release prep v4.2.0
2 parents 839beb3 + 41ce0d1 commit 3ecd685

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [v4.2.0](https://github.com/puppetlabs/puppetlabs-pe_status_check/tree/v4.2.0) (2024-03-20)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-pe_status_check/compare/v4.1.0...v4.2.0)
8+
9+
### Added
10+
11+
- \(SUP-4724/SUP-4728/SUP-4729\) added self resolution documentation links in README for S0024, S0041 and S0042 [\#222](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/222) ([Aaronoftheages](https://github.com/Aaronoftheages))
12+
- \(SUP-4722/SUP-4723/SUP-4727\) added self resolution documentation links in README for S0010, S0011 and S0029 [\#221](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/221) ([Aaronoftheages](https://github.com/Aaronoftheages))
13+
- \(SUP-4721\) added self resolution documentation link in README for S0009 [\#220](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/220) ([Aaronoftheages](https://github.com/Aaronoftheages))
14+
- \(SUP-4671\) added self resolution documentation link in README for S0008 [\#218](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/218) ([Aaronoftheages](https://github.com/Aaronoftheages))
15+
- \(SUP-4786\) \) added Self Resolution Documentation to S0002 with Formatting Fix [\#217](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/217) ([Aaronoftheages](https://github.com/Aaronoftheages))
16+
517
## [v4.1.0](https://github.com/puppetlabs/puppetlabs-pe_status_check/tree/v4.1.0) (2023-12-11)
618

719
[Full Changelog](https://github.com/puppetlabs/puppetlabs-pe_status_check/compare/v4.0.1...v4.1.0)

REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
### Plans
1313

14-
* [`pe_status_check::agent_summary`](#pe_status_check--agent_summary): Summary report if the state of agent_status_check on each node
14+
* [`pe_status_check::agent_summary`](#pe_status_check--agent_summary): Summary report of the state of agent_status_check on each node
1515
Uses the facts task to get the current status from each node
1616
and produces a summary report in JSON
1717
* [`pe_status_check::infra_summary`](#pe_status_check--infra_summary): Summary report if the state of pe_status check on each node
@@ -85,7 +85,7 @@ Default value: `true`
8585

8686
### <a name="pe_status_check--agent_summary"></a>`pe_status_check::agent_summary`
8787

88-
Summary report if the state of agent_status_check on each node
88+
Summary report of the state of agent_status_check on each node
8989
Uses the facts task to get the current status from each node
9090
and produces a summary report in JSON
9191

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-pe_status_check",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"author": "Marty Ewings",
55
"summary": "A Puppet Enterprise Module to Promote Preventative Maintenance and Self Service",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)