v2.14.1
What's Changed
✨ Enhancements
- introduce --parallel to limit concurrent engine calls by @ndeloof in #10030
- distinguish stdout and stderr in
up
logs by @ndeloof in #10070 - align
compose ps
output withdocker ps
by @ndeloof in #10065 - Add --include-deps to push command by @gferon in #10044
- introduce --timestamp option on compose up by @ndeloof in #10076
- apply uid/gid when creating secret from environment by @ndeloof in #10084
🐛 Fixes
- fix deadlock waiting for attached-dependencies by @ndeloof in #10029
- fix race condition collecting pulled images IDs by @ndeloof in #10051
- Don't stop pull for images that can be built by @ndeloof in #10054
- Fix corner case when there's no container to attach to by @ndeloof in #10058
- ContainerStart must run sequentially for engine to assing distinct ports within configured range by @ndeloof in #10067
- fix parsing of repository:tag by @ndeloof in #10072
- load project from files when explicitly set by user by @ndeloof in #10062
🔧 Internal
- port: improve error-handling if port not found by @milas in #10039
- check only running containers in after down tests of profiles e2e tests by @glours in #10049
- Cleanup tips from output by @thaJeztah in #10047
- added table of contents inside readme by @nitinmewar in #9883
- remove go.* from e2e tests directory by @glours in #10059
- Add scorecard GitHub action by @joycebrum in #9846
- resolve --env-file as absolute path by @ndeloof in #10074
- use StatusError from docker/cli, not "dockerd" by @thaJeztah in #10080
- use recently introduced
withSelectedServicesOnly
to reduce code duplication by @ndeloof in #10083
Changelog
- build(deps): bump go.opentelemetry.io/otel from 1.11.1 to 1.11.2 by @dependabot in #10045
- update to go1.19.4 by @thaJeztah in #10048
- build(deps): bump github.com/containerd/containerd from 1.6.10 to 1.6.12 by @dependabot in #10055
New Contributors
- @nitinmewar made their first contribution in #9883
- @joycebrum made their first contribution in #9846
- @gferon made their first contribution in #10044
Full Changelog: v2.14.0...v2.14.1