From: TP Honey Date: Mon, 5 Jun 2017 09:38:59 +0000 (+0100) Subject: Merge pull request #684 from puppetlabs/release X-Git-Tag: 4.2.0~21 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b51e1f2a9ab281819174bbe9fd62bae1f7d5b2c3;hp=b637cdf66415ec206f94baf5dce2074a7fc10834;p=puppet-modules%2Fpuppetlabs-apt.git Merge pull request #684 from puppetlabs/release Release 4.1.0 Mergeback --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d474a..f9f5667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## Supported Release 4.1.0 +### Summary + +This release removes Data in Modules due to current compatibility issues and reinstates the params.pp file. Also includes a couple of bug fixes. + +#### Features +- (MODULES-4973) Data in Modules which was introduced in the last release has now been reverted due to compatibility issues. + +#### Bugfixes +- Now apt_key only sends the auth basic header when userinfo can be parsed from the URL. +- Reverted the removal of Evolving Web's attribution in NOTICE file. +- Test added to ensure empty string allowed for $release in apt::source. + + ## Supported Release 3.0.0 and 4.0.0 ###Summary diff --git a/metadata.json b/metadata.json index 562f043..03981df 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-apt", - "version": "4.0.0", + "version": "4.1.0", "author": "Puppet Labs", "summary": "Provides an interface for managing Apt source, key, and definitions with Puppet", "license": "Apache-2.0",