Update concat
[mirror/dsa-puppet.git] / 3rdparty / modules / concat / CHANGELOG.md
index 8c279a7..0b88ec7 100644 (file)
-##2015-05-12 - Supported Release 1.2.2
-###Summary
+## Supported Releases 4.0.1
+### Summary
+
+This is a small release that updates regex in a test due to changes made in Puppet.
+
+#### Bugfixes
+
+- (MODULES-5085) Ensure that replace test handles qoutes in change message
+
+## Supported Releases 3.0.0 & 4.0.0
+### Summary
+
+This double release adds new Puppet 4 data types. The 3.0.0 release is fully backwards compatible to 
+existing Puppet 4 configurations and provides you with [deprecation warnings](https://github.com/puppetlabs/puppetlabs-stdlib#deprecation) for every argument that 
+will not work as expected with the final 4.0.0 release. See the [stdlib docs](https://github.com/puppetlabs/puppetlabs-stdlib#validate_legacy) for an in-depth discussion of this.
+
+If you're still running Puppet 3, remain on the latest puppetlabs-concat 2.x release for now, and see the documentation to [upgrade to Puppet 4](https://docs.puppet.com/puppet/4.6/reference/upgrade_major_pre.html).
+
+#### Added
+- puppet-strings documentation
+- Puppet 4 data types and deprecation warnings
+
+#### Changed
+- stdlib dependency changed to 4.13.1
+- supported Puppet version changed to 4.7.
+
+## Supported Release 2.2.1
+### Summary
+
+This is a backwards compatible bugfix release.
+
+#### Bugfixes
+
+- (MODULES-4350) Makes :path the namevar for concat_file
+- (MODULES-4351) Prevents the :order parameter from accepting arbitrary values in concat_file
+- (MODULES-4352) Restricts the :replace parameter to values accepted by file
+- (MODULES-4474) Drops auto requirement of fragments
+- (MODULES-3900) Improves error messages in concat::fragment
+- Uses the whole fragment title when sorting
+
+## Supported Release 2.2.0
+### Summary
+
+This release includes support for Debian 8 and Ubuntu 16.04 in addition to numerous bugfixes.
+
+#### Features
+- Adds Debian 8 support
+- Adds Ubuntu 16.04 support
+
+#### Bugfixes
+- Fixes the stdlib lower dependency.
+- (MODULES-3027) Fixes escaping the '*' character in tag creation.
+- (MODULES-3097) Fixes fragment sorting by alpha
+- Correctly propagates 'validate_cmd' parameter to generated file resource
+- Correctly escapes disallowed characters in fragment tag creation
+- (MODULES-3332) Correct the target path validation
+- (MODULES-3463) Properly passes metaparams to generated resource
+
+## Supported Release 2.1.0
+### Summary
+
+This is a re-release of concat as a resource type. This release also includes new features and bugfixes on top of the previously YANKED 2.0.1 release.
+
+#### Features
+- Adds the show_diff property.
+- Adds the selinux related file params.
+- Allows integer UID/GID values to be passed into `$owner` and `$group`
+
+#### Bugfixes
+- Adds a workaround to PUP-1963: generated resources never receiving dependency edges.
+- Fixes occassional failure to find directory environment.
+
+## Supported Release 1.2.5
+### Summary
+
+Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
+
+## 2015-07-21 - Supported Release 1.2.4
+### Summary
+
+This release includes some ruby path and lint fixes.
+
+#### Bugfixes
+- Use correct ruby path with PE and AIO
+- Lint fixes
+- Use correct ruby path on FreeBSD
+- Test fixes
+
+## 2015-06-02 - Supported Release 2.0.1 [YANKED]
+### Summary
+
+This is a bugfix release. 
+
+#### Bugfixes
+- Fixes dependency graphing with concurrent modification of the same file.
+- Fixes handling fragment target.
+- Fixes the defaulted force behavior to handle empty concats correctly.
+
+## 2015-06-02 - Supported Release 1.2.3
+### Summary
+
+This release includes a README fix to document correct behavior of fragment target parameter.
+
+#### Bugfixes
+- README Fix to correctly document how a fragment $target param should work.
+
+## 2015-05-12 - Supported Release 2.0.0 [YANKED]
+### Summary
+
+This is a major release. Includes re-implementation of concat to use native Type and Providers, resulting in significantly improved performance and testability. Also includes a bugfix to alpha ordering of fragments.
+
+#### Features
+- Re-implementation of concat to use native Type and Providers.
+
+#### Bugfixes
+- Fixes a bug in alpha ordering of fragments.
+
+## 2015-05-12 - Supported Release 1.2.2
+### Summary
 
 This release includes a bugfix.
 
-####Bugfixes
+#### Bugfixes
 - Fixes a bug introduced by MODULES-1700, in handling default retrieval of fragment backup parameter.
 
-##2015-04-14 - Supported Release 1.2.1
-###Summary
+## 2015-04-14 - Supported Release 1.2.1
+### Summary
 
 This release includes bugfixes, test improvements, and a rewritten README.
 
-####Bugfixes
+#### Bugfixes
 
 - Verifies existence of $is_pe before using it.
 - Adds validation for $order param to not allow restricted characters.
@@ -20,39 +137,39 @@ This release includes bugfixes, test improvements, and a rewritten README.
 - Explicitly sets script and concat directories to the same owner and group.
 - Re-adds support for fragment backup, so that static compiler can work with filebucket (MODULES-1700).
 
-##2015-02-17 - Supported Release 1.2.0
-###Summary
+## 2015-02-17 - Supported Release 1.2.0
+### Summary
 
 This release includes a number of bugfixes and adds support for running a validation command when using puppet >= 3.5.0.
 
-####Features
+#### Features
 - Support running a validation command for Puppet >= 3.5.0
 
-####Bugfixes
+#### Bugfixes
 - Reset poisoned defaults from Exec
 - Use concatfragments.rb on AIX since it doesn't support print0
 - Make sure ruby is in the path for PE (MODULES-1456)
 - Fix missing method for check_is_owned_by for windows (MODULES-1764)
 - Fix sort by numeric
 
-##2014-10-28 - Supported Release 1.1.2
-###Summary
+## 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
+#### 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
+## 2014-09-10 - Supported Release 1.1.1
+### Summary
 
 This is a bugfix release, and the first supported release of the 1.1.x series.
 
-####Bugfixes
+#### Bugfixes
 - Make the `$order` parameter default to a string and be validated as an integer
   or a string
 - Use the ruby script on Solaris to not break Sol10 support
@@ -66,22 +183,22 @@ This is a bugfix release, and the first supported release of the 1.1.x series.
 - Fix tests and spec_helper
 - Synchronized files for more consistency across modules via modulesync
 
-##2014-05-14 - Release 1.1.0
-###Summary
+## 2014-05-14 - Release 1.1.0
+### Summary
 
 This release is primarily a bugfix release since 1.1.0-rc1.
 
-####Features
+#### Features
 - Improved testing, with tests moved to beaker
 
-####Bugfixes
+#### Bugfixes
 - No longer attempts to set fragment owner and mode on Windows
 - Fix numeric sorting
 - Fix incorrect quoting
 - Fix newlines
 
-##2014-01-03 - Release 1.1.0-rc1
-###Summary
+## 2014-01-03 - Release 1.1.0-rc1
+### Summary
 
 This release of concat was 90% written by Joshua Hoblitt, and the module team
 would like to thank him for the huge amount of work he put into this release.
@@ -99,13 +216,13 @@ warnings and we'll be aggressively moving for a 2.0 to remove those too.
 For further information on deprecations, please read:
 https://github.com/puppetlabs/puppetlabs-concat/blob/master/README.md#api-deprecations
 
-####Removed
+#### Removed
 - Puppet 0.24 support.
 - Filebucket backup of all file resources except the target concatenated file.
 - Default owner/user/group values.
 - Purging of long unused /usr/local/bin/concatfragments.sh
 
-###Features
+### Features
 - Windows support via a ruby version of the concat bash script.
 - Huge amount of acceptance testing work added.
 - Documentation (README) completely rewritten.
@@ -115,7 +232,7 @@ https://github.com/puppetlabs/puppetlabs-concat/blob/master/README.md#api-deprec
  - Made `gnu` parameter deprecated.
  - Added parameter validation.
 
-###Bugfixes
+### Bugfixes
  - Ensure concat::setup runs before concat::fragment in all cases.
  - Pluginsync references updated for modern Puppet.
  - Fix incorrect group parameter.
@@ -125,78 +242,78 @@ https://github.com/puppetlabs/puppetlabs-concat/blob/master/README.md#api-deprec
  - Always exec the concatfragments script as root when running as root.
  - Syntax and other cleanup changes.
 
-##2014-06-25 - Supported Release 1.0.4
-###Summary
+## 2014-06-25 - Supported Release 1.0.4
+### Summary
 
 This release has test fixes.
 
-####Features
+#### Features
 - Added test support for OSX.
 
-####Bugfixes
+#### Bugfixes
 
-####Known bugs
+#### Known bugs
 
 * Not supported on Windows.
 
-##2014-06-04 - Release 1.0.3
-###Summary
+## 2014-06-04 - Release 1.0.3
+### Summary
 
 This release adds compatibility for PE3.3 and fixes tests.
 
-####Features
+#### Features
 - Added test support for Ubuntu Trusty.
 
-####Bugfixes
+#### Bugfixes
 
-####Known bugs
+#### Known bugs
 
 *Not supported on Windows.
 
-##2014-03-04 - Supported Release 1.0.2
-###Summary
+## 2014-03-04 - Supported Release 1.0.2
+### Summary
 
 This is a supported release. No functional changes were made from 1.0.1.
 
-####Features
+#### Features
 - Huge amount of tests backported from 1.1.
 - Documentation rewrite.
 
-####Bugfixes
+#### Bugfixes
 
-####Known Bugs
+#### Known Bugs
 
 * Not supported on Windows.
 
 
-##2014-02-12 - 1.0.1
-###Summary
+## 2014-02-12 - 1.0.1
+### Summary
 
 Minor bugfixes for sorting of fragments and ordering of resources.
 
-####Bugfixes
+#### Bugfixes
 - LANG => C replaced with LC_ALL => C to reduce spurious recreation of
 fragments.
 - Corrected pluginsync documentation.
 - Ensure concat::setup always runs before fragments.
 
 
-##2013-08-09 - 1.0.0
-###Summary
+## 2013-08-09 - 1.0.0
+### Summary
 
 Many new features and bugfixes in this release, and if you're a heavy concat
 user you should test carefully before upgrading.  The features should all be
 backwards compatible but only light testing has been done from our side before
 this release.
 
-####Features
+#### Features
 - New parameters in concat:
  - `replace`: specify if concat should replace existing files.
  - `ensure_newline`: controls if fragments should contain a newline at the end.
 - Improved README documentation.
 - Add rspec:system tests (rake spec:system to test concat)
 
-####Bugfixes
+#### Bugfixes
 - Gracefully handle \n in a fragment resource name.
 - Adding more helpful message for 'pluginsync = true'
 - Allow passing `source` and `content` directly to file resource, rather than
@@ -206,7 +323,7 @@ defining resource defaults.
 - Allow WARNMSG to contain/start with '#'.
 - Replace while-read pattern with for-do in order to support Solaris.
 
-####CHANGELOG:
+#### CHANGELOG:
 - 2010/02/19 - initial release
 - 2010/03/12 - add support for 0.24.8 and newer
              - make the location of sort configurable