]> git.pld-linux.org Git - packages/docker-compose.git/commit
up to 1.9.0 (2016-11-16) auto/th/docker-compose-1.9.0-1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 27 Nov 2016 12:45:25 +0000 (14:45 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 27 Nov 2016 12:45:25 +0000 (14:45 +0200)
commitd4e83a27302321f1a63f27920855696b0d737e9b
treeec100a26c8962f8ea49c226e8ccb9f91d785ef12
parent390264ed9f416ed2814eee7c601622f482dfdbb5
up to 1.9.0 (2016-11-16)

New Features

- Interactive mode for `docker-compose run` and `docker-compose exec` is
  now supported on Windows platforms. Please note that the `docker` binary
  is required to be present on the system for this feature to work.

- Introduced version 2.1 of the `docker-compose.yml` specification. This
  version requires to be used with Docker Engine 1.12 or above.
    - Added support for setting volume labels and network labels in
  `docker-compose.yml`.
    - Added support for the `isolation` parameter in service definitions.
    - Added support for link-local IPs in the service networks definitions.
    - Added support for shell-style inline defaults in variable interpolation.
      The supported forms are `${FOO-default}` (fall back if FOO is unset) and
      `${FOO:-default}` (fall back if FOO is unset or empty).

- Added support for the `group_add` and `oom_score_adj` parameters in
  service definitions.

- Added support for the `internal` and `enable_ipv6` parameters in network
  definitions.

- Compose now defaults to using the `npipe` protocol on Windows.

- Overriding a `logging` configuration will now properly merge the `options`
  mappings if the `driver` values do not conflict.

Bug Fixes

- Fixed a bug where an empty `restart` value would sometimes result in an
  exception being raised.

- Fixed an issue where service logs containing unicode characters would
  sometimes cause an error to occur.

- Fixed a bug where unicode values in environment variables would sometimes
  raise a unicode exception when retrieved.

- Fixed an issue where Compose would incorrectly detect a configuration
  mismatch for overlay networks.
docker-compose.spec
remove-requires-upper-bound.patch
This page took 0.087231 seconds and 4 git commands to generate.