docker-compose: Update to version 2.7.0
authorJavier Marcet <javier@marcet.info>
Thu, 21 Jul 2022 14:35:14 +0000 (16:35 +0200)
committerRosen Penev <rosenp@gmail.com>
Fri, 22 Jul 2022 04:44:37 +0000 (21:44 -0700)
commitde563c1ae154e2a46f8942adaed79479b07a2fee
tree288e1461f9cc3336ec12b8fa3818331a047d03b6
parent204fd77bbc810e64602bbd758af4bef6c76844b1
docker-compose: Update to version 2.7.0

What's Changed:

 - Enhancements:

   - add support of environment secret during build step by @glours

 - Fixes:

   - networks: prevent issues due to duplicate names by @milas
   - Use appropriate dependency condition for one-shot containers when
   running compose up --wait by @laurazard
   - Fix environment variable expansion by @ulyssessouza in
   compose-spec/compose-go#276
   - Validate depended-on services exist in consistency check by
   @laurazard in compose-spec/compose-go#281
   - Fix hash usage in environment values by @ulyssessouza in
   compose-spec/compose-go#283
   - build: respect dependency order for classic builder by @milas
   - fix: panic caused by empty string argument by @nicksieger
   - (re)start should not impact one-off containers by @ndeloof
   - Fix issue with close networks name on up and down command by
   @glours
   - keep the container reference when volumes_from target a container
   and not a service by @glours
   - build.go: initialize CustomLabels map if nil by @paroque28

Signed-off-by: Javier Marcet <javier@marcet.info>
utils/docker-compose/Makefile