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
|
## 2015-07-15 - Supported Release 1.4.1
|
||||||
### Summary
|
### Summary
|
||||||
This release bumps the metadata for PE up.
|
This release bumps the metadata for PE up.
|
||||||
|
|
|
@ -1,15 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "puppetlabs-inifile",
|
"name": "puppetlabs-inifile",
|
||||||
"version": "1.4.1",
|
"version": "1.4.2",
|
||||||
"author": "Puppet Labs",
|
"author": "Puppet Labs",
|
||||||
"summary": "Resource types for managing settings in INI files",
|
"summary": "Resource types for managing settings in INI files",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"source": "https://github.com/puppetlabs/puppetlabs-inifile",
|
"source": "https://github.com/puppetlabs/puppetlabs-inifile",
|
||||||
"project_page": "https://github.com/puppetlabs/puppetlabs-inifile",
|
"project_page": "https://github.com/puppetlabs/puppetlabs-inifile",
|
||||||
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
||||||
"dependencies": [
|
|
||||||
|
|
||||||
],
|
|
||||||
"operatingsystem_support": [
|
"operatingsystem_support": [
|
||||||
{
|
{
|
||||||
"operatingsystem": "RedHat",
|
"operatingsystem": "RedHat",
|
||||||
|
@ -101,5 +98,8 @@
|
||||||
"name": "puppet",
|
"name": "puppet",
|
||||||
"version_requirement": ">= 3.0.0 < 5.0.0"
|
"version_requirement": ">= 3.0.0 < 5.0.0"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"dependencies": [
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue