Skip to content

Commit eb96d64

Browse files
authored
Merge pull request #757 from puppetlabs/release-prep
Release prep v4.1.0
2 parents 5ba0366 + 0d5774f commit eb96d64

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [v4.1.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v4.1.0) (2021-06-28)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v4.0.1...v4.1.0)
8+
9+
### Added
10+
11+
- Add syslog\_facility parameter to docker::run [\#755](https://github.com/puppetlabs/puppetlabs-docker/pull/755) ([waipeng](https://github.com/waipeng))
12+
13+
### Fixed
14+
15+
- Fix docker::volumes hiera example [\#754](https://github.com/puppetlabs/puppetlabs-docker/pull/754) ([pskopnik](https://github.com/pskopnik))
16+
- Allow force update non-latest tagged image [\#752](https://github.com/puppetlabs/puppetlabs-docker/pull/752) ([yanjunding](https://github.com/yanjunding))
17+
- Allow management of the docker-ce-cli package [\#740](https://github.com/puppetlabs/puppetlabs-docker/pull/740) ([kenyon](https://github.com/kenyon))
18+
519
## [v4.0.1](https://github.com/puppetlabs/puppetlabs-docker/tree/v4.0.1) (2021-05-26)
620

721
[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v4.0.0...v4.0.1)

REFERENCE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2900,6 +2900,7 @@ The following parameters are available in the `docker::run` defined type:
29002900
* [`remove_volume_on_stop`](#remove_volume_on_stop)
29012901
* [`stop_wait_time`](#stop_wait_time)
29022902
* [`syslog_identifier`](#syslog_identifier)
2903+
* [`syslog_facility`](#syslog_facility)
29032904
* [`read_only`](#read_only)
29042905

29052906
##### <a name="restart"></a>`restart`
@@ -3391,6 +3392,14 @@ Data type: `Optional[String]`
33913392

33923393

33933394

3395+
Default value: ``undef``
3396+
3397+
##### <a name="syslog_facility"></a>`syslog_facility`
3398+
3399+
Data type: `Optional[String]`
3400+
3401+
3402+
33943403
Default value: ``undef``
33953404

33963405
##### <a name="read_only"></a>`read_only`

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-docker",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"author": "puppetlabs",
55
"summary": "Module for installing and managing docker",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)