]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Merge pull request #934 from puppetlabs/release
authorPaula Muir <paula@puppet.com>
Thu, 14 May 2020 15:42:17 +0000 (16:42 +0100)
committerGitHub <noreply@github.com>
Thu, 14 May 2020 15:42:17 +0000 (16:42 +0100)
(maint) v7.4.2 Release Merge Back

.github/workflows/release.yml
CHANGELOG.md
REFERENCE.md
metadata.json

index 0311717bb32113cb422da5d9633ed89d12d78ca4..4132656486be34487730d6640dce7cc0a5d48f6d 100644 (file)
@@ -10,6 +10,7 @@ jobs:
     env:
       HONEYCOMB_WRITEKEY: 7f3c63a70eecc61d635917de46bea4e6
       HONEYCOMB_DATASET: litmus tests
+      CI: true
     runs-on: self-hosted
     strategy:
       matrix:
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",