Moby v1.9.1 Release Notes

Release Date: 2015-11-21 // over 8 years ago
  • โš™ Runtime

    • โช Do not prevent daemon from booting if images could not be restored (#17695)
    • ๐Ÿ‘ฎ Force IPC mount to unmount on daemon shutdown/init (#17539)
    • โš  Turn IPC unmount errors into warnings (#17554)
    • ๐Ÿ›  Fix docker stats performance regression (#17638)
    • ๐Ÿณ Clarify cryptic error message upon docker logs if --log-driver=none (#17767)
    • ๐Ÿ›  Fix seldom panics (#17639, #17634, #17703)
    • ๐Ÿ›  Fix opq whiteouts problems for files with dot prefix (#17819)
    • ๐ŸŽ devicemapper: try defaulting to xfs instead of ext4 for performance reasons (#17903, #17918)
    • ๐Ÿณ devicemapper: fix displayed fs in docker info (#17974)
    • ๐Ÿง selinux: only relabel if user requested so with the z option (#17450, #17834)
    • Do not make network calls when normalizing names (#18014)

    Client

    • ๐Ÿ›  Fix docker login on windows (#17738)
    • ๐Ÿ›  Fix bug with docker inspect output when not connected to daemon (#17715)
    • ๐Ÿ›  Fix docker inspect -f {{.HostConfig.Dns}} somecontainer (#17680)

    ๐Ÿ— Builder

    • ๐Ÿ›  Fix regression with symlink behavior in ADD/COPY (#17710)

    Networking

    • ๐Ÿ‘ Allow passing a network ID as an argument for --net (#17558)
    • ๐Ÿ›  Fix connect to host and prevent disconnect from host for host network (#17476)
    • ๐Ÿ›  Fix --fixed-cidr issue when gateway ip falls in ip-range and ip-range is not the first block in the network (#17853)
    • โช Restore deterministic IPv6 generation from MAC address on default bridge network (#17890)
    • ๐Ÿ‘ Allow port-mapping only for endpoints created on docker run (#17858)
    • ๐Ÿ›  Fixed an endpoint delete issue with a possible stale sbox (#18102)

    Distribution

    • Correct parent chain in v2 push when v1Compatibility files on the disk are inconsistent (#18047)