Moby v1.3.1 Release Notes

Release Date: 2014-10-28 // over 9 years ago
  • ๐Ÿ”’ Security

    • Prevent fallback to SSL protocols < TLS 1.0 for client, daemon and registry
    • Secure HTTPS connection to registries with certificate verification and without HTTP fallback unless --insecure-registry is specified

    โš™ Runtime

    • ๐Ÿ›  Fix issue where volumes would not be shared

    Client

    • ๐Ÿ›  Fix issue with --iptables=false not automatically setting --ip-masq=false
    • ๐Ÿ›  Fix docker run output to non-TTY stdout

    ๐Ÿ— Builder

    • ๐Ÿ›  Fix escaping $ for environment variables
    • ๐Ÿ›  Fix issue with lowercase onbuild Dockerfile instruction
    • Restrict environment variable expansion to ENV, ADD, COPY, WORKDIR, EXPOSE, VOLUME and USER