File tree Expand file tree Collapse file tree 2 files changed +52
-2
lines changed Expand file tree Collapse file tree 2 files changed +52
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Version 2.0.0
2
+
3
+ Various fixes for github issues
4
+ - 193
5
+ - 197
6
+ - 198
7
+ - 203
8
+ - 207
9
+ - 208
10
+ - 209
11
+ - 211
12
+ - 212
13
+ - 213
14
+ - 215
15
+ - 216
16
+ - 217
17
+ - 218
18
+ - 223
19
+ - 224
20
+ - 225
21
+ - 228
22
+ - 229
23
+ - 230
24
+ - 232
25
+ - 234
26
+ - 237
27
+ - 243
28
+ - 245
29
+ - 255
30
+ - 256
31
+ - 259
32
+
33
+ Adding in the following features/functionality
34
+
35
+ - Ability to define swarm clusters in Hiera.
36
+ - Support docker compose file V2.3.
37
+ - Support refresh only flag.
38
+ - Support for Docker healthcheck and unhealthy container restart.
39
+ - Support for Docker on Windows:
40
+ - Add docker ee support for windows server 2016.
41
+ - Docker image on Windows.
42
+ - Docker run on Windows.
43
+ - Docker compose on Windows.
44
+ - Docker swarm on Windows.
45
+ - Add docker exec functionality for docker on windows.
46
+ - Add storage driver for Windows.
47
+
48
+ A full list of issues and PRs associated with this release can be found [ here] ( https://github.com/puppetlabs/puppetlabs-docker/milestone/2?closed=1 )
49
+
50
+
1
51
# Version 1.1.0
2
52
3
53
Various fixes for Github issues
@@ -79,4 +129,4 @@ Forked for garethr/docker v5.3.0
79
129
Added support for:
80
130
- Docker services within a swarm cluster
81
131
- Swarm mode
82
- - Docker secrets
132
+ - Docker secrets
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-docker" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"author" : " Puppet Labs" ,
5
5
"summary" : " Module for installing and managing docker" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments