|
2 | 2 |
|
3 | 3 | 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).
|
4 | 4 |
|
5 |
| -## [v3.12.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v3.11.0) (2020-09-24) |
| 5 | +## [v3.12.1](https://github.com/puppetlabs/puppetlabs-docker/tree/v3.12.0) (2020-10-13) |
6 | 6 |
|
7 |
| -[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v3.11.0...v3.11.0) |
| 7 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v3.12.0...v3.12.0) |
| 8 | + |
| 9 | +### Fixed |
| 10 | + |
| 11 | +- Fix misplaced backslash in start template [\#666](https://github.com/puppetlabs/puppetlabs-docker/pull/666) ([optiz0r](https://github.com/optiz0r)) |
| 12 | + |
| 13 | +## [v3.12.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v3.12.0) (2020-09-24) |
| 14 | + |
| 15 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v3.11.0...v3.12.0) |
8 | 16 |
|
9 | 17 | ### Added
|
10 | 18 |
|
@@ -59,6 +67,7 @@ All notable changes to this project will be documented in this file. The format
|
59 | 67 | - \[IAC-291\] Convert acceptance tests to Litmus [\#585](https://github.com/puppetlabs/puppetlabs-docker/pull/585) ([carabasdaniel](https://github.com/carabasdaniel))
|
60 | 68 | - Updated: Add Docker service \(create, remote, scale\) tasks [\#582](https://github.com/puppetlabs/puppetlabs-docker/pull/582) ([Flask](https://github.com/Flask))
|
61 | 69 | - Add after\_start and after\_stop options to docker::run define [\#580](https://github.com/puppetlabs/puppetlabs-docker/pull/580) ([jantman](https://github.com/jantman))
|
| 70 | +- Make docker::machine::url configurable [\#569](https://github.com/puppetlabs/puppetlabs-docker/pull/569) ([baurmatt](https://github.com/baurmatt)) |
62 | 71 | - Let docker.service start docker services managed by puppetlabs/docker… [\#563](https://github.com/puppetlabs/puppetlabs-docker/pull/563) ([jhejl](https://github.com/jhejl))
|
63 | 72 | - Allow bypassing curl package ensure if needed [\#477](https://github.com/puppetlabs/puppetlabs-docker/pull/477) ([esalberg](https://github.com/esalberg))
|
64 | 73 |
|
@@ -86,7 +95,6 @@ All notable changes to this project will be documented in this file. The format
|
86 | 95 |
|
87 | 96 | ### Added
|
88 | 97 |
|
89 |
| -- Make docker::machine::url configurable [\#569](https://github.com/puppetlabs/puppetlabs-docker/pull/569) ([baurmatt](https://github.com/baurmatt)) |
90 | 98 | - Add option for RemainAfterExit [\#549](https://github.com/puppetlabs/puppetlabs-docker/pull/549) ([vdavidoff](https://github.com/vdavidoff))
|
91 | 99 |
|
92 | 100 | ### Fixed
|
@@ -114,7 +122,11 @@ All notable changes to this project will be documented in this file. The format
|
114 | 122 |
|
115 | 123 | ## [v3.7.0-bna](https://github.com/puppetlabs/puppetlabs-docker/tree/v3.7.0-bna) (2019-08-08)
|
116 | 124 |
|
117 |
| -[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v3.7.0...v3.7.0-bna) |
| 125 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/e2.6...v3.7.0-bna) |
| 126 | + |
| 127 | +## [e2.6](https://github.com/puppetlabs/puppetlabs-docker/tree/e2.6) (2019-07-26) |
| 128 | + |
| 129 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/v3.7.0...e2.6) |
118 | 130 |
|
119 | 131 | ## [v3.7.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v3.7.0) (2019-07-18)
|
120 | 132 |
|
|
0 commit comments