4.11.0 prep
This commit is contained in:
parent
0073c6d8de
commit
00973036b2
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
||||||
|
## Supported Release 4.11.0
|
||||||
|
###Summary
|
||||||
|
|
||||||
|
Provides a new parser validate_absolute_paths, a fix to the is_package_provider fact and a test improvement.
|
||||||
|
|
||||||
|
####Features
|
||||||
|
- Adds new parser called is_absolute_path
|
||||||
|
|
||||||
|
####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
|
##2015-12-15 - Supported Release 4.10.0
|
||||||
###Summary
|
###Summary
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "puppetlabs-stdlib",
|
"name": "puppetlabs-stdlib",
|
||||||
"version": "4.10.0",
|
"version": "4.11.0",
|
||||||
"author": "puppetlabs",
|
"author": "puppetlabs",
|
||||||
"summary": "Standard library of resources for Puppet modules.",
|
"summary": "Standard library of resources for Puppet modules.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
Loading…
Reference in a new issue