Skip to content

Commit 567b6d3

Browse files
hunnerHelen Campbell
authored andcommitted
Release prep 4.17.0
1 parent 32e5a87 commit 567b6d3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## Supported Release 4.17.0
2+
### Summary
3+
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.
4+
5+
### Added
6+
- `glob()` function
7+
8+
### Fixed
9+
- Occasional duplicate type definitions when using `defined_with_params()`
10+
- `file_line` encoding issue on ruby 1.8 (unsupported)
11+
- Huge readme refresh
12+
113
## Supported Release 4.16.0
214
### Summary
315

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-stdlib",
3-
"version": "4.16.0",
3+
"version": "4.17.0",
44
"author": "puppetlabs",
55
"summary": "Standard library of resources for Puppet modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)