Browse code

Bump version to 0.6.2

Guillaume J. Charmes authored on 2013/09/18 03:11:39
Showing 2 changed files
... ...
@@ -1,5 +1,24 @@
1 1
 # Changelog
2 2
 
3
+## 0.6.2 (2013-09-17)
4
++ Hack: Vendor all dependencies
5
++ Builder: Add -rm option in order to remove intermediate containers
6
++ Runtime: Add domainname support
7
++ Runtime: Implement image filtering with path.Match
8
+* Builder: Allow multiline for the RUN instruction
9
+* Runtime: Remove unnecesasry warnings
10
+* Runtime: Only mount the hostname file when the config exists
11
+* Runtime: Handle signals within the `docker login` command
12
+* Runtime: Remove os/user dependency
13
+* Registry: Implement login with private registry
14
+* Remote API: Bump to v1.5
15
+* Packaging: Break down hack/make.sh into small scripts, one per 'bundle': test, binary, ubuntu etc.
16
+* Documentation: General improvments
17
+- Runtime: UID and GID are now also applied to volumes
18
+- Runtime: `docker start` set error code upon error
19
+- Runtime: `docker run` set the same error code as the process started
20
+- Registry: Fix push issues
21
+
3 22
 ## 0.6.1 (2013-08-23)
4 23
 * Registry: Pass "meta" headers in API calls to the registry
5 24
 - Packaging: Use correct upstart script with new build tool
... ...
@@ -1 +1 @@
1
-0.6.1-dev
1
+0.6.2