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

v17.07.0-ce-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@andrewhsu andrewhsu released this 17 Aug 05:49
· 16815 commits to master since this release

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.

17.07.0-ce (2017-08-XX)

API & Client

  • Add support for proxy configuration in config.json docker/cli#93
  • Enable pprof/debug endpoints by default moby/moby#32453
  • Passwords can now be passed using STDIN using the new --password-stdin flag on docker login docker/cli#271
  • Prevent docker logs --no-stream from hanging due to non-existing containers moby/moby#34004
  • Fix docker stack ps printing error to stdout instead of stderr docker/cli#298
  • Fix progress bar being stuck on docker service create if an error occurs during deploy docker/cli#259
  • Improve presentation of progress bars in interactive mode docker/cli#260 docker/cli#237
  • Print a warning if docker login --password is used, and recommend --password-stdin docker/cli#270
  • Make API version negotiation more robust moby/moby#33827
  • Hide --detach when connected to daemons older than Docker 17.05 docker/cli#219

Builder

  • Fix .dockerignore entries with a leading / not matching anything moby/moby#32088

Logging

Runtime

  • Remove container locks on docker ps moby/moby#31273
  • Store container names in memdb moby/moby#33886
  • Fix race condition between docker exec and docker pause moby/moby#32881
  • Devicemapper: Rework logging and add --storage-opt dm.libdm_log_level moby/moby#33845
  • Devicemapper: Prevent "device in use" errors if deferred removal is enabled, but not deferred deletion moby/moby#33877
  • Devicemapper: Use KeepAlive to prevent tasks being garbage-collected while still in use moby/moby#33376
  • Report inetermediate prune results if prune is cancelled moby/moby#33979
  • Fix run docker rename <container-id> new_name concurrently resulting in the having multiple names moby/moby#33940

Swarm Mode