Skip to content

Commit e960152

Browse files
committed
Bump to v0.7.2
1 parent 47375dd commit e960152

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

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+
341
## 0.7.1 (2013-12-05)
442

543
#### Documentation

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1-dev
1+
0.7.2

0 commit comments

Comments
 (0)