From 0d5774fc1e7a8472e5de506ba085a77576401710 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 28 Jun 2021 14:45:36 +0000 Subject: [PATCH] Release prep v4.1.0 --- CHANGELOG.md | 14 ++++++++++++++ REFERENCE.md | 9 +++++++++ metadata.json | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9620f9a7..0fa5ed4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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). +## [v4.1.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v4.1.0) (2021-06-28) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v4.0.1...v4.1.0) + +### Added + +- Add syslog\_facility parameter to docker::run [\#755](https://github.com/puppetlabs/puppetlabs-docker/pull/755) ([waipeng](https://github.com/waipeng)) + +### Fixed + +- Fix docker::volumes hiera example [\#754](https://github.com/puppetlabs/puppetlabs-docker/pull/754) ([pskopnik](https://github.com/pskopnik)) +- Allow force update non-latest tagged image [\#752](https://github.com/puppetlabs/puppetlabs-docker/pull/752) ([yanjunding](https://github.com/yanjunding)) +- Allow management of the docker-ce-cli package [\#740](https://github.com/puppetlabs/puppetlabs-docker/pull/740) ([kenyon](https://github.com/kenyon)) + ## [v4.0.1](https://github.com/puppetlabs/puppetlabs-docker/tree/v4.0.1) (2021-05-26) [Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v4.0.0...v4.0.1) diff --git a/REFERENCE.md b/REFERENCE.md index 55c0fe03..fc81b3ea 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -2900,6 +2900,7 @@ The following parameters are available in the `docker::run` defined type: * [`remove_volume_on_stop`](#remove_volume_on_stop) * [`stop_wait_time`](#stop_wait_time) * [`syslog_identifier`](#syslog_identifier) +* [`syslog_facility`](#syslog_facility) * [`read_only`](#read_only) ##### `restart` @@ -3391,6 +3392,14 @@ Data type: `Optional[String]` +Default value: ``undef`` + +##### `syslog_facility` + +Data type: `Optional[String]` + + + Default value: ``undef`` ##### `read_only` diff --git a/metadata.json b/metadata.json index da0047bc..3b91cee5 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-docker", - "version": "4.0.1", + "version": "4.1.0", "author": "puppetlabs", "summary": "Module for installing and managing docker", "license": "Apache-2.0",