Files
docker-cli/CHANGELOG.md
T
2018-02-21 17:50:55 -08:00

10 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.

18.03.0-ce (2018-03-DD)

Builder

Client

Logging

Networking

Runtime

  • Fix issue of ExitCode and PID not show up in Task.Status.ContainerStatus moby/moby#36150
  • Fix issue with plugin scanner going to deep moby/moby#36119

Swarm Mode

  • Bump SwarmKit to f74983e7c015a38a81c8642803a78b8322cf7eac moby/moby#36274
  • Clarify network plugins and swarm mode docker/cli#869
  • Migrates several swarm configs tests from integration-cli to api tests moby/moby#36291
  • Migrates several swarm secrets from integration-cli to api tests moby/moby#36283
  • Update swarmkit to 68a376dc30d8c4001767c39456b990dbd821371b moby/moby#36131
  • [compose] Share the compose loading code between swarm and k8s stack deploy docker/cli#845
  • Fix issue where network inspect does not show Created time for networks in swarm scope moby/moby#36095