Merge pull request #269 from mhaskel/merge_1.2.x_into_master
Merge 1.2.x into master
This commit is contained in:
commit
f6e9f0a4ec
2 changed files with 17 additions and 11 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
|||
##2014-10-28 - Supported Release 1.1.2
|
||||
##2015-02-17 - Supported Release 1.2.0
|
||||
###Summary
|
||||
|
||||
This release includes a number of bugfixes and adds support for running a validation command when using puppet >= 3.5.0.
|
||||
|
||||
####Features
|
||||
- Support running a validation command for Puppet >= 3.5.0
|
||||
|
||||
####Bugfixes
|
||||
- Reset poisoned defaults from Exec
|
||||
- Use concatfragments.rb on AIX since it doesn't support print0
|
||||
- Make sure ruby is in the path for PE (MODULES-1456)
|
||||
- Fix missing method for check_is_owned_by for windows (MODULES-1764)
|
||||
- Fix sort by numeric
|
||||
|
||||
##2014-10-28 - Supported Release 1.1.2
|
||||
###Summary
|
||||
|
||||
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
|
|||
- Fix typo in CHANGELOG.md
|
||||
|
||||
##2014-09-10 - Supported Release 1.1.1
|
||||
|
||||
###Summary
|
||||
|
||||
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.
|
|||
- Synchronized files for more consistency across modules via modulesync
|
||||
|
||||
##2014-05-14 - Release 1.1.0
|
||||
|
||||
###Summary
|
||||
|
||||
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.
|
|||
- Fix newlines
|
||||
|
||||
##2014-01-03 - Release 1.1.0-rc1
|
||||
|
||||
###Summary
|
||||
|
||||
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.
|
|||
|
||||
|
||||
##2014-02-12 - 1.0.1
|
||||
|
||||
###Summary
|
||||
|
||||
Minor bugfixes for sorting of fragments and ordering of resources.
|
||||
|
@ -150,7 +160,6 @@ fragments.
|
|||
|
||||
|
||||
##2013-08-09 - 1.0.0
|
||||
|
||||
###Summary
|
||||
|
||||
Many new features and bugfixes in this release, and if you're a heavy concat
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "puppetlabs-concat",
|
||||
"version": "1.1.2",
|
||||
"version": "1.2.0",
|
||||
"author": "Puppet Labs",
|
||||
"summary": "Construct files from multiple fragments.",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -105,9 +105,6 @@
|
|||
}
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "puppetlabs/stdlib",
|
||||
"version_requirement": ">= 3.2.0 < 5.0.0"
|
||||
}
|
||||
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue