X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=CHANGELOG;h=6ded6ea5a3ab65dd8d7eafba508d6b8238220fb5;hb=1853951c0f00e4a8db3d7a28b5f6bf61c31834a6;hp=44fa88abb22ff66cd0a16563a24e7feb2b16f6ba;hpb=1e0e92c1e4e49576f9b83c312d7cc5d9f1303de3;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/CHANGELOG b/CHANGELOG index 44fa88a..6ded6ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,74 @@ -## puppetlabs-apt changelog +2014-02-13 1.4.1 +Summary: +This is a bugfix release. + +Bugfixes: +- Fix apt::force unable to upgrade packages from releases other than its original +- Removed a few refeneces to aptitude instead of apt-get for portability +- Removed call to getparam() due to stdlib dependency +- Correct apt::source template when architecture is provided +- Retry package installs if apt is locked +- Use root to exec in apt::ppa +- Updated tests and converted acceptance tests to beaker + +2013-10-08 1.4.0 + +Summary: + +Minor bugfix and allow the timeout to be adjusted. + +Features: +- Add an `updates_timeout` to apt::params + +Fixes: +- Ensure apt::ppa can read a ppa removed by hand. + +Summary + +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 +===== + +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 -Release notes for the puppetlabs-apt module. 1.1.1 =====