Skip to content
Kenfe-Mickaël Laventure edited this page Mar 8, 2016 · 67 revisions

Schedule

  • Freeze: 2016-03-17
  • Release: 2016-04-07

1.11.0 - Release goals

#20361 Containerd integration

Replace execdrivers with containerd.

#20362 CLI separation

Separate the docker client cli from the docker daemon.

#20363 Better Plugins Framework

Bake plugin management capabilities inside docker.

Miscellaneous

  • #20356 Label for non-container resources

WIP: Changelog

(last update: 2016/03/08 08.29am)

  • docker login now handles token using the implementation found in docker/distribution (#20832)
  • --device option now correctly resolves symlinks (#20684)
  • Post processing is no longer enabled for linux-cgo terminals (#20587)
  • docker login will no longer prompt for an email (#20565)
  • Output of docker volume ls is now sorted by volume name (#20389)
  • Output of docker network ls is now sorted by network name (#20383)
  • Docker now supports external credential stores (#20107)
  • docker ps now supports displaying the list of volumes mounted inside a container (#20017)
  • Docker will now try to resume layer download where it left timeout after a network error/timeout (#19840)
  • Colorized logs can now be disabled with the new --raw-logs daemon flag (#19794)
  • Docker,on Windows platform, now includes an ETW (Event Tracing in Windows) logging driver named etwlogs (#19689)
  • Journald log driver now support the log command tag option (#19564)
  • docker network inspect now returns whether a network is internal or not (#19357)
  • docker update learned how to change a container restart policy (#19116)
  • The fluentd log driver learned to process the new fail-on-startup-error log option preventing it to fail a container startup if it can't connect to the backend (#18041)
  • Docker learned to create ipv6 enabled networks (docker network create --ipv6). This show up as a new EnableIPv6 field in docker inspect. (#17513)

Clone this wiki locally