Browse code

CHANGELOG updates for docker improvements/additions

James Cammarata authored on 2014/08/09 09:52:56
Showing 1 changed files
... ...
@@ -3,7 +3,20 @@ Ansible Changes By Release
3 3
 
4 4
 ## 1.8 "You Really Got Me" - Active Development
5 5
 
6
-Details Pending!
6
+Major new features:
7
+
8
+
9
+New Modules:
10
+
11
+
12
+Other notable changes:
13
+
14
+* Updates to the docker module:
15
+  - Added support for specifying the net type of the container.
16
+  - Added support for specifying read-only volumes.
17
+  - Added support for specifying the API version to use for the remote docker connection.
18
+  - Various bug fixes and improvements.
19
+
7 20
 
8 21
 ## 1.7 "Summer Nights" - Aug 06, 2014
9 22