v2.3.0
What's Changed
- Don't wait forever for unhealthy dependencies by @benesch in #9092
- Add progress output while waiting for dependencies by @benesch in #9088
- Discard env_file section on convert/config by @ulyssessouza in #9101
- Return only numbers in short version by @guillaumerose in #9096
- Don't SetRawTerminal() when exec is run with -T by @x-yuri in #9113
- only remove volumes set by compose file by @ndeloof in #9074
- Set NetworkMode correctly according to network priorities by @laurazard in #9130
- go.mod: github.com/buger/goterm v1.0.4 by @thaJeztah in #9142
- Fix typo in
reference/compose_up.md
by @danBamikiya in #9164 - Fix pause/unpause by only applying to running containers by @ulyssessouza in #9137
- use CustomLabels for composeV2 metadata and not impact service hash by @ndeloof in #8960
- use golangci-lint-action by @ndeloof in #9183
- Adds support to list the config files on
docker compose ls
by @KoditkarVedant in #9175 - declare
--volume
as an alias for--volumes
by @ndeloof in #9182 - bump buildx to 0.7.1 by @ndeloof in #9189
- Wait and scale 0 by @glours in #9192
- Bump github.com/containerd/containerd from 1.5.8 to 1.6.0 by @dependabot in #9178
- COMPOSE_REMOVE_ORPHANS can be set to always apply --remove-orphans by @ndeloof in #9200
- Using start, stop, restart from outside the working directory using --project-name (#9147) by @arhemd in #9148
- exclude com.docker.compose.image label from service hash by @ndeloof in #9214
- Bump compose-go 1.0.9 by @ulyssessouza in #9146
- Bump compose-go 1.1.0 by @ulyssessouza in #9219
- Bump docker/distribution -> v2.8.0 by @ulyssessouza in #9221
- report external volume name not found by @ndeloof in #9217
- Bump github.com/containerd/containerd from 1.6.0 to 1.6.1 by @dependabot in #9225
- CONTRIBUTING.md file. Update slack sign-up link by @teror4uks in #9228
- Add function to convert strings to bool by @ulyssessouza in #9230
- Add -i and -t to run and exec by @ulyssessouza in #9229
New Contributors
- @benesch made their first contribution in #9092
- @x-yuri made their first contribution in #9113
- @laurazard made their first contribution in #9130
- @danBamikiya made their first contribution in #9164
- @KoditkarVedant made their first contribution in #9175
- @arhemd made their first contribution in #9148
- @teror4uks made their first contribution in #9228
Full Changelog: v2.2.3...v2.3.0