Showing with 232 additions and 45 deletions.
  1. +15 −0 CHANGELOG.md
  2. +73 −17 README.md
  3. +28 −0 REFERENCE.md
  4. +11 −8 lib/facter/agent_status_check.rb
  5. +20 −13 lib/facter/pe_status_check.rb
  6. +17 −3 lib/shared/pe_status_check.rb
  7. +25 −0 manifests/agent_status_enable.pp
  8. +1 −1 manifests/init.pp
  9. +28 −3 metadata.json
  10. +13 −0 spec/classes/agent_status_enable_spec.rb
  11. +1 −0 spec/default_facts.yml
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [v2.1.0](https://github.com/puppetlabs/puppetlabs-pe_status_check/tree/v2.1.0) (2022-07-08)

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

### Added

- \(SUP-3450\) make agent\_status\_check collection optional [\#141](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/141) ([MartyEwings](https://github.com/MartyEwings))
- \(SUP-3426\) Use shorter timeout for facter execute [\#139](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/139) ([m0dular](https://github.com/m0dular))
- \(SUP-3400\)\(SUP-3401\)\(SUP-3402\) Update Readme to explain facts further [\#137](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/137) ([MartyEwings](https://github.com/MartyEwings))

### Fixed

- SUP-3457 get\_resource error handling [\#143](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/143) ([m0dular](https://github.com/m0dular))
- \(SUP-3442\) Update ss commands so timeout kills the process [\#142](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/142) ([elainemccloskey](https://github.com/elainemccloskey))

## [v2.0.2](https://github.com/puppetlabs/puppetlabs-pe_status_check/tree/v2.0.2) (2022-06-17)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-pe_status_check/compare/v2.0.1...v2.0.2)
Expand Down
Loading