Skip to content

Commit bbdfa73

Browse files
authored
Merge pull request #17 from puppetlabs/release-prep
Release prep v0.1.0
2 parents b2c415d + 71c2fd1 commit bbdfa73

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
# Changelog
1+
# Change log
22

3-
All notable changes to this project will be documented in this file.
3+
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-
## Release 0.1.0
5+
## [v0.1.0](https://github.com/puppetlabs/puppetlabs-self_service/tree/v0.1.0) (2021-12-14)
66

7-
**Features**
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-self_service/compare/f6d5d880a989fad41190a0df43e8dc0a34713df2...v0.1.0)
88

9-
**Bugfixes**
9+
### Added
1010

11-
**Known Issues**
11+
- \(SUP-2862\) Basic Readme for version 0.1.0 [\#13](https://github.com/puppetlabs/puppetlabs-self_service/pull/13) ([MartyEwings](https://github.com/MartyEwings))
12+
- \(SUP-2861\) Puppet Agent Health Checks [\#12](https://github.com/puppetlabs/puppetlabs-self_service/pull/12) ([MartyEwings](https://github.com/MartyEwings))
13+
- Adds a filesystem free method [\#9](https://github.com/puppetlabs/puppetlabs-self_service/pull/9) ([jarretlavallee](https://github.com/jarretlavallee))
14+
- 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))
15+
- Adds additional indicators [\#5](https://github.com/puppetlabs/puppetlabs-self_service/pull/5) ([MartyEwings](https://github.com/MartyEwings))
16+
- \(maint\) Move service logic to a module [\#3](https://github.com/puppetlabs/puppetlabs-self_service/pull/3) ([jarretlavallee](https://github.com/jarretlavallee))
17+
18+
### Fixed
19+
20+
- \(fix\) Do not filter on Undef [\#10](https://github.com/puppetlabs/puppetlabs-self_service/pull/10) ([jarretlavallee](https://github.com/jarretlavallee))
21+
22+
23+
24+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

REFERENCE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
### <a name="self_service"></a>`self_service`
1414

15-
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
15+
When this class is enabled, when any of the indicators in the self_service fact are false puppet will notify of this,
16+
individual tests can be disabled by adding the ID to the indicator_exclusions parameter
1617

1718
#### Examples
1819

@@ -30,7 +31,7 @@ The following parameters are available in the `self_service` class:
3031

3132
##### <a name="indicator_exclusions"></a>`indicator_exclusions`
3233

33-
Data type: `Array[String]`
34+
Data type: `Array[String[1]]`
3435

3536
List of disabled indicators, place any indicator ids you do not wish to report on in this list
3637

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-self_service",
3-
"version": "0.0.0",
3+
"version": "0.1.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)