diff options
author | Hunter Haugen <hunter@puppet.com> | 2017-04-28 10:02:42 -0700 |
---|---|---|
committer | Helen Campbell <helen@puppetlabs.com> | 2017-05-09 12:57:20 +0100 |
commit | 567b6d3fad75727de66b6ef339d77ef181316603 (patch) | |
tree | d2d100a75fe992964c7f3b0ed8a1db4d26de410c | |
parent | 32e5a87bb3b8c1d0fabc1e8c2687e4a750173cb5 (diff) |
Release prep 4.17.0
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eeca835..518040b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## Supported Release 4.17.0 +### Summary +This release adds a new function `glob()` for expanding file lists. Also works around an issue that appeared in puppet 4.6.0 involving types being declared multiple times. + +### Added +- `glob()` function + +### Fixed +- Occasional duplicate type definitions when using `defined_with_params()` +- `file_line` encoding issue on ruby 1.8 (unsupported) +- Huge readme refresh + ## Supported Release 4.16.0 ### Summary diff --git a/metadata.json b/metadata.json index 1905884..8c05d79 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.16.0", + "version": "4.17.0", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", |