Moby v17.03.0-ce Release Notes

Release Date: 2017-03-01 // about 7 years ago
  • IMPORTANT: Starting with this release, Docker is on a monthly release cycle and uses a ๐Ÿ†• new YY.MM versioning scheme to reflect this. Two channels are available: monthly and quarterly. ๐Ÿ›  Any given monthly release will only receive security and bugfixes until the next monthly ๐Ÿ›  release is available. Quarterly releases receive security and bugfixes for 4 months after ๐ŸŽ‰ initial release. This release includes bugfixes for 1.13.1 but there are no major feature additions and the API version stays the same. โฌ†๏ธ Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk.

    Client

    • ๐Ÿ›  Fix panic in docker stats --format #30776

    Contrib

    • โšก๏ธ Update various bash and zsh completion scripts #30823, #30945 and more...
    • ๐Ÿณ Block obsolete socket families in default seccomp profile - mitigates unpatched kernels' CVE-2017-6074 #29076

    Networking

    • ๐Ÿ›  Fix bug on overlay encryption keys rotation in cross-datacenter swarm #30727
    • ๐Ÿ›  Fix side effect panic in overlay encryption and network control plane communication failure ("No installed keys could decrypt the message") on frequent swarm leader re-election #25608
    • ๐Ÿณ Several fixes around system responsiveness and datapath programming when using overlay network with external kv-store docker/libnetwork#1639, docker/libnetwork#1632 and more...
    • ๐Ÿณ Discard incoming plain vxlan packets for encrypted overlay network #31170
    • ๐Ÿš€ Release the network attachment on allocation failure #31073
    • ๐Ÿ›  Fix port allocation when multiple published ports map to the same target port docker/swarmkit#1835

    โš™ Runtime

    • ๐Ÿ›  Fix a deadlock in docker logs #30223
    • ๐Ÿ›  Fix cpu spin waiting for log write events #31070
    • ๐Ÿ›  Fix a possible crash when using journald #31231 #31263
    • ๐Ÿ›  Fix a panic on close of nil channel #31274
    • ๐Ÿ›  Fix duplicate mount point for --volumes-from in docker run #29563
    • ๐Ÿ›  Fix --cache-from does not cache last step #31189

    Swarm Mode

    • ๐Ÿณ Shutdown leaks an error when the container was never started #31279
    • ๐Ÿ›  Fix possibility of tasks getting stuck in the "NEW" state during a leader failover docker/swarmkit#1938
    • ๐Ÿ›  Fix extraneous task creations for global services that led to confusing replica counts in docker service ls docker/swarmkit#1957
    • ๐Ÿ›  Fix problem that made rolling updates slow when task-history-limit was set to 1 docker/swarmkit#1948
    • ๐Ÿณ Restart tasks elsewhere, if appropriate, when they are shut down as a result of nodes no longer satisfying constraints docker/swarmkit#1958
    • (experimental)