Skip to content

Commit

Permalink
Merge pull request #223 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v4.2.0
  • Loading branch information
Aaronoftheages authored Mar 20, 2024
2 parents 839beb3 + 41ce0d1 commit 3ecd685
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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).

## [v4.2.0](https://github.com/puppetlabs/puppetlabs-pe_status_check/tree/v4.2.0) (2024-03-20)

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

### Added

- \(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))
- \(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))
- \(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))
- \(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))
- \(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))

## [v4.1.0](https://github.com/puppetlabs/puppetlabs-pe_status_check/tree/v4.1.0) (2023-12-11)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-pe_status_check/compare/v4.0.1...v4.1.0)
Expand Down
4 changes: 2 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

### Plans

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-pe_status_check",
"version": "4.1.0",
"version": "4.2.0",
"author": "Marty Ewings",
"summary": "A Puppet Enterprise Module to Promote Preventative Maintenance and Self Service",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3ecd685

Please sign in to comment.