Skip to content

Commit 5267d35

Browse files
committed
1.2.3 Release prep
1 parent ddcf87f commit 5267d35

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ This is a major release. Includes re-implementation of concat to use native Type
1010
####Bugfixes
1111
- Fixes a bug in alpha ordering of fragments.
1212

13+
=======
14+
##2015-06-02 - Supported Release 1.2.3
15+
###Summary
16+
17+
This release includes a README fix to document correct behavior of fragment target parameter.
18+
19+
####Bugfixes
20+
21+
- README Fix to correctly document how a fragment $target param should work.
1322

1423
##2015-05-12 - Supported Release 1.2.2
1524
###Summary

metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
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)