Skip to content

Commit fb022ee

Browse files
committed
Merge pull request #355 from mhaskel/1.2.4-prep
1.2.4 prep
2 parents 89fceb4 + db914f1 commit fb022ee

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
##2015-07-21 - Supported Release 1.2.4
2+
###Summary
3+
4+
This release includes some ruby path and lint fixes.
5+
6+
####Bugfixes
7+
- Use correct ruby path with PE and AIO
8+
- Lint fixes
9+
- Use correct ruby path on FreeBSD
10+
- Test fixes
11+
112
##2015-06-02 - Supported Release 2.0.1 [YANKED]
213
###Summary
314

@@ -14,7 +25,6 @@ This is a bugfix release.
1425
This release includes a README fix to document correct behavior of fragment target parameter.
1526

1627
####Bugfixes
17-
1828
- README Fix to correctly document how a fragment $target param should work.
1929

2030
##2015-05-12 - Supported Release 2.0.0 [YANKED]

metadata.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "puppetlabs-concat",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"author": "Puppet Labs",
55
"summary": "Construct files from multiple fragments.",
66
"license": "Apache-2.0",
77
"source": "https://github.com/puppetlabs/puppetlabs-concat",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-concat",
99
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
10+
"dependencies": [
11+
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
12+
],
1013
"operatingsystem_support": [
1114
{
1215
"operatingsystem": "RedHat",
@@ -98,14 +101,11 @@
98101
"requirements": [
99102
{
100103
"name": "pe",
101-
"version_requirement": "3.x"
104+
"version_requirement": ">= 3.0.0 < 2015.3.0"
102105
},
103106
{
104107
"name": "puppet",
105-
"version_requirement": "3.x"
108+
"version_requirement": ">= 3.0.0 < 5.0.0"
106109
}
107-
],
108-
"dependencies": [
109-
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
110110
]
111111
}

0 commit comments

Comments
 (0)