Skip to content

Commit 1d7c600

Browse files
authored
Merge pull request #733 from puppetlabs/release-prep
Release prep v4.0.0
2 parents 22acb7e + 222c972 commit 1d7c600

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.0.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v4.0.0) (2021-03-04)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v3.14.0...v4.0.0)
8+
9+
### Changed
10+
11+
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [\#718](https://github.com/puppetlabs/puppetlabs-docker/pull/718) ([carabasdaniel](https://github.com/carabasdaniel))
12+
13+
### Fixed
14+
15+
- Make it possible to use pod's network [\#725](https://github.com/puppetlabs/puppetlabs-docker/pull/725) ([seriv](https://github.com/seriv))
16+
517
## [v3.14.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v3.14.0) (2021-03-04)
618

719
[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v3.13.1...v3.14.0)

REFERENCE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2988,11 +2988,11 @@ Default value: ``false``
29882988

29892989
##### <a name="net"></a>`net`
29902990

2991-
Data type: `Variant[String,Array]`
2991+
Data type: `Variant[String,Array,Undef]`
29922992

29932993

29942994

2995-
Default value: `'bridge'`
2995+
Default value: ``undef``
29962996

29972997
##### <a name="extra_parameters"></a>`extra_parameters`
29982998

metadata.json

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

0 commit comments

Comments
 (0)