Browse Source

1.4.2 release prep

tphoney 8 years ago
parent
commit
cda3ccaecc
4 changed files with 13 additions and 4 deletions
  1. 9 0
      CHANGELOG.md
  2. 0 0
      examples/ini_setting.pp
  3. 0 0
      examples/ini_subsetting.pp
  4. 4 4
      metadata.json

+ 9 - 0
CHANGELOG.md

@@ -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.

+ 0 - 0
tests/ini_setting.pp → examples/ini_setting.pp


+ 0 - 0
tests/ini_subsetting.pp → examples/ini_subsetting.pp


+ 4 - 4
metadata.json

@@ -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": [
+  
   ]
 }