docker-compose: Update to version 2.4.0
authorJavier Marcet <javier@marcet.info>
Sat, 2 Apr 2022 10:48:49 +0000 (12:48 +0200)
committerRosen Penev <rosenp@gmail.com>
Sun, 3 Apr 2022 17:51:08 +0000 (10:51 -0700)
commit29a007ee5b15ff99c1dabebf2106519fa23a6bc1
treeae5cb1a348f86575a9f1aba468f791e208e11ced
parent3bd4564d71db7194034681bced203d2af3074e4e
docker-compose: Update to version 2.4.0

What's Changed:

 - pass interactive flag to ExecOptions for the RunExec command by
 @glours
 - go.mod: pin k8s version to fix build on go1.16, and update buildx
 to v0.8.1 by @thaJeztah
 - support cache_from|to|no|pull by @ndeloof
 - fix race condition on start-stop e2e tests running in parrallel by
 @glours
 - Add support of ssh authentications defined in compose file or via
 cli… by @glours
 - fix typo in ssh option description by @mschoettle
 - Takes COMPOSE_PROJECT_NAME into consideration on commands by
 @ulyssessouza
 - Remove dead warning code by @ulyssessouza
 - Fix down command without any resource to delete by @ulyssessouza
 - vendor: github.com/containerd/containerd v1.6.2 by @thaJeztah

New Contributors:

 - @mschoettle made their first contribution

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