summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-01-19 14:47:31 -0800
committerJoffrey F <joffrey@docker.com>2017-01-19 14:47:31 -0800
commit1c46525c2baf8532434c320bf0443a520381431d (patch)
tree64145dafc4e027643770bbce2d6b3e21479fade6 /CHANGELOG.md
parent708c4f9534d53ba8ae69fc6919c335a54a986d6a (diff)
1.11.0dev
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md48
1 files changed, 48 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c645ca2..6699f880 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,54 @@
Change log
==========
+1.10.0 (2017-01-18)
+-------------------
+
+### New Features
+
+#### Compose file version 3.0
+
+- Introduced version 3.0 of the `docker-compose.yml` specification. This
+ version requires to be used with Docker Engine 1.13 or above and is
+ specifically designed to work with the `docker stack` commands.
+
+#### Compose file version 2.1 and up
+
+- Healthcheck configuration can now be done in the service definition using
+ the `healthcheck` parameter
+
+- Containers dependencies can now be set up to wait on positive healthchecks
+ when declared using `depends_on`. See the documentation for the updated
+ syntax.
+ **Note:** This feature will not be ported to version 3 Compose files.
+
+- Added support for the `sysctls` parameter in service definitions
+
+- Added support for the `userns_mode` parameter in service definitions
+
+- Compose now adds identifying labels to networks and volumes it creates
+
+#### Compose file version 2.0 and up
+
+- Added support for the `stop_grace_period` option in service definitions.
+
+### Bugfixes
+
+- Colored output now works properly on Windows.
+
+- Fixed a bug where docker-compose run would fail to set up link aliases
+ in interactive mode on Windows.
+
+- Networks created by Compose are now always made attachable
+ (Compose files v2.1 and up).
+
+- Fixed a bug where falsy values of `COMPOSE_CONVERT_WINDOWS_PATHS`
+ (`0`, `false`, empty value) were being interpreted as true.
+
+- Fixed a bug where forward slashes in some .dockerignore patterns weren't
+ being parsed correctly on Windows
+
+
1.9.0 (2016-11-16)
-----------------