releases.shpreview
Docker/Docker Compose

Docker Compose

$npx -y @buildinternet/releases show docker-compose
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases5Avg2/moVersionsv5.0.2 → v5.1.3
Jun 21, 2023

Known Issues 😓

  • Intermittent "container <id> is not connected to the network <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

May 17, 2023

🐛 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

May 16, 2023

What's Changed

✨ Enhancements

🐛 Fixes

🔧 Internal

New Contributors

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

Apr 20, 2023

💁🏻 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

Mar 26, 2023

💁🏻 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

Mar 24, 2023

💁🏻 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

Mar 22, 2023

💁🏻 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

Changelog

New Contributors

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

Feb 27, 2023

ℹ️ This is a pre-release version of Docker Compose

What's Changed

Full Changelog: https://github.com/docker/compose/compare/v2.16.0...v2.17.0-rc.1

Feb 8, 2023

What's Changed

✨ Enhancements

🐛 Fixes

🔧 Internal

Changelog

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.15.1...v2.16.0

Jan 9, 2023

What's Changed

✨ Enhancements

🐛 Fixes

🔧 Internal

Changelog

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.15.0...v2.15.1

Jan 5, 2023

What's Changed

✨ Enhancements

🐛 Fixes

🔧 Internal

Changelog

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.14.2...v2.15.0

Dec 20, 2022

What's Changed

✨ Enhancements

🐛 Fixes

🔧 Internal

Changelog

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.14.1...v2.14.2

Dec 15, 2022

What's Changed

✨ Enhancements

🐛 Fixes

🔧 Internal

Changelog

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.14.0...v2.14.1

Dec 2, 2022

What's Changed

✨ Enhancements

  • Add oom_score_adj field to service definition (#10019)
  • Add mode field for tmpfs mount permissions (#10031)

🐛 Fixes

  • Only stop services started by up when interrupted (#10028)
  • Load implicit profiles for targeted services (#10025)
  • Do not require service.build.platforms to be set if service.platform is set (#10017)
  • Use plain output during buildx image builds if --ansi=never is set (#10020)
  • COMPOSE_IGNORE_ORPHANS environment variable now behaves more consistently (#10035)
  • Fix image name separator in convert (#9904)
  • Fix run on services using network_mode: service:NAME (#10036)

🔧 Internal

  • Upgrade compose-go to v1.8.0 (#10031)
  • Build with Go 1.19.3 (#10037)
  • Change default branch for docs repository (#10016)
  • Additional E2E test coverage and reliability improvements (#10025, #10032)

Changelog

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.13.0...v2.14.0

Nov 23, 2022

What's Changed

✨ Enhancements

🐛 Fixes

🔧 Internal

Bumps

Full Changelog: https://github.com/docker/compose/compare/v2.12.2...v2.13.0

What's Changed

🐛 Security Fixes

🔧 Internal

Full Changelog: https://github.com/docker/compose/compare/v2.12.0...v2.12.1

Oct 18, 2022

What's Changed

Enhancements ✨

🐛 Fixes

🔧 Internal

Bumps

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.11.2...v2.12.0

Sep 27, 2022

ℹ️ Upgrade Notes

  • Updates on environment file syntax & interpolation: see #9879 🔖
  • Setting DOCKER_HOST via .env files is not supported in Compose v2

🐛 Fixes

  • Prevent "invalid template" errors on valid environment variable values (#9806, #9746, #9704, #9294)
  • Ensure new images from docker compose build are used (#9856)
  • Fix cross-architecture builds when DOCKER_DEFAULT_PLATFORM not set (#9866)
  • Fix intermittent conflict errors when using depends_on (#9014)
  • Clear service CMD when entrypoint is overridden (#9622)

🔧 Internal

  • Reduced permissions for GitHub Actions CI jobs
  • CI now runs on Windows & macOS including E2E tests via Docker Desktop
  • Upgrade to compose-go v1.6.0
  • Internal support for shell completion (not ready yet!)

What's Changed

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.11.1...v2.11.2

Sep 20, 2022

What's Changed

Fixes 🐛

Full Changelog: https://github.com/docker/compose/compare/v2.11.0...v2.11.1

Latest
v5.1.3
Tracking Since
Aug 31, 2017
Last fetched Apr 18, 2026