|
@@ -15,7 +15,7 @@
|
|
- Prohibit mount of /sys
|
|
- Prohibit mount of /sys
|
|
|
|
|
|
#### Runtime
|
|
#### Runtime
|
|
-- Update Apparmor policy to not allow mounts
|
|
|
|
|
|
+- Update AppArmor policy to not allow mounts
|
|
|
|
|
|
## 1.6.0 (2015-04-07)
|
|
## 1.6.0 (2015-04-07)
|
|
|
|
|
|
@@ -309,7 +309,7 @@
|
|
|
|
|
|
#### Hack
|
|
#### Hack
|
|
* Clean up "go test" output from "make test" to be much more readable/scannable.
|
|
* Clean up "go test" output from "make test" to be much more readable/scannable.
|
|
-* Excluse more "definitely not unit tested Go source code" directories from hack/make/test.
|
|
|
|
|
|
+* Exclude more "definitely not unit tested Go source code" directories from hack/make/test.
|
|
+ Generate md5 and sha256 hashes when building, and upload them via hack/release.sh.
|
|
+ Generate md5 and sha256 hashes when building, and upload them via hack/release.sh.
|
|
- Include contributed completions in Ubuntu PPA.
|
|
- Include contributed completions in Ubuntu PPA.
|
|
+ Add cli integration tests.
|
|
+ Add cli integration tests.
|
|
@@ -589,7 +589,7 @@ With the ongoing changes to the networking and execution subsystems of docker te
|
|
* The ADD instruction now supports caching, which avoids unnecessarily re-uploading the same source content again and again when it hasn’t changed
|
|
* The ADD instruction now supports caching, which avoids unnecessarily re-uploading the same source content again and again when it hasn’t changed
|
|
* The new ONBUILD instruction adds to your image a “trigger” instruction to be executed at a later time, when the image is used as the base for another build
|
|
* The new ONBUILD instruction adds to your image a “trigger” instruction to be executed at a later time, when the image is used as the base for another build
|
|
* Docker now ships with an experimental storage driver which uses the BTRFS filesystem for copy-on-write
|
|
* Docker now ships with an experimental storage driver which uses the BTRFS filesystem for copy-on-write
|
|
-* Docker is officially supported on Mac OSX
|
|
|
|
|
|
+* Docker is officially supported on Mac OS X
|
|
* The Docker daemon supports systemd socket activation
|
|
* The Docker daemon supports systemd socket activation
|
|
|
|
|
|
## 0.7.6 (2014-01-14)
|
|
## 0.7.6 (2014-01-14)
|
|
@@ -643,12 +643,12 @@ With the ongoing changes to the networking and execution subsystems of docker te
|
|
- Fix ADD caching issue with . prefixed path
|
|
- Fix ADD caching issue with . prefixed path
|
|
- Fix docker build on devicemapper by reverting sparse file tar option
|
|
- Fix docker build on devicemapper by reverting sparse file tar option
|
|
- Fix issue with file caching and prevent wrong cache hit
|
|
- Fix issue with file caching and prevent wrong cache hit
|
|
-* Use same error handling while unmarshalling CMD and ENTRYPOINT
|
|
|
|
|
|
+* Use same error handling while unmarshalling CMD and ENTRYPOINT
|
|
|
|
|
|
#### Documentation
|
|
#### Documentation
|
|
|
|
|
|
* Simplify and streamline Amazon Quickstart
|
|
* Simplify and streamline Amazon Quickstart
|
|
-* Install instructions use unprefixed fedora image
|
|
|
|
|
|
+* Install instructions use unprefixed Fedora image
|
|
* Update instructions for mtu flag for Docker on GCE
|
|
* Update instructions for mtu flag for Docker on GCE
|
|
+ Add Ubuntu Saucy to installation
|
|
+ Add Ubuntu Saucy to installation
|
|
- Fix for wrong version warning on master instead of latest
|
|
- Fix for wrong version warning on master instead of latest
|
|
@@ -823,7 +823,7 @@ With the ongoing changes to the networking and execution subsystems of docker te
|
|
* Improve unit tests
|
|
* Improve unit tests
|
|
* The test suite now runs all tests even if one fails
|
|
* The test suite now runs all tests even if one fails
|
|
* Refactor C in Go (Devmapper)
|
|
* Refactor C in Go (Devmapper)
|
|
-- Fix OSX compilation
|
|
|
|
|
|
+- Fix OS X compilation
|
|
|
|
|
|
## 0.7.0 (2013-11-25)
|
|
## 0.7.0 (2013-11-25)
|
|
|
|
|
|
@@ -841,7 +841,7 @@ With the ongoing changes to the networking and execution subsystems of docker te
|
|
|
|
|
|
#### Runtime
|
|
#### Runtime
|
|
|
|
|
|
-* Improve stability, fixes some race conditons
|
|
|
|
|
|
+* Improve stability, fixes some race conditions
|
|
* Skip the volumes mounted when deleting the volumes of container.
|
|
* Skip the volumes mounted when deleting the volumes of container.
|
|
* Fix layer size computation: handle hard links correctly
|
|
* Fix layer size computation: handle hard links correctly
|
|
* Use the work Path for docker cp CONTAINER:PATH
|
|
* Use the work Path for docker cp CONTAINER:PATH
|