X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=CHANGELOG.md;h=202e70a1806da4e0cb514d72dddf172df68a43e1;hb=2b536b6a200e8f4f7f7ae37ec091abd06ca4cb70;hp=21a9924aee763298f227a82481d02b0be3bb7f15;hpb=eb359e647661abbc51e08c63911afc45be019bf8;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a9924..202e70a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## Supported Release [4.3.0] +### Summary + +This release is adding Tasks to the apt module. + +#### Added +- Add a task that allows apt-get update and upgrade + ## Supported Release [4.2.0] ### Summary @@ -17,8 +25,7 @@ This release is primarily to fix an error around GPG keys in Debian 9, but inclu - Ubuntu 16.04 now uses `software-priorities-common` #### Removed -- Debian 6 support -- Ubuntu 10.04 and 12.04 support +- Debian 6, Ubuntu 10.04 and 12.04 support. Existing compatibility remains intact but bugs will not be prioritized for these OSes. #### Fixed - **[(MODULES-4686)](https://tickets.puppetlabs.com/browse/MODULES-4686) an error that was causing GPG keyserver imports to fail on Debian 9**