commit
75dd725179
2 changed files with 15 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
##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.
|
||||
|
||||
####Bugfixes
|
||||
- newline didn't work for Windows and Solaris. This has been fixed.
|
||||
- Install certs on Windows for acceptance tests
|
||||
- Update tests to work with strict variables (no module updates were required)
|
||||
- Update tests to work on Windows
|
||||
- Fix typo in CHANGELOG.md
|
||||
|
||||
##2014-09-10 - Supported Release 1.1.1
|
||||
|
||||
###Summary
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "puppetlabs-concat",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"author": "Puppet Labs",
|
||||
"summary": "Concat module",
|
||||
"license": "Apache-2.0",
|
||||
"source": "https://github.com/puppetlabs/puppetlabs-concat",
|
||||
"project_page": "https://github.com/puppetlabs/puppetlabs-concat",
|
||||
"issues_url": "https://github.com/puppetlabs/puppetlabs-concat/issues",
|
||||
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
||||
"operatingsystem_support": [
|
||||
{
|
||||
"operatingsystem": "RedHat",
|
||||
|
|
Loading…
Reference in a new issue