Skip to content

v2.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 09:22
f6f29a4

What's Changed

✨ Enhancements

  • add support of privileged attribute in service.build section by @glours in #10112
  • introduce --ignore-buildable to ignore buildable images on pull by @ndeloof in #10134
  • introduce --no-attach to ignore some service output by @ndeloof in #10137

🐛 Fixes

  • don't fail logs when driver:none is set by @ndeloof in #10107
  • don't assume os.Stdout and rely on dockerCLI.streams by @ndeloof in #10082
  • service hash MUST exclude replicas by @ndeloof in #10109
  • check service names based on project, not running containers by @ndeloof in #10111
  • fix security opts support (seccomp and unconfined) by @ndeloof in #10110
  • Fix empty file when using compose config in case of smaller source files by @rimelek in #10129
  • Set pullChanged when setting --pull on compose up by @laurazard in #10128
  • Ignore not only auto-removed containers but also "removal in progress" for orphan containers by @gtardif in #10136
  • limit build concurrency according to --parallel by @ndeloof in #10133

🔧 Internal

  • add buildx plugin to e2e configuration directory by @glours in #10113
  • cleanup framework.go from unnecessary debug logs by @glours in #10116

Changelog

New Contributors

Full Changelog: v2.14.2...v2.15.0