]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Release prep for 4.4.0
authorWill Meek <william.meek@puppet.com>
Thu, 9 Nov 2017 13:56:37 +0000 (13:56 +0000)
committerWill Meek <william.meek@puppet.com>
Thu, 9 Nov 2017 15:18:28 +0000 (15:18 +0000)
CHANGELOG.md
metadata.json

index fdc4b11351544671c9ee49ed03f1309fe20f5b63..35c3ccd4c8c9660d87d621eebb1e8bf74fe830da 100644 (file)
@@ -3,6 +3,27 @@
 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.4.0]
+### Summary
+
+This release is a rollup of new features and fixes.
+
+#### Added
+- Install `apt-transport-https` if using Debian 8, 9 or Ubuntu 14.04, 16.04.
+- Adds a boolean option `direct` to proxy settings to bypass `https_proxy` if not set.
+- Adds facter facts for `dist-upgrade` apt updates.
+
+#### Changed
+- Update class is now private.
+- Some tidyup of ruby code from Rubocop.
+- Fixed circular dependency for package dirmngr.
+- Debian updates are no longer treated as security updates.
+- Legacy functions have been removed.
+- Updates to tests.
+
+#### Fixed
+- [(MODULES-4265)](https://tickets.puppetlabs.com/browse/MODULES-4265) Detect security updates from multiple sources.
+
 ## Supported Release [4.3.0]
 ### Summary
 
@@ -606,5 +627,6 @@ This release includes Ubuntu 12.10 (Quantal) support for PPAs.
 * f848bac First commit
 
 
+[4.4.0]:https://github.com/puppetlabs/puppetlabs-apt/compare/4.3.0...4.4.0
 [4.3.0]:https://github.com/puppetlabs/puppetlabs-apt/compare/4.2.0...4.3.0
 [4.2.0]:https://github.com/puppetlabs/puppetlabs-apt/compare/4.1.0...4.2.0
index 85854dd50d95e04b3d7de91435a81c81c78dfa73..26f1de0e2bffe0c75a72a3c9da48f1be8141b91e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "puppetlabs-apt",
-  "version": "4.3.0",
+  "version": "4.4.0",
   "author": "Puppet Labs",
   "summary": "Provides an interface for managing Apt source, key, and definitions with Puppet",
   "license": "Apache-2.0",