summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-05-26 14:39:47 -0700
committerJoffrey F <f.joffrey@gmail.com>2017-05-30 15:23:00 -0700
commite6000051f7f1ac86cc668bcf927dc9e58389f617 (patch)
tree4dea128f265a64f8da341464e94131c1a9b0479c /CHANGELOG.md
parent909ef7f4352ee7a107bd6880beaa939a19f385a7 (diff)
Bump 1.14.0-rc1
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md49
1 files changed, 49 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1da62e3..748cce08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,55 @@
Change log
==========
+1.14.0 (2017-06-06)
+-------------------
+
+### New features
+
+#### Compose file version 3.3
+
+- Introduced version 3.3 of the `docker-compose.yml` specification.
+ This version requires to be used with Docker Engine 17.06.0 or above.
+ Note: the `credential_spec` key only applies to Swarm services and will
+ be ignored by Compose
+
+#### Compose file version 2.2
+
+- Added the following parameters in service definitions: `cpu_count`,
+ `cpu_percent`, `cpus`
+
+#### Compose file version 2.1
+
+- Added support for build labels. This feature is also available in the
+ 2.2 and 3.3 formats.
+
+#### All formats
+
+- Added shorthand `-u` for `--user` flag in `docker-compose exec`
+
+- Differences in labels between the Compose file and remote network
+ will now print a warning instead of preventing redeployment.
+
+### Bugfixes
+
+- Fixed a bug where service's dependencies were being rescaled to their
+ default scale when running a `docker-compose run` command
+
+- Fixed a bug where `docker-compose rm` with the `--stop` flag was not
+ behaving properly when provided with a list of services to remove
+
+- Fixed a bug where `cache_from` in the build section would be ignored when
+ using more than one Compose file.
+
+- Fixed a bug where override files would not be picked up by Compose if they
+ had the `.yaml` extension
+
+- Fixed a bug on Windows Engine where networks would be incorrectly flagged
+ for recreation
+
+- Fixed a bug where services declaring ports would cause crashes on some
+ versions of Python 3
+
1.13.0 (2017-05-02)
-------------------