2.4.0 Release Prep
authorHelen Campbell <helen@puppetlabs.com>
Thu, 6 Apr 2017 11:13:14 +0000 (12:13 +0100)
committerHelen Campbell <helen@puppetlabs.com>
Thu, 6 Apr 2017 11:13:14 +0000 (12:13 +0100)
CHANGELOG.md
metadata.json

index 44cc4f8f71120c82cdead8602875a38ff2e765f7..25fbd7bd21fe56812880df177cf8a649184987d8 100644 (file)
@@ -1,3 +1,22 @@
+## Supported Release 2.4.0
+### Summary
+A release that includes only a couple of additional features, but includes several cleanups and bugfixes around existing issues.
+
+#### Features
+- Tests updated to check for idempotency.
+- (MODULES-4224) Implementation of beaker-module_install_helper.
+- Deprecation warnings are now handled by the deprecation function in stdlib.
+
+#### Bugfixes
+- Now http and https sources fixed for apt_key and can take a userinfo.
+- GPG key update.
+- Notify_update param now defaults to true to avoid validation errors.
+- Implement retry on tests which pull key from a key server which sometimes times out (transient error).
+- String comparison error now comphensated for in update.pp.
+- (MODULES-4104) Removal of the port number from repository location in order to get the host name of the repository.
+- Puppet lint warnings addressed.
+- A few small readme issues addressed.
+
 ## Supported Release 2.3.0
 ### Summary
 A release containing many bugfixes with additional features.
index 1b21a5c193f04f7c33ed38ce39c991bc82b7fb92..4f3875b5d1389d87e2253580068a3ffe281fec11 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "puppetlabs-apt",
-  "version": "2.3.0",
+  "version": "2.4.0",
   "author": "Puppet Labs",
   "summary": "Provides an interface for managing Apt source, key, and definitions with Puppet",
   "license": "Apache-2.0",