summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-07-11 19:07:12 -0700
committerJoffrey F <f.joffrey@gmail.com>2017-07-13 17:37:26 -0700
commit344a69331cb3842c6f2f9f18eef22dea10ca21a5 (patch)
tree5dd4e1add64f6a049762f5b79a40bd44bfaa4acc /CHANGELOG.md
parent56a23bfcd2eec0140589d4b3223e28d47d89fcdb (diff)
Bump 1.15.0-rc1
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cced3804..c4b97a75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,50 @@
Change log
==========
+1.15.0 (2017-07-18)
+-------------------
+
+### New features
+
+#### Compose file version 2.2
+
+- Added support for the `network` parameter in build configurations.
+
+#### Compose file version 2.1 and up
+
+- The `pid` option in a service's definition now supports a `service:<name>`
+ value.
+
+- Added support for the `storage_opt` parameter in in service definitions.
+ This option is not available for the v3 format
+
+#### All formats
+
+- Added `--quiet` flag to `docker-compose pull`, suppressing progress output
+
+- Some improvements to CLI output
+
+### Bugfixes
+
+- Volumes specified through the `--volume` flag of `docker-compose run` now
+ complement volumes declared in the service's defintion instead of replacing
+ them
+
+- Fixed a bug where using multiple Compose files would unset the scale value
+ defined inside the Compose file.
+
+- Fixed an issue where the `credHelpers` entries in the `config.json` file
+ were not being honored by Compose
+
+- Fixed a bug where using multiple Compose files with port declarations
+ would cause failures in Python 3 environments
+
+- Fixed a bug where some proxy-related options present in the user's
+ environment would prevent Compose from running
+
+- Fixed an issue where the output of `docker-compose config` would be invalid
+ if the original file used `Y` or `N` values
+
1.14.0 (2017-06-19)
-------------------