Skip to content

Commit e917a88

Browse files
authored
Merge pull request #558 from puppetlabs/release
(maint) Release Mergeback version v3.9.0
2 parents 641a59f + cf0bc3d commit e917a88

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
## [v3.9.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v3.9.0) (2019-12-09)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v3.8.0...v3.9.0)
8+
9+
### Added
10+
11+
- Add option for RemainAfterExit [\#549](https://github.com/puppetlabs/puppetlabs-docker/pull/549) ([vdavidoff](https://github.com/vdavidoff))
12+
13+
### Fixed
14+
15+
- Fix error does not show when image:tag does not exists \(\#552\) [\#553](https://github.com/puppetlabs/puppetlabs-docker/pull/553) ([rafaelcarv](https://github.com/rafaelcarv))
16+
- Allow defining the name of the docker-compose symlink [\#544](https://github.com/puppetlabs/puppetlabs-docker/pull/544) ([gtufte](https://github.com/gtufte))
17+
- Clarify usage of docker\_stack type up\_args and fix link to docs [\#537](https://github.com/puppetlabs/puppetlabs-docker/pull/537) ([jacksgt](https://github.com/jacksgt))
18+
- Move StartLimit\* options to \[Unit\], fix StartLimitIntervalSec [\#531](https://github.com/puppetlabs/puppetlabs-docker/pull/531) ([runejuhl](https://github.com/runejuhl))
19+
520
## [v3.8.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v3.8.0) (2019-10-01)
621

722
[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v3.7.0...v3.8.0)

REFERENCE.md

+22
Original file line numberDiff line numberDiff line change
@@ -1047,6 +1047,14 @@ Data type: `Optional[String]`
10471047

10481048
Default value: $docker::params::compose_install_path
10491049

1050+
##### `symlink_name`
1051+
1052+
Data type: `Optional[String]`
1053+
1054+
1055+
1056+
Default value: $docker::params::compose_symlink_name
1057+
10501058
##### `proxy`
10511059

10521060
Data type: `Optional[String]`
@@ -2516,6 +2524,12 @@ Default: undef
25162524
(optional) Specifies the command to execute after container is created but before it is started.
25172525
Default: undef
25182526

2527+
[*remain_after_exit*]
2528+
(optional) If the container is to be managed by a systemd unit file set the
2529+
RemainAfterExit option on the unit file. Can be any valid value for this systemd
2530+
configuration.
2531+
Default: Not included in unit file
2532+
25192533
#### Parameters
25202534

25212535
The following parameters are available in the `docker::run` defined type.
@@ -2966,6 +2980,14 @@ Data type: `Variant[String,Array,Undef]`
29662980

29672981
Default value: []
29682982

2983+
##### `remain_after_exit`
2984+
2985+
Data type: `Optional[String]`
2986+
2987+
2988+
2989+
Default value: `undef`
2990+
29692991
### docker::secrets
29702992

29712993
== Define: docker::secrets

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-docker",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"author": "puppetlabs",
55
"summary": "Module for installing and managing docker",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)