Skip to content

Commit 7f97a0e

Browse files
author
Morgan Haskel
committed
1.2.0 prep
1 parent 20d0a5f commit 7f97a0e

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
##2014-10-28 - Supported Release 1.1.2
1+
##2015-02-17 - Supported Release 1.2.0
2+
###Summary
3+
4+
This release includes a number of bugfixes and adds support for running a validation command when using puppet >= 3.5.0.
5+
6+
####Features
7+
- Support running a validation command for Puppet >= 3.5.0
8+
9+
####Bugfixes
10+
- Reset poisoned defaults from Exec
11+
- Use concatfragments.rb on AIX since it doesn't support print0
12+
- Make sure ruby is in the path for PE (MODULES-1456)
13+
- Fix missing method for check_is_owned_by for windows (MODULES-1764)
14+
- Fix sort by numeric
215

16+
##2014-10-28 - Supported Release 1.1.2
317
###Summary
418

519
This release includes bugfixes and test improvements. The module was tested against SLES10 and SLES12 and found to work against those platforms with no module improvements. Metadata was updated to include those as supported platforms.
@@ -12,7 +26,6 @@ This release includes bugfixes and test improvements. The module was tested agai
1226
- Fix typo in CHANGELOG.md
1327

1428
##2014-09-10 - Supported Release 1.1.1
15-
1629
###Summary
1730

1831
This is a bugfix release, and the first supported release of the 1.1.x series.
@@ -32,7 +45,6 @@ This is a bugfix release, and the first supported release of the 1.1.x series.
3245
- Synchronized files for more consistency across modules via modulesync
3346

3447
##2014-05-14 - Release 1.1.0
35-
3648
###Summary
3749

3850
This release is primarily a bugfix release since 1.1.0-rc1.
@@ -47,7 +59,6 @@ This release is primarily a bugfix release since 1.1.0-rc1.
4759
- Fix newlines
4860

4961
##2014-01-03 - Release 1.1.0-rc1
50-
5162
###Summary
5263

5364
This release of concat was 90% written by Joshua Hoblitt, and the module team
@@ -137,7 +148,6 @@ This is a supported release. No functional changes were made from 1.0.1.
137148

138149

139150
##2014-02-12 - 1.0.1
140-
141151
###Summary
142152

143153
Minor bugfixes for sorting of fragments and ordering of resources.
@@ -150,7 +160,6 @@ fragments.
150160

151161

152162
##2013-08-09 - 1.0.0
153-
154163
###Summary
155164

156165
Many new features and bugfixes in this release, and if you're a heavy concat

metadata.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-concat",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"author": "Puppet Labs",
55
"summary": "Construct files from multiple fragments.",
66
"license": "Apache-2.0",
@@ -105,9 +105,6 @@
105105
}
106106
],
107107
"dependencies": [
108-
{
109-
"name": "puppetlabs/stdlib",
110-
"version_requirement": ">= 3.2.0 < 5.0.0"
111-
}
108+
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
112109
]
113110
}

0 commit comments

Comments
 (0)