summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Nephin <dnephin@docker.com>2015-12-02 17:06:17 -0800
committerDaniel Nephin <dnephin@docker.com>2015-12-04 10:26:20 -0800
commitde4a18ea6c1b4addfeb3aad32204a01a90a2e776 (patch)
tree6b4ebe00545eb672c2ec5deb43da1f38220a199e /CHANGELOG.md
parent0a84833474fbb5e02d299980d8deea222dd827dd (diff)
Cherry-pick release notes for 1.5.2
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 428e5a93..7b6e0dd3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,28 @@
Change log
==========
+1.5.2 (2015-12-03)
+------------------
+
+- Fixed a bug which broke the use of `environment` and `env_file` with
+ `extends`, and caused environment keys without values to have a `None`
+ value, instead of a value from the host environment.
+
+- Fixed a regression in 1.5.1 that caused a warning about volumes to be
+ raised incorrectly when containers were recreated.
+
+- Fixed a bug which prevented building a `Dockerfile` that used `ADD <url>`
+
+- Fixed a bug with `docker-compose restart` which prevented it from
+ starting stopped containers.
+
+- Fixed handling of SIGTERM and SIGINT to properly stop containers
+
+- Add support for using a url as the value of `build`
+
+- Improved the validation of the `expose` option
+
+
1.5.1 (2015-11-12)
------------------