Skip to content

Commit

Permalink
Merge pull request puppetlabs#558 from puppetlabs/release
Browse files Browse the repository at this point in the history
(maint) Release Mergeback version v3.9.0
  • Loading branch information
david22swan authored Dec 11, 2019
2 parents 641a59f + cf0bc3d commit e917a88
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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).

## [v3.9.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v3.9.0) (2019-12-09)

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

### Added

- Add option for RemainAfterExit [\#549](https://github.com/puppetlabs/puppetlabs-docker/pull/549) ([vdavidoff](https://github.com/vdavidoff))

### Fixed

- 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))
- Allow defining the name of the docker-compose symlink [\#544](https://github.com/puppetlabs/puppetlabs-docker/pull/544) ([gtufte](https://github.com/gtufte))
- 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))
- Move StartLimit\* options to \[Unit\], fix StartLimitIntervalSec [\#531](https://github.com/puppetlabs/puppetlabs-docker/pull/531) ([runejuhl](https://github.com/runejuhl))

## [v3.8.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v3.8.0) (2019-10-01)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v3.7.0...v3.8.0)
Expand Down
22 changes: 22 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,14 @@ Data type: `Optional[String]`

Default value: $docker::params::compose_install_path

##### `symlink_name`

Data type: `Optional[String]`



Default value: $docker::params::compose_symlink_name

##### `proxy`

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

[*remain_after_exit*]
(optional) If the container is to be managed by a systemd unit file set the
RemainAfterExit option on the unit file. Can be any valid value for this systemd
configuration.
Default: Not included in unit file

#### Parameters

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

Default value: []

##### `remain_after_exit`

Data type: `Optional[String]`



Default value: `undef`

### docker::secrets

== Define: docker::secrets
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-docker",
"version": "3.8.0",
"version": "3.9.0",
"author": "puppetlabs",
"summary": "Module for installing and managing docker",
"license": "Apache-2.0",
Expand Down

0 comments on commit e917a88

Please sign in to comment.