From: Helen Campbell Date: Thu, 6 Apr 2017 11:13:14 +0000 (+0100) Subject: 2.4.0 Release Prep X-Git-Tag: 2.4.0^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9aacea6ded292473b9b9750d08e7cabd479eacac;hp=30298508223bac5946acb2cd0c38e0899c574876;p=puppet-modules%2Fpuppetlabs-apt.git 2.4.0 Release Prep --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 44cc4f8..25fbd7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/metadata.json b/metadata.json index 1b21a5c..4f3875b 100644 --- a/metadata.json +++ b/metadata.json @@ -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",