Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

v2.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 10:36
· 311 commits to main since this release
6bfdfa8

Release note

bug fixes

  • don't apply restart_policy on compose run
  • remove anonymous volumes on down -v
  • fix volume inheritance and conflicts
  • ignore images we can't build on up --build
  • fix collecting exec stdout before completion
  • automatically disable TTY if shell isn't a termina
  • fix hard vs soft ulimit
  • fix pull vs build using buildkit
  • code cleanup (compose v2 code is not isolated from "cloud integrations" CLI)

new features

  • add support for container links and external links
  • better interoperability with docker-compose
  • introduce docker compose logs --since --until option
  • config --profiles to list all defined profiles
  • implement healthcheck.disable