Release version 7.4.2
authorAuto-release <team-modules@puppet.com>
Thu, 14 May 2020 10:59:36 +0000 (10:59 +0000)
committerAuto-release <team-modules@puppet.com>
Thu, 14 May 2020 10:59:36 +0000 (10:59 +0000)
CHANGELOG.md
REFERENCE.md
metadata.json

index 97ffae0b990b9718f1dd38034abf82c0c0af7d72..96aeca672d44d1915fa8f5b6291b7b18fd74e672 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).
 
+## [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)
index a876fc5bbf736fde89cdf0a4eaa336030cea7fb2..90a22462c89562a46dbac96e65588f26e22aa426 100644 (file)
@@ -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
index 6018278a24868ad267e40cb113ec04e83f3d455d..8f9e26df890e83e757eade53743a06f164faca03 100644 (file)
@@ -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",