Skip to content

Commit cbc5508

Browse files
committed
Release 4.4.0
Summary This release has an overhauled readme, new private manifest function, and fixes many future parser bugs. Features - All new shiny README - New `private()` function for making private manifests (yay!) Bugfixes - Code reuse in `bool2num()` and `zip()` - Fix many functions to handle `generate()` no longer returning a string on new puppets - `concat()` no longer modifies the first argument (whoops) - strict variable support for `getvar()`, `member()`, `values_at`, and `has_interface_with()` - `to_bytes()` handles PB and EB now - Fix `tempfile` ruby requirement for `validate_augeas()` and `validate_cmd()` - Fix `validate_cmd()` for windows - Correct `validate_string()` docs to reflect non-handling of `undef` - Fix `file_line` matching on older rubies
1 parent 850297b commit cbc5508

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
##2014-11-10 - Supported Release 4.4.0
2+
###Summary
3+
This release has an overhauled readme, new private manifest function, and fixes many future parser bugs.
4+
5+
####Features
6+
- All new shiny README
7+
- New `private()` function for making private manifests (yay!)
8+
9+
####Bugfixes
10+
- Code reuse in `bool2num()` and `zip()`
11+
- Fix many functions to handle `generate()` no longer returning a string on new puppets
12+
- `concat()` no longer modifies the first argument (whoops)
13+
- strict variable support for `getvar()`, `member()`, `values_at`, and `has_interface_with()`
14+
- `to_bytes()` handles PB and EB now
15+
- Fix `tempfile` ruby requirement for `validate_augeas()` and `validate_cmd()`
16+
- Fix `validate_cmd()` for windows
17+
- Correct `validate_string()` docs to reflect non-handling of `undef`
18+
- Fix `file_line` matching on older rubies
19+
20+
121
##2014-07-15 - Supported Release 4.3.2
222
###Summary
323

metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "puppetlabs-stdlib",
3-
"version": "4.3.2",
3+
"version": "4.4.0",
44
"author": "puppetlabs",
55
"summary": "Puppet Module Standard Library",
66
"license": "Apache 2.0",
77
"source": "git://github.com/puppetlabs/puppetlabs-stdlib",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-stdlib",
9-
"issues_url": "https://github.com/puppetlabs/puppetlabs-stdlib/issues",
9+
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
1010
"operatingsystem_support": [
1111
{
1212
"operatingsystem": "RedHat",
@@ -97,7 +97,7 @@
9797
"requirements": [
9898
{
9999
"name": "pe",
100-
"version_requirement": "3.3.x"
100+
"version_requirement": "3.x"
101101
},
102102
{
103103
"name": "puppet",

0 commit comments

Comments
 (0)