From: Hunter Haugen Date: Wed, 3 Jul 2013 23:58:09 +0000 (-0700) Subject: Release 1.2.0 X-Git-Tag: 1.2.0^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=197904df9a8964657c4f1087bbcb24b968cd6c37;p=puppet-modules%2Fpuppetlabs-apt.git Release 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 --- 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 ===== diff --git a/Modulefile b/Modulefile index 2b1b21c..eeeebce 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-apt' -version '1.1.1' +version '1.2.0' source 'https://github.com/puppetlabs/puppetlabs-apt' author 'Evolving Web / Puppet Labs' license 'Apache License 2.0'