From 519f6d28103d966e735d807889d731509927751f Mon Sep 17 00:00:00 2001 From: Auto-release Date: Tue, 15 Sep 2020 10:25:05 +0000 Subject: [PATCH] Release version 7.6.0 --- CHANGELOG.md | 12 ++++++++++++ REFERENCE.md | 8 ++++++++ metadata.json | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f43b21d..0d3f6db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [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) diff --git a/REFERENCE.md b/REFERENCE.md index f605df1..12a81c3 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -288,6 +288,14 @@ A hash made up of the various configuration files used by Apt. 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` diff --git a/metadata.json b/metadata.json index 362b1d6..4cb813b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "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", -- 2.45.2