19.03.11

(2020-06-24)

Networking

  • Fix for ‘failed to get network during CreateEndpoint’

  • Disable IPv6 Router Advertisements to prevent address spoofing. CVE-2020-13401

  • Fix DNS fallback regression. moby/moby#41009

  • Fix potential panic upon restart. moby/moby#40809

  • Assign the correct network value to the default bridge Subnet field. moby/moby#40565

Client

Runtime

Rootless

Builder

  • buildkit: Fix concurrent map write panic when building multiple images in parallel. moby/moby#40780

  • buildkit: Fix issue preventing chowning of non-root-owned files between stages with userns. moby/moby#40955

  • Avoid creation of irrelevant temporary files on Windows. moby/moby#40877

Logging

  • Avoid situation preventing container logs to rotate due to closing a closed log file. moby/moby#40921

Security

Swarm

  • Fix issue where single swarm manager is stuck in Down state after reboot. moby/moby#40831

  • tasks.db no longer grows indefinitely.