v2.6.1
What's New
Enhancements ✨
Fixes 🐛
- Do not start unrelated dependencies on
run
by @laurazard in #9558 - Fix service not found errors when using
--no-deps
by @nicksieger in #9504 - Respect
COMPOSE_REMOVE_ORPHANS
env var ondown
by @nicksieger in #9564 - Fix project level bind mounts volumes by @ulyssessouza in #9514
- Respect
deploy.limits.cpus
anddeploy.limits.pids
by @glours in #9552
Internal 🔧
- Upgrade: Go v1.18.3 by @thaJeztah in #9525
- Upgrade: compose-go v1.2.8 by @milas in #9588
- Upgrade: buildx v0.8.2 by @dependabot in #9544
- Upgrade: containerd v1.6.6 by @dependabot in #9546
Changelog
- fix: bring up services with deps with --no-deps by @nicksieger in #9504
- update golang to 1.18.3 by @thaJeztah in #9525
- Bump runc -> 1.1.2 by @ulyssessouza in #9522
- Add links to container create request. by @laurazard in #9523
- fix: prevent network name ambiguity by @milas in #9520
- Bump github.com/theupdateframework/notary from 0.6.1 to 0.7.0 by @dependabot in #9262
- Bump github.com/cnabio/cnab-to-oci from 0.3.1-beta1 to 0.3.3 by @dependabot in #9307
- Bump github.com/hashicorp/go-version from 1.3.0 to 1.5.0 by @dependabot in #9485
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.2 by @dependabot in #9538
- Fix ps ports output; includes unit test by @nicksieger in #9539
- Bump github.com/docker/buildx from 0.8.1 to 0.8.2 by @dependabot in #9544
- Bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.5 by @dependabot in #9541
- e2e: add test for ps by @nicksieger in #9545
- Bump github.com/containerd/containerd from 1.6.2 to 1.6.6 by @dependabot in #9546
- Fix bind mounts when in project volumes definition by @ulyssessouza in #9514
- Only start direct dependencies of service on
compose run ...
by @laurazard in #9558 - Fix deploy cpus issue and support pids limit by @glours in #9552
- e2e: unmarshal json into container summaries by @nicksieger in #9547
- add support for setting secret from env variable by @ndeloof in #9553
- e2e: fix subtests and block parallel unsafe tests by @milas in #9561
- down: fix COMPOSE_REMOVE_ORPHANS env name and add test by @nicksieger in #9564
- e2e: isolate test command env from system env by @milas in #9563
- e2e: fix spurious
ps
failures by @milas in #9566 - fixed some spelling mistakes by @venthur in #9559
- e2e: ensure all Compose cmds standalone compatible by @milas in #9567
- Don't use ansi even when deprecated option is requested by @quite in #9311
- e2e: improve test output on failures by @milas in #9568
- deps: upgrade to compose-go v1.2.8 by @milas in #9588
New Contributors
- @nicksieger made their first contribution in #9504
- @milas made their first contribution in #9520
Full Changelog: v2.6.0...v2.6.1