From: Ashley Penney Date: Tue, 17 Sep 2013 14:20:23 +0000 (-0400) Subject: Prepare 1.3.0 release. X-Git-Tag: 1.3.0^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3442c49e264ec51cc46b5547f4dbab6ebb347555;p=puppet-modules%2Fpuppetlabs-apt.git Prepare 1.3.0 release. --- diff --git a/CHANGELOG b/CHANGELOG index 34b8fb5..25b0ec2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,30 @@ Release notes for the puppetlabs-apt module. +1.3.0 +===== + +Summary: + +This major feature in this release is the new apt::unattended_upgrades class, +allowing you to handle Ubuntu's unattended feature. This allows you to select +specific packages to automatically upgrade without any further user +involvement. + +In addition we extend our Wheezy support, add proxy support to apt:ppa and do +various cleanups and tweaks. + +Features: +- Add apt::unattended_upgrades support for Ubuntu. +- Add wheezy backports support. +- Use the geoDNS http.debian.net instead of the main debian ftp server. +- Add `options` parameter to apt::ppa in order to pass options to apt-add-repository command. +- Add proxy support for apt::ppa (uses proxy_host and proxy_port from apt). + +Bugfixes: +- Fix regsubst() calls to quote single letters (for future parser). +- Fix lint warnings and other misc cleanup. + 1.2.0 ===== diff --git a/Modulefile b/Modulefile index eeeebce..a73f20b 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-apt' -version '1.2.0' +version '1.3.0' source 'https://github.com/puppetlabs/puppetlabs-apt' author 'Evolving Web / Puppet Labs' license 'Apache License 2.0'