X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=CHANGELOG;h=34b8fb5819a8426a63bc362b0aec37bad27ee07a;hb=ea40999381006587555f1e6cdcad2362292bc390;hp=44fa88abb22ff66cd0a16563a24e7feb2b16f6ba;hpb=1e0e92c1e4e49576f9b83c312d7cc5d9f1303de3;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/CHANGELOG b/CHANGELOG index 44fa88a..34b8fb5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,27 @@ Release notes for the puppetlabs-apt module. +1.2.0 +===== + +Features: +- Add geppetto `.project` natures +- Add GH auto-release +- Add `apt::key::key_options` parameter +- Add complex pin support using distribution properties for `apt::pin` via new properties: + - `apt::pin::codename` + - `apt::pin::release_version` + - `apt::pin::component` + - `apt::pin::originator` + - `apt::pin::label` +- Add source architecture support to `apt::source::architecture` + +Bugfixes: +- Use apt-get instead of aptitude in apt::force +- Update default backports location +- Add dependency for required packages before apt-get update + + 1.1.1 =====