From: Helen Campbell Date: Thu, 25 Feb 2016 12:50:12 +0000 (+0000) Subject: Prep for 2.2.2 Release X-Git-Tag: 2.2.2^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0cdb62359e7a40c992098cd35ec15272aa0117c5;p=puppet-modules%2Fpuppetlabs-apt.git Prep for 2.2.2 Release --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c310fb6..d0bb5e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +##Supported Release 2.2.2 +###Summary + +Several bug fixes and the addition of support updates to Debian 8 and Ubunto Wily. + +####Bugfixes +- Small fixes to descriptions within the readme and the addition of some examples. +- Updates to run on Ubunto Wily. +- Fixed apt_key tempfile race condition. +- Run stages limitation added to the documentation. +- Remove unneeded whitespace in source.list template. +- Handle PPA names that contain a plus character. +- Update to current msync configs. +- Avoid duplicate package resources when package_manage => true. +- Avoid multiple package resource declarations. +- Ensure PPAs in tests have valid form. +- Look for correct sources.list.d file for apt::ppa. +- Debian 8 support addiiton to metadata. + ##Supported Release 2.2.1 ###Summary diff --git a/metadata.json b/metadata.json index 716e5fe..168eb29 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-apt", - "version": "2.2.1", + "version": "2.2.2", "author": "Puppet Labs", "summary": "Provides an interface for managing Apt source, key, and definitions with Puppet", "license": "Apache-2.0",