From: Auto-release Date: Thu, 14 May 2020 10:59:36 +0000 (+0000) Subject: Release version 7.4.2 X-Git-Tag: v7.4.2~1 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c5e63a1c66be620acbf32257a87fe0bff7ad3367;hp=-c;p=puppet-modules%2Fpuppetlabs-apt.git Release version 7.4.2 --- c5e63a1c66be620acbf32257a87fe0bff7ad3367 diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ffae0..96aeca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [v7.4.2](https://github.com/puppetlabs/puppetlabs-apt/tree/v7.4.2) (2020-05-14) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-apt/compare/v7.4.1...v7.4.2) + +### Fixed + +- fix apt-mark syntax [\#927](https://github.com/puppetlabs/puppetlabs-apt/pull/927) ([tryfunc](https://github.com/tryfunc)) +- Do not specify file modes unless relevant [\#923](https://github.com/puppetlabs/puppetlabs-apt/pull/923) ([anarcat](https://github.com/anarcat)) + ## [v7.4.1](https://github.com/puppetlabs/puppetlabs-apt/tree/v7.4.1) (2020-03-10) [Full Changelog](https://github.com/puppetlabs/puppetlabs-apt/compare/v7.4.0...v7.4.1) diff --git a/REFERENCE.md b/REFERENCE.md index a876fc5..90a2246 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -418,6 +418,14 @@ type, or a hash of `parameter => value` pairs to be passed to `apt::pin`'s corre Default value: 200 +##### `include` + +Data type: `Optional[Variant[Hash]]` + +Specifies whether to include 'deb' or 'src', or both. + +Default value: {} + ## Defined types ### apt::conf diff --git a/metadata.json b/metadata.json index 6018278..8f9e26d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-apt", - "version": "7.4.1", + "version": "7.4.2", "author": "puppetlabs", "summary": "Provides an interface for managing Apt source, key, and definitions with Puppet", "license": "Apache-2.0",