Skip to content

Commit c3a9f56

Browse files
authored
Merge pull request #650 from puppetlabs/release
Merge back for Release v.3.11.0
2 parents 391e9e6 + 4510ab1 commit c3a9f56

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.11.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v3.11.0) (2020-08-11)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v3.10.2...v3.11.0)
8+
9+
### Added
10+
11+
- Fix \#584: Deal with Arrays for the net list [\#647](https://github.com/puppetlabs/puppetlabs-docker/pull/647) ([MG2R](https://github.com/MG2R))
12+
- pdksync - \(IAC-973\) - Update travis/appveyor to run on new default branch main [\#643](https://github.com/puppetlabs/puppetlabs-docker/pull/643) ([david22swan](https://github.com/david22swan))
13+
14+
### Fixed
15+
16+
- \[MODULES-10734\] - improve params detection on docker::run [\#648](https://github.com/puppetlabs/puppetlabs-docker/pull/648) ([adrianiurca](https://github.com/adrianiurca))
17+
518
## [v3.10.2](https://github.com/puppetlabs/puppetlabs-docker/tree/v3.10.2) (2020-07-16)
619

720
[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v3.10.1...v3.10.2)

REFERENCE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ from the registry
5050

5151
* [`docker::sanitised_name`](#dockersanitised_name): == Function: docker::sanitised_name Function to sanitise container name. === Parameters [*name*] Name to sanitise
5252
* [`docker_exec_flags`](#docker_exec_flags): Transforms a hash into a string of docker exec flags
53+
* [`docker_params_changed`](#docker_params_changed): Checks if at least one parammeter is changed
5354
* [`docker_plugin_enable_flags`](#docker_plugin_enable_flags): Transforms a hash into a string of docker plugin remove flags
5455
* [`docker_plugin_install_flags`](#docker_plugin_install_flags): Transforms a hash into a string of docker plugin install flags
5556
* [`docker_plugin_remove_flags`](#docker_plugin_remove_flags): Transforms a hash into a string of docker plugin remove flags
@@ -3700,6 +3701,18 @@ Transforms a hash into a string of docker exec flags
37003701

37013702
Returns: `Any`
37023703

3704+
### `docker_params_changed`
3705+
3706+
Type: Ruby 3.x API
3707+
3708+
Checks if at least one parammeter is changed
3709+
3710+
#### `docker_params_changed()`
3711+
3712+
Checks if at least one parammeter is changed
3713+
3714+
Returns: `Any`
3715+
37033716
### `docker_plugin_enable_flags`
37043717

37053718
Type: Ruby 3.x API

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": "3.10.2",
3+
"version": "3.11.0",
44
"author": "puppetlabs",
55
"summary": "Module for installing and managing docker",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)