Browse code

Bump to v0.7.2

Michael Crosby authored on 2013/12/17 07:50:07
Showing 2 changed files
... ...
@@ -1,5 +1,43 @@
1 1
 # Changelog
2 2
 
3
+## 0.7.2 (2013-12-16)
4
+
5
+#### Runtime
6
+
7
++ Validate container names on creation with standard regex
8
+* Increase maximum image depth to 127 from 42
9
+* Continue to move api endpoints to the job api
10
++ Add -bip flag to allow specification of dynamic bridge IP via CIDR
11
+- Allow bridge creation when ipv6 is not enabled on certain systems
12
+* Set hostname and IP address from within dockerinit
13
+* Drop capabilities from within dockerinit
14
+- Fix volumes on host when symlink is present the image
15
+- Prevent deletion of image if ANY container is depending on it even if the container is not running
16
+* Update docker push to use new progress display
17
+* Use os.Lstat to allow mounting unix sockets when inspecting volumes
18
+- Adjusted handling of inactive user login
19
+- Add missing defines in devicemapper for older kernels
20
+- Allow untag operations with no container validation
21
+- Add auth config to docker build
22
+
23
+#### Documentation
24
+
25
+* Add more information about Docker logging
26
++ Add RHEL documentation
27
+* Add a direct example for changing the CMD that is run in a container
28
+* Update Arch installation documentation
29
++ Add section on Trusted Builds
30
++ Add Network documentation page
31
+
32
+#### Other
33
+
34
++ Add new cover bundle for providing code coverage reporting
35
+* Separate integration tests in bundles
36
+* Make Tianon the hack maintainer
37
+* Update mkimage-debootstrap with more tweaks for keeping images small
38
+* Use https to get the install script
39
+* Remove vendored dotcloud/tar now that Go 1.2 has been released
40
+
3 41
 ## 0.7.1 (2013-12-05)
4 42
 
5 43
 #### Documentation
... ...
@@ -1 +1 @@
1
-0.7.1-dev
1
+0.7.2