Files
docker-cli/CHANGELOG.md
T
jose-bigio 7bc0502750 Updating Changelog for 18.03
Signed-off-by: jose-bigio <jose.bigio@docker.com>
2018-03-06 11:30:36 -08:00

10 KiB

Changelog

For more information on the list of deprecated flags and APIs please have a look at https://docs.docker.com/engine/deprecated/ where you can find the target removal dates

18.03.0-ce (2018-03-DD)

Builder

  • Fixes files leaking to other images in a multi-stage build moby/moby#36338

Client

  • docker build now runs faster when registry-specific credential helper(s) are configured docker/cli#840
  • Update event filter zsh completion with disable, enable, install and remove docker/cli#372
  • Produce errors when empty ids are passed into inspect calls moby/moby#36144
  • Marshall version for the k8s controller docker/cli#891
  • Set a non-zero timeout for HTTP client communication with plugin backend docker/cli#883

Logging

Networking

  • Verify NetworkingConfig to make sure EndpointSettings is not nil moby/moby#36077

Runtime

  • Fix issue of ExitCode and PID not show up in Task.Status.ContainerStatus moby/moby#36150
  • Fix issue with plugin scanner going too deep moby/moby#36119
  • Fixed error detection using IsErrNotFound and IsErrNotImplemented for ContainerStatPath, CopyFromContainer, and CopyToContainer methods moby/moby#35979

Swarm Mode

  • Fix issue where network inspect does not show Created time for networks in swarm scope moby/moby#36095