Update changelog, modulefile and metadata.json for supported 1.0.3 release.
This commit is contained in:
parent
18f42ad8de
commit
fc56fe3d7c
3 changed files with 28 additions and 6 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
||||||
|
## - Supported Release 1.0.3
|
||||||
|
###Summary
|
||||||
|
|
||||||
|
This is a supported release. No functional changes were made from 1.0.2.
|
||||||
|
|
||||||
|
####Features
|
||||||
|
- Added test support for Ubuntu Trusty.
|
||||||
|
|
||||||
|
####Bugfixes
|
||||||
|
|
||||||
|
####Known bugs
|
||||||
|
|
||||||
|
*Not supported on Windows.
|
||||||
|
|
||||||
##2014-03-04 - Supported Release 1.0.2
|
##2014-03-04 - Supported Release 1.0.2
|
||||||
###Summary
|
###Summary
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name 'puppetlabs-concat'
|
name 'puppetlabs-concat'
|
||||||
version '1.0.2'
|
version '1.0.3'
|
||||||
source 'git://github.com/puppetlabs/puppetlabs-concat.git'
|
source 'git://github.com/puppetlabs/puppetlabs-concat.git'
|
||||||
author 'Puppetlabs'
|
author 'Puppetlabs'
|
||||||
license 'Apache 2.0'
|
license 'Apache 2.0'
|
||||||
|
|
|
@ -11,28 +11,35 @@
|
||||||
"operatingsystem": "RedHat",
|
"operatingsystem": "RedHat",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"5",
|
"5",
|
||||||
"6"
|
"6",
|
||||||
|
"7"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operatingsystem": "CentOS",
|
"operatingsystem": "CentOS",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"5",
|
"5",
|
||||||
"6"
|
"6",
|
||||||
|
"7"
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operatingsystem": "OracleLinux",
|
"operatingsystem": "OracleLinux",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"5",
|
"5",
|
||||||
"6"
|
"6",
|
||||||
|
"7"
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"operatingsystem": "Scientific",
|
"operatingsystem": "Scientific",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"5",
|
"5",
|
||||||
"6"
|
"6",
|
||||||
|
"7"
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -52,7 +59,8 @@
|
||||||
"operatingsystem": "Ubuntu",
|
"operatingsystem": "Ubuntu",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"10.04",
|
"10.04",
|
||||||
"12.04"
|
"12.04",
|
||||||
|
"14.04"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue