diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c954cd2..f4fa2ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,24 @@ -# Changelog +# Change log -All notable changes to this project will be documented in this file. +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). -## Release 0.1.0 +## [v0.1.0](https://github.com/puppetlabs/puppetlabs-self_service/tree/v0.1.0) (2021-12-14) -**Features** +[Full Changelog](https://github.com/puppetlabs/puppetlabs-self_service/compare/f6d5d880a989fad41190a0df43e8dc0a34713df2...v0.1.0) -**Bugfixes** +### Added -**Known Issues** +- \(SUP-2862\) Basic Readme for version 0.1.0 [\#13](https://github.com/puppetlabs/puppetlabs-self_service/pull/13) ([MartyEwings](https://github.com/MartyEwings)) +- \(SUP-2861\) Puppet Agent Health Checks [\#12](https://github.com/puppetlabs/puppetlabs-self_service/pull/12) ([MartyEwings](https://github.com/MartyEwings)) +- Adds a filesystem free method [\#9](https://github.com/puppetlabs/puppetlabs-self_service/pull/9) ([jarretlavallee](https://github.com/jarretlavallee)) +- Adds in PE node confinement types and more status checks [\#8](https://github.com/puppetlabs/puppetlabs-self_service/pull/8) ([MartyEwings](https://github.com/MartyEwings)) +- Adds additional indicators [\#5](https://github.com/puppetlabs/puppetlabs-self_service/pull/5) ([MartyEwings](https://github.com/MartyEwings)) +- \(maint\) Move service logic to a module [\#3](https://github.com/puppetlabs/puppetlabs-self_service/pull/3) ([jarretlavallee](https://github.com/jarretlavallee)) + +### Fixed + +- \(fix\) Do not filter on Undef [\#10](https://github.com/puppetlabs/puppetlabs-self_service/pull/10) ([jarretlavallee](https://github.com/jarretlavallee)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/REFERENCE.md b/REFERENCE.md index 045b0ba6..e5f2ebed 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -12,7 +12,8 @@ ### `self_service` -When this class is enabled, when any of the indicators in the self_service fact are false puppet will notify of this, individual tests can be disabled by removing them from the self_service_indicators parameter +When this class is enabled, when any of the indicators in the self_service fact are false puppet will notify of this, + individual tests can be disabled by adding the ID to the indicator_exclusions parameter #### Examples @@ -30,7 +31,7 @@ The following parameters are available in the `self_service` class: ##### `indicator_exclusions` -Data type: `Array[String]` +Data type: `Array[String[1]]` List of disabled indicators, place any indicator ids you do not wish to report on in this list diff --git a/metadata.json b/metadata.json index 7cf6ab48..5fee710c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-self_service", - "version": "0.0.0", + "version": "0.1.0", "author": "Marty Ewings", "summary": "A Puppet Enterprise Module to Promote Preventative Maintenance and Self Service", "license": "Apache-2.0",