Moby v1.11.1 Release Notes

Release Date: 2016-04-26 // almost 8 years ago
  • Distribution

    • ๐Ÿ›  Fix schema2 manifest media type to be of type application/vnd.docker.container.image.v1+json (#21949)

    ๐Ÿ“š Documentation

    • โž• Add missing API documentation for changes introduced with 1.11.0 (#22048)

    ๐Ÿ— Builder

    • ๐Ÿ— Append label passed to docker build as arguments as an implicit LABEL command at the end of the processed Dockerfile (#22184)

    Networking

    • ๐Ÿ›  Fix a panic that would occur when forwarding DNS query (#22261)
    • ๐Ÿ›  Fix an issue where OS threads could end up within an incorrect network namespace when using user defined networks (#22261)

    โš™ Runtime

    • ๐Ÿ›  Fix a bug preventing labels configuration to be reloaded via the config file (#22299)
    • ๐Ÿ›  Fix a regression where container mounting /var/run would prevent other containers from being removed (#22256)
    • ๐Ÿ›  Fix an issue where it would be impossible to update both memory-swap and memory value together (#22255)
    • ๐Ÿ›  Fix a regression from 1.11.0 where the /auth endpoint would not initialize serveraddress if it is not provided (#22254)
    • โž• Add missing cleanup of container temporary files when cancelling a schedule restart (#22237)
    • โœ‚ Remove scary error message when no restart policy is specified (#21993)
    • ๐Ÿ›  Fix a panic that would occur when the plugins were activated via the json spec (#22191)
    • ๐Ÿ›  Fix restart backoff logic to correctly reset delay if container ran for at least 10secs (#22125)
    • โœ‚ Remove error message when a container restart get cancelled (#22123)
    • ๐Ÿ›  Fix an issue where docker would not correctly clean up after docker exec (#22121)
    • ๐Ÿ›  Fix a panic that could occur when serving concurrent docker stats commands (#22120)`
    • ๐Ÿณ Revert deprecation of non-existent host directories auto-creation (#22065)
    • ๐Ÿณ Hide misleading rpc error on daemon shutdown (#22058)