Skip to content

Commit

Permalink
Merge pull request #206 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v4.0.0
  • Loading branch information
Aaronoftheages committed Oct 18, 2023
2 parents d787913 + 18b25b5 commit 26b63ce
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,23 @@

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.0.0](https://github.com/puppetlabs/puppetlabs-pe_status_check/tree/v4.0.0) (2023-10-18)

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

### Changed

- \(SUP-4433\) Refactor hieradata into single hash [\#199](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/199) ([m0dular](https://github.com/m0dular))

### Added

- \(SUP-3709\) - Indicator Exclusion using code manager and Hiera lookup [\#205](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/205) ([Aaronoftheages](https://github.com/Aaronoftheages))
- SUP-4458 addition of test S0020 to test console-service endpoint [\#204](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/204) ([Aaronoftheages](https://github.com/Aaronoftheages))

### Fixed

- \(SUP-4402\) pe\_status\_check fails if hiera.yaml is empty [\#200](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/200) ([MartyEwings](https://github.com/MartyEwings))

## [v3.0.0](https://github.com/puppetlabs/puppetlabs-pe_status_check/tree/v3.0.0) (2023-06-12)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-pe_status_check/compare/v2.6.0...v3.0.0)
Expand Down
13 changes: 11 additions & 2 deletions REFERENCE.md
Expand Up @@ -38,6 +38,7 @@ include pe_status_check
The following parameters are available in the `pe_status_check` class:

* [`indicator_exclusions`](#-pe_status_check--indicator_exclusions)
* [`checks`](#-pe_status_check--checks)

##### <a name="-pe_status_check--indicator_exclusions"></a>`indicator_exclusions`

Expand All @@ -47,6 +48,12 @@ List of disabled indicators, place any indicator ids you do not wish to report o

Default value: `[]`

##### <a name="-pe_status_check--checks"></a>`checks`

Data type: `Hash`

Hash containing a descriptiong for each key indicator

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

Adding this class will enable the execution of the agent_status_check fact,
Expand Down Expand Up @@ -103,8 +110,9 @@ Default value: `undef`
Data type: `Array[String[1]]`

List of disabled indicators, place any indicator ids you do not wish to report on in this list
Static Hiera Data can be used to set indicator_exclusions in a plan - for more information see https://www.puppet.com/docs/pe/latest/writing_plans_in_puppet_language_pe.html#using_hiera_with_plans

Default value: `[]`
Default value: `lookup('pe_status_check::indicator_exclusions', undef, undef, [])`

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

Expand Down Expand Up @@ -133,6 +141,7 @@ Default value: `undef`
Data type: `Array[String[1]]`

List of disabled indicators, place any indicator ids you do not wish to report on in this list
Static Hiera Data can be used to set indicator_exclusions in a plan - for more information see https://www.puppet.com/docs/pe/latest/writing_plans_in_puppet_language_pe.html#using_hiera_with_plans

Default value: `[]`
Default value: `lookup('pe_status_check::indicator_exclusions', undef, undef, [])`

2 changes: 1 addition & 1 deletion metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-pe_status_check",
"version": "3.0.0",
"version": "4.0.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 26b63ce

Please sign in to comment.