summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-01-30 16:20:59 -0800
committerJoffrey F <joffrey@docker.com>2017-02-08 13:45:25 -0800
commit2cd6cb9a47b2d00cfad7d49a26641020f7f8a66a (patch)
tree49203041af144011faf3d3addb34b79278288ebe /CHANGELOG.md
parent01d1895a350c445eab9deb37d1cd8b6fe3328b47 (diff)
Bump 1.10.1
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md47
1 files changed, 47 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6699f880..d0681e8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,53 @@
Change log
==========
+1.11.0 (2017-02-08)
+-------------------
+
+### New Features
+
+#### Compose file version 3.1
+
+- Introduced version 3.1 of the `docker-compose.yml` specification. This
+ version requires Docker Engine 1.13.0 or above. It introduces support
+ for secrets. See the documentation for more information
+
+#### Compose file version 2.0 and up
+
+- Introduced the `docker-compose top` command that displays processes running
+ for the different services managed by Compose.
+
+### Bugfixes
+
+- Fixed a bug where extending a service defining a healthcheck dictionary
+ would cause `docker-compose` to error out.
+
+- Fixed an issue where the `pid` entry in a service definition was being
+ ignored when using multiple Compose files.
+
+1.10.1 (2017-02-01)
+------------------
+
+### Bugfixes
+
+- Fixed an issue where presence of older versions of the docker-py
+ package would cause unexpected crashes while running Compose
+
+- Fixed an issue where healthcheck dependencies would be lost when
+ using multiple compose files for a project
+
+- Fixed a few issues that made the output of the `config` command
+ invalid
+
+- Fixed an issue where adding volume labels to v3 Compose files would
+ result in an error
+
+- Fixed an issue on Windows where build context paths containing unicode
+ characters were being improperly encoded
+
+- Fixed a bug where Compose would occasionally crash while streaming logs
+ when containers would stop or restart
+
1.10.0 (2017-01-18)
-------------------