Browse code

Merged 0.6.0 release back to master

Michael Crosby authored on 2013/08/24 02:50:24
Showing 2 changed files
... ...
@@ -1,5 +1,99 @@
1 1
 # Changelog
2 2
 
3
+## 0.6.0 (2013-08-22)
4
+- Runtime: Load authConfig only when needed and fix useless WARNING
5
++ Runtime: Add lxc-conf flag to allow custom lxc options
6
+- Runtime: Fix race conditions in parallel pull
7
+- Runtime: Improve CMD, ENTRYPOINT, and attach docs.
8
+* Documentation: Small fix to docs regarding adding docker groups
9
+* Documentation: Add MongoDB image example
10
++ Builder: Add USER instruction do Dockerfile
11
+* Documentation: updated default -H docs
12
+* Remote API: Sort Images by most recent creation date.
13
++ Builder: Add workdir support for the Buildfile
14
++ Runtime: Add an option to set the working directory
15
+- Runtime: Show tag used when image is missing
16
+* Documentation: Update readme with dependencies for building
17
+* Documentation: Add instructions for creating and using the docker group
18
+* Remote API: Reworking opaque requests in registry module
19
+- Runtime: Fix Graph ByParent() to generate list of child images per parent image.
20
+* Runtime: Add Image name to LogEvent tests
21
+* Documentation: Add sudo to examples and installation to documentation
22
++ Hack: Bash Completion: Limit commands to containers of a relevant state
23
+* Remote API: Add image name in /events
24
+* Runtime: Apply volumes-from before creating volumes
25
+- Runtime: Make docker run handle SIGINT/SIGTERM
26
+- Runtime: Prevent crash when .dockercfg not readable
27
+* Hack: Add docker dependencies coverage testing into docker-ci
28
++ Runtime: Add -privileged flag and relevant tests, docs, and examples
29
++ Packaging: Docker-brew 0.5.2 support and memory footprint reduction
30
+- Runtime: Install script should be fetched over https, not http.
31
+* Packaging: Add new docker dependencies into docker-ci
32
+* Runtime: Use Go 1.1.2 for dockerbuilder
33
+* Registry: Improve auth push
34
+* Runtime: API, issue 1471: Use groups for socket permissions
35
+* Documentation: PostgreSQL service example in documentation
36
+* Contrib: bash completion script
37
+* Tests: Improve TestKillDifferentUser to prevent timeout on buildbot
38
+* Documentation: Fix typo in docs for docker run -dns
39
+* Documentation: Adding a reference to ps -a
40
+- Runtime: Correctly detect IPv4 forwarding
41
+- Packaging: Revert "docker.upstart: avoid spawning a `sh` process"
42
+* Runtime: Use ranged for loop on channels
43
+- Runtime: Fix typo: fmt.Sprint -> fmt.Sprintf
44
+- Tests: Fix typo in TestBindMounts (runContainer called without image)
45
+* Runtime: add websocket support to /container/<name>/attach/ws
46
+* Runtime: Mount /dev/shm as a tmpfs
47
+- Builder: Only count known instructions as build steps
48
+- Builder: Fix docker build and docker events output
49
+- Runtime: switch from http to https for get.docker.io
50
+* Tests: Improve TestGetContainersTop so it does not rely on sleep
51
++ Packaging: Docker-brew and Docker standard library
52
+* Testing: Add some tests in server and utils
53
++ Packaging: Release docker with docker
54
+- Builder: Make sure ENV instruction within build perform a commit each time
55
+* Packaging: Fix the upstart script generated by get.docker.io
56
+- Runtime: fix small \n error un docker build
57
+* Runtime: Let userland proxy handle container-bound traffic
58
+* Runtime: Updated the Docker CLI to specify a value for the "Host" header.
59
+* Runtime: Add warning when net.ipv4.ip_forwarding = 0
60
+* Registry: Registry unit tests + mock registry
61
+* Runtime: fixed #910. print user name to docker info output
62
+- Builder: Forbid certain paths within docker build ADD
63
+- Runtime: change network range to avoid conflict with EC2 DNS
64
+* Tests: Relax the lo interface test to allow iface index != 1
65
+* Documentation: Suggest installing linux-headers by default.
66
+* Documentation: Change the twitter handle
67
+* Client: Add docker cp command and copy api endpoint to copy container files/folders to the host
68
+* Remote API: Use mime pkg to parse Content-Type
69
+- Runtime: Reduce connect and read timeout when pinging the registry
70
+* Documentation: Update amazon.rst to explain that Vagrant is not necessary for running Docker on ec2
71
+* Packaging: Enabled the docs to generate manpages.
72
+* Runtime: Parallel pull
73
+- Runtime: Handle ip route showing mask-less IP addresses
74
+* Documentation: Clarify Amazon EC2 installation
75
+* Documentation: 'Base' image is deprecated and should no longer be referenced in the docs.
76
+* Runtime: Fix to "Inject dockerinit at /.dockerinit"
77
+* Runtime: Allow ENTRYPOINT without CMD
78
+- Runtime: Always consider localhost as a domain name when parsing the FQN repos name
79
+* Remote API: 650 http utils and user agent field
80
+* Documentation: fix a typo in the ubuntu installation guide
81
+- Builder: Repository name (and optionally a tag) in build usage
82
+* Documentation: Move note about officially supported kernel
83
+* Packaging: Revert "Bind daemon to 0.0.0.0 in Vagrant.
84
+* Builder: Add no cache for docker build
85
+* Runtime: Add hostname to environment
86
+* Runtime: Add last stable version in `docker version`
87
+- Builder: Make sure ADD will create everything in 0755
88
+* Documentation: Add ufw doc
89
+* Tests: Add registry functional test to docker-ci
90
+- Documentation: Solved the logo being squished in Safari
91
+- Runtime: Use utils.ParseRepositoryTag instead of strings.Split(name, ":") in server.ImageDelete
92
+* Runtime: Refactor checksum
93
+- Runtime: Improve connect message with socket error
94
+* Documentation: Added information about Docker's high level tools over LXC.
95
+* Don't read from stdout when only attached to stdin
96
+
3 97
 ## 0.5.3 (2013-08-13)
4 98
 * Runtime: Use docker group for socket permissions
5 99
 - Runtime: Spawn shell within upstart script
... ...
@@ -1 +1 @@
1
-0.5.3-dev
1
+0.6.0-dev