Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,52 @@
Change log
==========

1.5.0 (2015-10-13)
------------------

Major Features

- Compose is now available on windows.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we may need to indicate somehow that there are some known issues with relative volume paths on windows.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If #2181 makes it into the release candidate, you can ignore my comment above.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, I think it will make it in

- Environment variable can be used in the compose file. See
https://github.com/docker/compose/blob/129092b7/docs/yml.md#variable-substitution
- Multiple compose files can be specified, allowing you to override
setting in the default compose file. See
https://github.com/docker/compose/blob/129092b7/docs/reference/docker-compose.md
for more details.
- Configuration validation is now a lot more strict
- `up` now waits for all services to exit before shutting down
- Support for the new docker networking can be enabled with
the `--x-networking` flag

New Features

- `volumes_from` now supports a mode option allowing for read-only
`volumes_from`
- Volumes that don't start with a path indicator (`.` or `/`) will now be
treated as a named volume. Previously this was a warning.
- `--pull` flag added to `build`
- `--ignore-pull-failures` flag added to `pull`
- Support for the `ipc` field added to the compose file
- Containers created by `run` can now be named with the `--name` flag
- If you install Compose with pip or use it as a library, it now
works with Python 3
- `image` field now supports image digests (in addition to ids and tags)
- `ports` now supports ranges of ports
- `--publish` flag added to `run`
- New subcommands `pause` and `unpause`
- Compose can be installed and run as a docker image. This is an experimental
feature.


Bug Fixes

- Support all `log_drivers`
- Fixed `build` when running against swarm
- `~` is no longer expanded on the host when included as part of a container
volume path



1.4.2 (2015-09-22)
------------------

Expand Down