What's Changed
✨ Improvements
- Add
--environment flag to config command (11891)
🐛 Fixes
- Prevent concurrent map write relying on project immutability (11860)
- Fix
COMPOSE_PROFILES can be set by .env file (11861)
- Fix: change append to use slice index in
ps (11862)
- Return an error when
--detach and --watch are used together in up command (11890)
- Fix dot env file to define
COMPOSE_* variables(11889)
- Enforce keyboard.Close is always executed to restore terminal (11896)
- Stop
watch process when associated up process is stopped (11911)
- Using as flag of the
up command, watch was blocking process shutdown (11919)
🔧 Internal
- Correct typo in comment (11877)
- Chore(publish): remove unreachable code(11888)
- Update GH actions versions, update engine matrix, bump Golang to 1.21.11 (11885)
- Build: replace uses of archive.CanonicalTarNameForPath (11910)
- Add open watch docs in up menu (11917)
⚙️ Dependencies
- Build(deps): bump github.com/hashicorp/go-version from
1.6.0 to 1.7.0(11854)
- Build(deps): bump golang.org/x/sys from
0.20.0 to 0.21.0 (11883)
- Build(deps): bump github.com/containerd/containerd from
1.7.17 to 1.7.18 (11897)
- Build(deps): bump github.com/docker/docker from
26.1.3+incompatible to 26.1.4+incompatible (11898)
- Bump buildkit to
0.14.0 and buildx to 0.15.0 (11913)
New Contributors
Full Changelog: https://github.com/docker/compose/compare/v2.27.1...v2.27.2