diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c954cd..22534ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,17 @@ All notable changes to this project will be documented in this file. -## Release 0.1.0 +## Release 0.1.1 **Features** +Removed some of the external shell requirements on the facts **Bugfixes** +Properly confined to only CA hosts + +By moving the confinement to the actual CA Cert + +/etc/puppetlabs/puppet/ssl/ca/ca_crt.pem + **Known Issues** diff --git a/metadata.json b/metadata.json index 5471c06..b8c7bfe 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "martyewings-ca_expiry_check", - "version": "0.1.0", + "version": "0.1.1", "author": "Marty Ewings", "summary": "Tools for monitoring and notifying of impending Puppet CA expiry", "license": "Apache-2.0",