Release version 7.6.0 v7.6.0
authorAuto-release <team-modules@puppet.com>
Tue, 15 Sep 2020 10:25:05 +0000 (10:25 +0000)
committersheena <sheena@puppet.com>
Tue, 15 Sep 2020 10:30:40 +0000 (11:30 +0100)
CHANGELOG.md
REFERENCE.md
metadata.json

index f43b21d77123969fb5b56e651f035d5cb0ea53be..0d3f6db15b78097d22dfc1f14674f9fa9ae3063d 100644 (file)
@@ -2,6 +2,18 @@
 
 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).
 
 
 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).
 
+## [v7.6.0](https://github.com/puppetlabs/puppetlabs-apt/tree/v7.6.0) (2020-09-15)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-apt/compare/v7.5.0...v7.6.0)
+
+### Added
+
+- \(MODULES-10804\) option to force purge source.lists file [\#948](https://github.com/puppetlabs/puppetlabs-apt/pull/948) ([sheenaajay](https://github.com/sheenaajay))
+
+### Fixed
+
+- \(IAC-978\) - Removal of inappropriate terminology [\#947](https://github.com/puppetlabs/puppetlabs-apt/pull/947) ([david22swan](https://github.com/david22swan))
+
 ## [v7.5.0](https://github.com/puppetlabs/puppetlabs-apt/tree/v7.5.0) (2020-08-12)
 
 [Full Changelog](https://github.com/puppetlabs/puppetlabs-apt/compare/v7.4.2...v7.5.0)
 ## [v7.5.0](https://github.com/puppetlabs/puppetlabs-apt/tree/v7.5.0) (2020-08-12)
 
 [Full Changelog](https://github.com/puppetlabs/puppetlabs-apt/compare/v7.4.2...v7.5.0)
index f605df1c90b72b60ef0fe57e03a4036cfdc9c918..12a81c36c345519803f19fef57a4561038a2ef7e 100644 (file)
@@ -288,6 +288,14 @@ A hash made up of the various configuration files used by Apt.
 
 Default value: `$apt::params::config_files`
 
 
 Default value: `$apt::params::config_files`
 
+##### `sources_list_force`
+
+Data type: `Boolean`
+
+Specifies whether to perform force purge or delete. Default false.
+
+Default value: `$apt::params::sources_list_force`
+
 ##### `update_defaults`
 
 Data type: `Hash`
 ##### `update_defaults`
 
 Data type: `Hash`
index 362b1d60b040b1f5c11d7466bb39de24c90dd15a..4cb813b7b17c5c889f8853dafb5c6b89ca163a93 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "puppetlabs-apt",
 {
   "name": "puppetlabs-apt",
-  "version": "7.5.0",
+  "version": "7.6.0",
   "author": "puppetlabs",
   "summary": "Provides an interface for managing Apt source, key, and definitions with Puppet",
   "license": "Apache-2.0",
   "author": "puppetlabs",
   "summary": "Provides an interface for managing Apt source, key, and definitions with Puppet",
   "license": "Apache-2.0",