Skip to content

Commit 2b75918

Browse files
author
Jeff McCune
committed
Update Modulefile, CHANGELOG for 2.6.0
1 parent 26819f9 commit 2b75918

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
2012-11-28 - Peter Meier <[email protected]> - 2.6.0
2+
* Add reject() function (a79b2cd)
3+
4+
2012-09-18 - Chad Metcalf <[email protected]> - 2.6.0
5+
* Add an ensure_packages function. (8a8c09e)
6+
7+
2012-11-23 - Erik Dalén <[email protected]> - 2.6.0
8+
* (#17797) min() and max() functions (9954133)
9+
10+
2012-05-23 - Peter Meier <[email protected]> - 2.6.0
11+
* (#14670) autorequire a file_line resource's path (dfcee63)
12+
13+
2012-11-19 - Joshua Harlan Lifton <[email protected]> - 2.6.0
14+
* Add join_keys_to_values function (ee0f2b3)
15+
16+
2012-11-17 - Joshua Harlan Lifton <[email protected]> - 2.6.0
17+
* Extend delete function for strings and hashes (7322e4d)
18+
19+
2012-08-03 - Gary Larizza <[email protected]> - 2.6.0
20+
* Add the pick() function (ba6dd13)
21+
22+
2012-03-20 - Wil Cooley <[email protected]> - 2.6.0
23+
* (#13974) Add predicate functions for interface facts (f819417)
24+
25+
2012-11-06 - Joe Julian <[email protected]> - 2.6.0
26+
* Add function, uriescape, to URI.escape strings. Redmine #17459 (70f4a0e)
27+
128
2012-10-25 - Jeff McCune <[email protected]> - 2.5.1
229
* (maint) Fix spec failures resulting from Facter API changes (97f836f)
330

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-stdlib'
2-
version '2.5.1'
2+
version '2.6.0'
33
source 'git://github.com/puppetlabs/puppetlabs-stdlib'
44
author 'puppetlabs'
55
license 'Apache 2.0'

0 commit comments

Comments
 (0)