Release prep v8.0.2
authorGitHub Action <action@github.com>
Mon, 29 Mar 2021 11:58:14 +0000 (11:58 +0000)
committerGitHub Action <action@github.com>
Mon, 29 Mar 2021 11:58:14 +0000 (11:58 +0000)
CHANGELOG.md
REFERENCE.md
metadata.json

index 0531d0d2889acfcf44e1624addbbaeea0d72b34c..866999eea4e53c1accbe87e15c6df5146cf485c5 100644 (file)
@@ -2,6 +2,15 @@
 
 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).
 
+## [v8.0.2](https://github.com/puppetlabs/puppetlabs-apt/tree/v8.0.2) (2021-03-29)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-apt/compare/v8.0.1...v8.0.2)
+
+### Fixed
+
+- \(MODULES-10971\) - Ensure `apt::keyserver` is considered when creating a default apt:source [\#981](https://github.com/puppetlabs/puppetlabs-apt/pull/981) ([david22swan](https://github.com/david22swan))
+- \(IAC-1497\) - Removal of unsupported `translate` dependency [\#979](https://github.com/puppetlabs/puppetlabs-apt/pull/979) ([david22swan](https://github.com/david22swan))
+
 ## [v8.0.1](https://github.com/puppetlabs/puppetlabs-apt/tree/v8.0.1) (2021-03-15)
 
 [Full Changelog](https://github.com/puppetlabs/puppetlabs-apt/compare/v8.0.0...v8.0.1)
index 4fd85ebf5605ecaedb2172dbf241a82fc74d61bb..6d544ccf8a8c3fd29683d6a3b114b7a0b09cac3c 100644 (file)
@@ -375,7 +375,12 @@ Data type: `Hash`
 
 
 
-Default value: `$apt::params::source_key_defaults`
+Default value: `{
+    'server'  => $keyserver,
+    'options' => undef,
+    'content' => undef,
+    'source'  => undef,
+  }`
 
 ### <a name="aptbackports"></a>`apt::backports`
 
index 2bb036fc6a757fa634a171ce42d59b7028cfb55e..964bfddc41886dc754022eb2c60ad559f091b1de 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "puppetlabs-apt",
-  "version": "8.0.1",
+  "version": "8.0.2",
   "author": "puppetlabs",
   "summary": "Provides an interface for managing Apt source, key, and definitions with Puppet",
   "license": "Apache-2.0",