Skip to content

Commit 145eb08

Browse files
author
Morgan Haskel
committed
4.5.0 prep
1 parent 46ce05e commit 145eb08

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
##2014-12-15 - Supported Release 4.5.0
2+
###Summary
3+
4+
This release improves functionality of the member function and adds improved future parser support.
5+
6+
####Features
7+
- MODULES-1329: Update member() to allow the variable to be an array.
8+
- Sync .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md via modulesync
9+
10+
####Bugfixes
11+
- Fix range() to work with numeric ranges with the future parser
12+
- Accurately express SLES support in metadata.json (was missing 10SP4 and 12)
13+
114
##2014-11-10 - Supported Release 4.4.0
215
###Summary
316
This release has an overhauled readme, new private manifest function, and fixes many future parser bugs.

metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "puppetlabs-stdlib",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"author": "puppetlabs",
55
"summary": "Puppet Module Standard Library",
6-
"license": "Apache 2.0",
7-
"source": "git://github.com/puppetlabs/puppetlabs-stdlib",
6+
"license": "Apache-2.0",
7+
"source": "https://github.com/puppetlabs/puppetlabs-stdlib",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-stdlib",
99
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
1010
"operatingsystem_support": [

0 commit comments

Comments
 (0)