Docker Compose v1.27.0 Release Notes

Release Date: 2020-08-11 // over 3 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ”€ Merge 2.x and 3.x compose formats and align with COMPOSE_SPEC schema

    • Implement service mode for ipc

    • Pass COMPOSE_PROJECT_NAME environment variable in container mode

    • ๐Ÿ‘‰ Make run behave in the same way as up

    • ๐Ÿณ Use docker build on docker-compose run when COMPOSE_DOCKER_CLI_BUILD environment variable is set

    • ๐Ÿณ Use docker-py default API version for engine queries (auto)

    • ๐Ÿ— Parse network_mode on build

    ๐Ÿ› Bugs

    • ๐Ÿ— Ignore build context path validation when building is not required

    • ๐Ÿ›  Fix float to bytes conversion via docker-py bump to 4.3.1

    • ๐Ÿ›  Fix scale bug when deploy section is set

    • ๐Ÿ›  Fix docker-py bump in setup.py

    • ๐Ÿ›  Fix experimental build failure detection

    • ๐Ÿ›  Fix context propagation to docker cli

    Miscellaneous

    • โฌ‡๏ธ Drop support for Python 2.7

    • โฌ†๏ธ Bump docker-py to 4.3.1

    • โฌ†๏ธ Bump tox to 3.19.0

    • โฌ†๏ธ Bump virtualenv to 20.0.30

    • โž• Add script for docs syncronization