All Versions
130
Latest Version
3.7
Avg Release Cycle
15 days
Latest Release
-

Changelog History
Page 5

  • v1.26.0-rc2 Changes

    February 24, 2020

    Features

    • โž• Add v3.8 schema support
    • โž• Add missing test dependency ddt to setup.py
    • โž• Add "--attach-dependencies" to command "up" for attaching to dependencies
    • ๐Ÿ‘ Allow compatibility option with COMPOSE_COMPATIBILITY environment variable
    • ๐Ÿ”จ Bump Pytest and add refactor compatibility with new version
    • โž• Add docker context support

    Bugs

    • ๐Ÿณ Sync compose-schemas with upstream (docker/cli)
    • โœ‚ Remove None entries on exec command
    • ๐ŸŽ Force MacOS SDK version to "10.11"
    • โž• Add python-dotenv to delegate .env file processing
    • ๐Ÿ Enforce Python37 in the creation of virtualenv on windows CI
    • Don't adjust output on terminal width when piped into another command
    • ๐Ÿ‘‰ Show an error message when version attribute is malformed
  • v1.26.0-rc1

    February 24, 2020
  • v1.25.5 Changes

    April 10, 2020

    ๐Ÿ”‹ Features

    • โฌ†๏ธ Bump OpenSSL from 1.1.1d to 1.1.1f
    • โž• Add 3.8 compose version
      • Limit service scale to the size specified by the field deploy.placement.max_replicas_per_node
  • v1.25.5-rc2

    April 09, 2020
  • v1.25.5-rc1 Changes

    April 09, 2020

    ๐Ÿ”‹ Features

    • โฌ†๏ธ Bump OpenSSL from 1.1.1d to 1.1.1f
    • โž• Add 3.8 compose version
  • v1.25.4 Changes

    February 03, 2020

    ๐Ÿ If you're a Mac or Windows user, the best way to install Compose and keep it up-to-date is Docker Desktop for Mac and Windows.

    ๐Ÿณ Docker Desktop will automatically install the latest version of Docker Engine for you.

    โฌ†๏ธ Alternatively, you can use the usual commands to install or upgrade Compose:

    curl -L https://github.com/docker/compose/releases/download/1.25.4/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
    chmod +x /usr/local/bin/docker-compose
    

    ๐Ÿ‘€ See the install docs for more install options and instructions.

    Compose file format compatibility matrix

    ๐Ÿณ | Compose file format | Docker Engine | | --- | --- | | 1 | 1.9.0+ | | 2.0 | 1.10.0+ | | 2.1 | 1.12.0+ | | 2.2, 3.0, 3.1, 3.2 | 1.13.0+ | | 2.3, 3.3, 3.4, 3.5 | 17.06.0+ | | 2.4 | 17.12.0+ | | 3.6 | 18.02.0+ | | 3.7 | 18.06.0+ |

    ๐Ÿ”„ Changes

    ๐Ÿ›  Bugfixes

    ๐Ÿ›  Fix CI script to enforce the minimal MacOS version to 10.11

    ๐Ÿ›  Fix docker-compose exec for keys with no value

  • v1.25.4-rc2 Changes

    January 31, 2020

    ๐Ÿ If you're a Mac or Windows user, the best way to install Compose and keep it up-to-date is Docker Desktop for Mac and Windows.

    ๐Ÿณ Docker Desktop will automatically install the latest version of Docker Engine for you.

    โฌ†๏ธ Alternatively, you can use the usual commands to install or upgrade Compose:

    curl -L https://github.com/docker/compose/releases/download/1.25.4-rc2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
    chmod +x /usr/local/bin/docker-compose
    

    ๐Ÿ‘€ See the install docs for more install options and instructions.

    Compose file format compatibility matrix

    ๐Ÿณ | Compose file format | Docker Engine | | --- | --- | | 1 | 1.9.0+ | | 2.0 | 1.10.0+ | | 2.1 | 1.12.0+ | | 2.2, 3.0, 3.1, 3.2 | 1.13.0+ | | 2.3, 3.3, 3.4, 3.5 | 17.06.0+ | | 2.4 | 17.12.0+ | | 3.6 | 18.02.0+ | | 3.7 | 18.06.0+ |

    ๐Ÿ”„ Changes

    ๐Ÿ›  Bugfixes

    ๐Ÿ›  Fix CI script to enforce the minimal MacOS version to 10.11

    ๐Ÿ›  Fix docker-compose exec for keys with no value

  • v1.25.4-rc1

    January 30, 2020
  • v1.25.3 Changes

    January 23, 2020

    ๐Ÿ If you're a Mac or Windows user, the best way to install Compose and keep it up-to-date is Docker Desktop for Mac and Windows.

    ๐Ÿณ Docker Desktop will automatically install the latest version of Docker Engine for you.

    โฌ†๏ธ Alternatively, you can use the usual commands to install or upgrade Compose:

    curl -L https://github.com/docker/compose/releases/download/1.25.3/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
    chmod +x /usr/local/bin/docker-compose
    

    ๐Ÿ‘€ See the install docs for more install options and instructions.

    Compose file format compatibility matrix

    ๐Ÿณ | Compose file format | Docker Engine | | --- | --- | | 1 | 1.9.0+ | | 2.0 | 1.10.0+ | | 2.1 | 1.12.0+ | | 2.2, 3.0, 3.1, 3.2 | 1.13.0+ | | 2.3, 3.3, 3.4, 3.5 | 17.06.0+ | | 2.4 | 17.12.0+ | | 3.6 | 18.02.0+ | | 3.7 | 18.06.0+ |

    ๐Ÿ”„ Changes

    ๐Ÿ›  Bugfixes

    ๐Ÿ›  Fix CI script to enforce the compilation with Python3

    ๐Ÿ›  Fix binary's sha256 in the release page

  • v1.25.2 Changes

    January 20, 2020

    ๐Ÿ If you're a Mac or Windows user, the best way to install Compose and keep it up-to-date is Docker Desktop for Mac and Windows.

    ๐Ÿณ Docker Desktop will automatically install the latest version of Docker Engine for you.

    โฌ†๏ธ Alternatively, you can use the usual commands to install or upgrade Compose:

    curl -L https://github.com/docker/compose/releases/download/v1.25.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
    chmod +x /usr/local/bin/docker-compose
    

    ๐Ÿ‘€ See the install docs for more install options and instructions.

    Compose file format compatibility matrix

    ๐Ÿณ | Compose file format | Docker Engine | | --- | --- | | 1 | 1.9.0+ | | 2.0 | 1.10.0+ | | 2.1 | 1.12.0+ | | 2.2, 3.0, 3.1, 3.2 | 1.13.0+ | | 2.3, 3.3, 3.4, 3.5 | 17.06.0+ | | 2.4 | 17.12.0+ | | 3.6 | 18.02.0+ | | 3.7 | 18.06.0+ |

    ๐Ÿ”„ Changes

    ๐Ÿ”‹ Features

    ๐Ÿ‘ Allow compatibility option with COMPOSE_COMPATIBILITY environment variable

    โฌ†๏ธ Bump PyInstaller from 3.5 to 3.6

    โฌ†๏ธ Bump pysocks from 1.6.7 to 1.7.1

    โฌ†๏ธ Bump websocket-client from 0.32.0 to 0.57.0

    โฌ†๏ธ Bump urllib3 from 1.24.2 to 1.25.7

    โฌ†๏ธ Bump jsonschema from 3.0.1 to 3.2.0

    โฌ†๏ธ Bump PyYAML from 4.2b1 to 5.3

    โฌ†๏ธ Bump certifi from 2017.4.17 to 2019.11.28

    โฌ†๏ธ Bump coverage from 4.5.4 to 5.0.3

    โฌ†๏ธ Bump paramiko from 2.6.0 to 2.7.1

    โฌ†๏ธ Bump cached-property from 1.3.0 to 1.5.1

    โฌ†๏ธ Bump minor Linux and MacOSX dependencies

    ๐Ÿ›  Bugfixes

    Validate version format on formats 2+

    Assume infinite terminal width when not running in a terminal

    ๐Ÿš€ Thanks to @thaJeztah, @GeyseR, @kiniou, @yukihira1992, @benthorner, @chris-crone, @frenzymadness, @dependabot-preview[bot], @ndeloof, @ulyssessouza for contributing to this release!