Skip to content

Commit 8927af4

Browse files
authored
Merge pull request #950 from puppetlabs/release
(maint) Release version v7.6.0
2 parents 7310478 + 519f6d2 commit 8927af4

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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).
44

5+
## [v7.6.0](https://github.com/puppetlabs/puppetlabs-apt/tree/v7.6.0) (2020-09-15)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apt/compare/v7.5.0...v7.6.0)
8+
9+
### Added
10+
11+
- \(MODULES-10804\) option to force purge source.lists file [\#948](https://github.com/puppetlabs/puppetlabs-apt/pull/948) ([sheenaajay](https://github.com/sheenaajay))
12+
13+
### Fixed
14+
15+
- \(IAC-978\) - Removal of inappropriate terminology [\#947](https://github.com/puppetlabs/puppetlabs-apt/pull/947) ([david22swan](https://github.com/david22swan))
16+
517
## [v7.5.0](https://github.com/puppetlabs/puppetlabs-apt/tree/v7.5.0) (2020-08-12)
618

719
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apt/compare/v7.4.2...v7.5.0)

REFERENCE.md

+8
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,14 @@ A hash made up of the various configuration files used by Apt.
288288

289289
Default value: `$apt::params::config_files`
290290

291+
##### `sources_list_force`
292+
293+
Data type: `Boolean`
294+
295+
Specifies whether to perform force purge or delete. Default false.
296+
297+
Default value: `$apt::params::sources_list_force`
298+
291299
##### `update_defaults`
292300

293301
Data type: `Hash`

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-apt",
3-
"version": "7.5.0",
3+
"version": "7.6.0",
44
"author": "puppetlabs",
55
"summary": "Provides an interface for managing Apt source, key, and definitions with Puppet",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)