Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

17.12.1-ce

Compare
Choose a tag to compare
@GordonTheTurtle GordonTheTurtle released this 28 Feb 02:30
7390fc6

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 must stop all containers and plugins BEFORE upgrading to Docker CE 17.12.
See related PR: moby/moby#35812

17.12.1-ce (2018-02-27)

Client

  • Return errors from daemon on stack deploy configs create/update docker/cli#757

Logging

Networking

Packaging

Runtime

  • Bump Golang to 1.9.4
  • Bump containerd to 1.0.1
  • Fix dockerd not being able to reconnect to containerd when it is restarted moby/moby#36173
  • Fix containerd events from being processed twice moby/moby#35891
  • Fix vfs graph driver failure to initialize because of failure to setup fs quota moby/moby#35827
  • Fix regression of health check not using container's working directory moby/moby#35845
  • Honor DOCKER_RAMDISK with containerd 1.0 moby/moby#35957
  • Update runc to fix hang during start and exec moby/moby#36097
  • Windows: Vendor of Microsoft/hcsshim @v.0.6.8 partial fix for import layer failing moby/moby#35924
  • Fix issue where network inspect does not show Created time for networks in swarm scope moby/moby#36095

Swarm

17.12.0-ce (2017-12-27)

Known Issues

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