From 68abc70aa8792fbbbe5ba5f6fc51a7046bf79dcb Mon Sep 17 00:00:00 2001 From: Hailee Kenney Date: Mon, 25 Sep 2017 16:19:42 -0700 Subject: [PATCH] (MODULES-5628) 4.2.0 release prep --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ metadata.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3473175..21a9924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# Changelog + +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.2.0] +### Summary + +This release is primarily to fix an error around GPG keys in Debian 9, but includes some other small features and fixes as well. + +#### Added +- `apt_package_security_updates` fact +- The ability to modify the loglevel of `Exec['apt_update'}` +- Puppet 5 support + +#### Changed +- Ubuntu 16.04 now uses `software-priorities-common` + +#### Removed +- Debian 6 support +- Ubuntu 10.04 and 12.04 support + +#### Fixed +- **[(MODULES-4686)](https://tickets.puppetlabs.com/browse/MODULES-4686) an error that was causing GPG keyserver imports to fail on Debian 9** + ## Supported Release 4.1.0 ### Summary @@ -572,3 +597,6 @@ This release includes Ubuntu 12.10 (Quantal) support for PPAs. * 71796e3 Heading fix in README * 87777d8 Typo in README * f848bac First commit + + +[4.2.0]:https://github.com/puppetlabs/puppetlabs-apt/compare/4.1.0...4.2.0 diff --git a/metadata.json b/metadata.json index 4e65705..19faaba 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-apt", - "version": "4.1.0", + "version": "4.2.0", "author": "Puppet Labs", "summary": "Provides an interface for managing Apt source, key, and definitions with Puppet", "license": "Apache-2.0", -- 2.45.2