This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
v17.06.1-ce-rc1
Pre-release
Pre-release
andrewhsu
released this
14 Jul 18:05
·
17819 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.06.1-ce (2017-07-XX)
Builder
- Fix a regression, where
ADD
from remote URL's extracted archives #89 - Fix handling of remote "git@" notation #100
Plugins
- Make plugin removes more resilient to failure #91
Logging
Runtime
- Prevent a goroutine leak when healthcheck gets stopped #90
- Do not error on relabel when relabel not supported #92
- Limit max backoff delay to 2 seconds for GRPC connection #94
- Fix issue preventing containers to run when memory cgroup was specified due to bug in certain kernels #102
- Fix container not responding to SIGKILL when paused #102
- Improve error message if an image for an incompatible OS is loaded #108
- Fix a handle leak in go-winio #112
Client
- Make pruning volumes optional when running
docker system prune
, and add a--volumes
flag #109 - Show progress of replicated tasks before they are assigned #97
- Fix
docker wait
hanging if the container does not exist #106 - If
docker swarm ca
is called without the--rotate
flag, warn if other flags are passed #110 - Fix API version negotiation not working if the daemon returns an error #115
Security
- Redact secret data on "secret create" #99