Browse Source

Merge pull request #190 from puppetlabs/1.4.x

1.4.x mergeback to master
Morgan Haskel 8 years ago
parent
commit
960d85a670
4 changed files with 10 additions and 1 deletions
  1. 9 0
      CHANGELOG.md
  2. 0 0
      examples/ini_setting.pp
  3. 0 0
      examples/ini_subsetting.pp
  4. 1 1
      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


+ 1 - 1
metadata.json

@@ -1,6 +1,6 @@
 {
   "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",