commit
4eba9364f1
2 changed files with 18 additions and 2 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,3 +1,18 @@
|
|||
## Supported Release 4.11.0
|
||||
###Summary
|
||||
|
||||
Provides a validate_absolute_paths and Debian 8 support. There is a fix to the is_package_provider fact and a test improvement.
|
||||
|
||||
####Features
|
||||
- Adds new parser called is_absolute_path
|
||||
- Supports Debian 8
|
||||
|
||||
####Bugfixes
|
||||
- Allow package_provider fact to resolve on PE 3.x
|
||||
|
||||
####Improvements
|
||||
- ensures that the test passes independently of changes to rubygems for ensure_resource
|
||||
|
||||
##2015-12-15 - Supported Release 4.10.0
|
||||
###Summary
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "puppetlabs-stdlib",
|
||||
"version": "4.10.0",
|
||||
"version": "4.11.0",
|
||||
"author": "puppetlabs",
|
||||
"summary": "Standard library of resources for Puppet modules.",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -56,7 +56,8 @@
|
|||
"operatingsystem": "Debian",
|
||||
"operatingsystemrelease": [
|
||||
"6",
|
||||
"7"
|
||||
"7",
|
||||
"8"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue