1.4.2 release prep
This commit is contained in:
parent
7e0527248f
commit
cda3ccaecc
4 changed files with 13 additions and 4 deletions
|
@ -1,3 +1,12 @@
|
|||
## 2015-09-01 - Supported Release 1.4.2
|
||||
### Summary
|
||||
This release adds some bugfixes.
|
||||
|
||||
####Bugfixes
|
||||
- MODULES-2212 Add use_exact_match parameter for subsettings
|
||||
- MODULES-1908 Munge the setting to ensure we always strip the whitespace
|
||||
- MODULES-2369 Support a space as a key_val_separator
|
||||
|
||||
## 2015-07-15 - Supported Release 1.4.1
|
||||
### Summary
|
||||
This release bumps the metadata for PE up.
|
||||
|
|
|
@ -1,15 +1,12 @@
|
|||
{
|
||||
"name": "puppetlabs-inifile",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"author": "Puppet Labs",
|
||||
"summary": "Resource types for managing settings in INI files",
|
||||
"license": "Apache-2.0",
|
||||
"source": "https://github.com/puppetlabs/puppetlabs-inifile",
|
||||
"project_page": "https://github.com/puppetlabs/puppetlabs-inifile",
|
||||
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
||||
"dependencies": [
|
||||
|
||||
],
|
||||
"operatingsystem_support": [
|
||||
{
|
||||
"operatingsystem": "RedHat",
|
||||
|
@ -101,5 +98,8 @@
|
|||
"name": "puppet",
|
||||
"version_requirement": ">= 3.0.0 < 5.0.0"
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue