Skip to content

Commit 2c6cff6

Browse files
author
Morgan Haskel
committed
Merge pull request puppetlabs#439 from puppetlabs/4.6.x
4.6.x
2 parents 8a1d1e2 + 73474b0 commit 2c6cff6

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,32 @@
1-
##2015-01-14 - Supported Release 4.6.0
1+
##2015-04-14 - Supported Release 4.6.0
22
###Summary
33

4-
Improved functionality and preparing for Puppet Next with new parser
4+
Adds functions and function argument abilities, and improves compatibility with the new puppet parser
55

66
####Features
7-
- MODULES-444: concat can now take more than two arrays
8-
- basename function added to have Ruby File.basename functionality
9-
- delete function can now take an array of items to remove
10-
- MODULES-1473: deprecate type function in favor of type_of
7+
- MODULES-444: `concat()` can now take more than two arrays
8+
- `basename()` added to have Ruby File.basename functionality
9+
- `delete()` can now take an array of items to remove
10+
- `prefix()` can now take a hash
11+
- `upcase()` can now take a hash or array of upcaseable things
12+
- `validate_absolute_path()` can now take an array
13+
- `validate_cmd()` can now use % in the command to embed the validation file argument in the string
14+
- MODULES-1473: deprecate `type()` function in favor of `type3x()`
15+
- MODULES-1473: Add `type_of()` to give better time information on future parser
16+
- Deprecate `private()` for `assert_private()` due to future parser
17+
- Adds `ceiling()` to take the ceiling of a number
18+
- Adds `fqdn_rand_string()` to generate random string based on fqdn
19+
- Adds `pw_hash()` to generate password hashes
20+
- Adds `validate_integer()`
21+
- Adds `validate_numeric()` (like `validate_integer()` but also accepts floats)
1122

1223
####Bugfixes
13-
- Several test case fixes
14-
- Ensure_resource is more verbose on debug mode
24+
- Fix seeding of `fqdn_rotate()`
25+
- `ensure_resource()` is more verbose on debug mode
26+
- Stricter argument checking for `dirname()`
27+
- Fix `is_domain_name()` to better match RFC
28+
- Fix `uriescape()` when called with array
29+
- Fix `file_line` resource when using the `after` attribute with `match`
1530

1631
##2015-01-14 - Supported Release 4.5.1
1732
###Summary

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.5.1",
3+
"version": "4.6.0",
44
"author": "puppetlabs",
55
"summary": "Standard library of resources for Puppet modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)