summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-12-13 13:40:42 -0800
committerJoffrey F <joffrey@docker.com>2017-12-18 13:20:55 -0800
commit8dd22a962a4295ada9c8a45a5c58d02f8f66333f (patch)
treee69efae5987ce7c21fae33e944959c62e7c29bfe /CHANGELOG.md
parent5a7ba590fb4ab3311e9caf2b00d04ccf60d5ae18 (diff)
Bump 1.18.0
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac205051..c0b3b565 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@ Change log
#### Compose file version 3.5
- Introduced version 3.5 of the `docker-compose.yml` specification.
- This version requires to be used with Docker Engine 17.06.0 or above
+ This version requires Docker Engine 17.06.0 or above
- Added support for the `shm_size` parameter in build configurations
@@ -21,20 +21,15 @@ Change log
- Added support for `extra_hosts` in build configuration
-- Added support for the
- [long syntax](https://docs.docker.com/compose/compose-file/#long-syntax-3)
- for volume entries, as previously introduced in the 3.2 format.
- Note that using this syntax will create
- [mounts](https://docs.docker.com/engine/admin/volumes/bind-mounts/)
- instead of volumes.
+- Added support for the [long syntax](https://docs.docker.com/compose/compose-file/#long-syntax-3) for volume entries, as previously introduced in the 3.2 format.
+ Note that using this syntax will create [mounts](https://docs.docker.com/engine/admin/volumes/bind-mounts/) instead of volumes.
#### Compose file version 2.1 and up
- Added support for the `oom_kill_disable` parameter in service definitions
(2.x only)
-- Added support for custom names for network, secret and config definitions
- (2.x only)
+- Added support for custom names for network definitions (2.x only)
#### All formats
@@ -62,6 +57,12 @@ Change log
- Fixed an issue with CLI logging causing duplicate messages and inelegant
output to occur
+- Fixed an issue that caused `stop_grace_period` to be ignored when using
+ multiple Compose files
+
+- Fixed a bug that caused `docker-compose images` to crash when using
+ untagged images
+
- Fixed a bug where the valid `${VAR:-}` syntax would cause Compose to
error out