Files
docker-cli/CHANGELOG.md
T
jose-bigio b6799f808c update changelog for 17.12.0-ce-rc4
Signed-off-by: jose-bigio <jose.bigio@docker.com>
2017-12-19 16:32:03 -08:00

8.0 KiB

Changelog

Items starting with DEPRECATE are important deprecation notices. For more information on the list of deprecated flags and APIs please have a look at https://docs.docker.com/engine/deprecated/ where target removal dates can also be found.

IMPORTANT:

You should stop all containers and plugins BEFORE upgrading to Docker CE 17.12. See related PR: moby/moby#35812

17.12.0-ce (2017-12-DD)

Builder

Client

  • Add name field to secrets and configs to allow interpolation in Compose files docker/cli#668
  • Add --isolation for setting swarm service isolation mode docker/cli#426

Documentation

Logging

  • Logentries driver line-only=true []byte output fix moby/moby#35612
  • Logentries line-only logopt fix to maintain backwards compatibility moby/moby#35628

Networking

  • Added support for persisting Windows network driver specific options moby/moby#35563

Runtime

  • Windows: Fix case insensitive filename matching against builder cache moby/moby#35793
  • Fix race conditions around process handling and error checks moby/moby#35809

Swarm Mode

Packaging