File tree 2 files changed +24
-2
lines changed
2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Version 1.0.5
2
+
3
+ Various fixes for Github issues
4
+ - 98
5
+ - 104
6
+ - 115
7
+ - 122
8
+ - 124
9
+
10
+ Adding in the following features/functionality
11
+
12
+ - Removed all unsupported OS related code from module
13
+ - Removed EPEL dependency
14
+ - Added http support in compose proxy
15
+ - Added in rubocop support and i18 gem support
16
+ - Type and provider for docker volumes
17
+ - Update apt module to latest
18
+ - Added in support for a registry mirror
19
+ - Facts for docker version and docker info
20
+ - Fixes for $pass_hash undef
21
+ - Fixed typo in param.pp
22
+ - Replaced deprecated stblib functions with data types
23
+
1
24
# Version 1.0.4
2
25
3
26
Correcting changelog
4
27
5
-
6
28
# Version 1.0.3
7
29
Various fixes for Github issues
8
30
- 33
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-docker" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
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