Docker Compose Versions Save

Define and run multi-container applications with Docker

v2.20.2

9 months ago

What's Changed

Enhancements ✨

Fixes πŸ›

Internal πŸ”§

Dependencies βš™οΈ

Full Changelog: https://github.com/docker/compose/compare/v2.20.1...v2.20.2

v2.20.1

9 months ago

What's Changed

Dependencies βš™οΈ

  • Go 1.20.6 (#10812)
  • buildx v0.11.2 (#10827)
  • BuildKit v0.12 (#10827)
  • docker/cli v24.0.5-dev (#10827)

Internal πŸ”§

  • Improved test coverage for alpha watch (#10801)
  • Speed up E2E test suite (#10816)

Full Changelog: https://github.com/docker/compose/compare/v2.20.0...v2.20.1

v2.20.0

9 months ago

What's Changed

Enhancements ✨

Fixes πŸ›

Internal πŸ”§

Bumps

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.19.1...v2.20.0

v2.19.1

10 months ago

Known Issues πŸ˜“

  • DNS resolution issues in services using multiple networks (#10777)

Bugfixes πŸ›

  • Fix for "container not connected to network" errors when running compose up (#10756)
  • Default to project directory if build.context is not specified (see compose-spec/compose-spec#376)
  • Warn if using a bind mount in watch configuration (#10741)

Changelog

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.19.0...v2.19.1

v2.19.0

10 months ago

Known Issues πŸ˜“

  • Intermittent "container is not connected to the network " errors on docker compose up (#10668)

What's Changed

Enhancements ✨

Fixes πŸ›

Internal πŸ”§

Bumps

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.18.1...v2.19.0

v2.18.1

11 months ago

πŸ› Fixes

  • Fix for "Image not found" errors when running up --build (#10574)

What's Changed

Full Changelog: https://github.com/docker/compose/compare/v2.18.0...v2.18.1

v2.18.0

11 months ago

What's Changed

✨ Enhancements

πŸ› Fixes

πŸ”§ Internal

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.17.3...v2.18.0

v2.17.3

1 year ago

πŸ’πŸ» Upgrade Notes (2.17.x)

  • Project name validation is more strictly enforced (project names must be lowercase alphanumeric characters, -, or _ and start with a letter/number)
  • Only YAML 1.2 boolean values (true / false) are now accepted (deprecated YAML 1.1 values no longer supported: ~y|Y|yes|Yes|YES|n|N|no|No|NO|True|TRUE|False|FALSE|on|On|ON|off|Off|OFF~)
  • Duplicate mapping keys (<<) for merging YAML anchors are not allowed (see #10411)

What's Changed

✨ Enhancements

πŸ› Fixes

πŸ”§ Internal

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.17.2...v2.17.3

v2.17.2

1 year ago

πŸ’πŸ» Upgrade Notes (2.17.x)

  • Project name validation is more strictly enforced (project names must be lowercase alphanumeric characters, -, or _ and start with a letter/number)
  • Only YAML 1.2 boolean values (true / false) are now accepted (deprecated YAML 1.1 values no longer supported: ~y|Y|yes|Yes|YES|n|N|no|No|NO|True|TRUE|False|FALSE|on|On|ON|off|Off|OFF~)
  • Duplicate mapping keys (<<) for merging YAML anchors are not allowed (see #10411)

😰 Known Issues

  • For docker compose up, the flag long form --timeout is broken (workaround: use short form -t)

πŸ› Fixes

  • Fix "invalid project name" errors for projects in directories with uppercase or . (#10406)

πŸ”§ Internal

What's Changed

Full Changelog: https://github.com/docker/compose/compare/v2.17.1...v2.17.2

v2.17.1

1 year ago

πŸ’πŸ» Upgrade Notes (2.17.x)

  • Project name validation is more strictly enforced (project names must be lowercase alphanumeric characters, -, or _ and start with a letter/number)
  • Only YAML 1.2 boolean values (true / false) are now accepted (deprecated YAML 1.1 values no longer supported: ~y|Y|yes|Yes|YES|n|N|no|No|NO|True|TRUE|False|FALSE|on|On|ON|off|Off|OFF~)
  • Duplicate mapping keys (<<) for merging YAML anchors are not allowed (see #10411)

πŸ› Fixes

  • Panic while using alpha watch command (#10393)
  • Fix conflict with service named extensions (compose-go#255)
  • More consistent project name validation (compose-go#364)

πŸ”§ Internal

  • Upgrade to Go 1.20.2
  • Update BuildKit to v0.11.5
  • Update compose-go to v1.13.1

What's Changed

Full Changelog: https://github.com/docker/compose/compare/v2.17.0...v2.17.1