Skip to content

Commit 75d1e96

Browse files
committed
Merge pull request #325 from bmjen/2.0.1_prep
2.0.1 prep
2 parents ddcf87f + d6ee5a8 commit 75d1e96

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
=======
2+
##2015-06-02 - Supported Release 2.0.1
3+
###Summary
4+
5+
This is a bugfix release.
6+
7+
####Bugfixes
8+
- Fixes dependency graphing with concurrent modification of the same file.
9+
- Fixes handling fragment target.
10+
- Fixes the defaulted force behavior to handle empty concats correctly.
11+
112
=======
213
##2015-05-12 - Supported Release 2.0.0
314
###Summary
@@ -10,6 +21,15 @@ This is a major release. Includes re-implementation of concat to use native Type
1021
####Bugfixes
1122
- Fixes a bug in alpha ordering of fragments.
1223

24+
=======
25+
##2015-06-02 - Supported Release 1.2.3
26+
###Summary
27+
28+
This release includes a README fix to document correct behavior of fragment target parameter.
29+
30+
####Bugfixes
31+
32+
- README Fix to correctly document how a fragment $target param should work.
1333

1434
##2015-05-12 - Supported Release 1.2.2
1535
###Summary

metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"name": "puppetlabs-concat",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
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":">= 4.5.0 < 5.0.0"}
12-
],
1310
"operatingsystem_support": [
1411
{
1512
"operatingsystem": "RedHat",
@@ -106,5 +103,8 @@
106103
"name": "puppet",
107104
"version_requirement": "3.x"
108105
}
106+
],
107+
"dependencies": [
108+
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
109109
]
110110
}

0 commit comments

Comments
 (0)