docker-compose: update to v1.28.0 14519/head
authorJavier Marcet <javier@marcet.info>
Wed, 20 Jan 2021 09:51:05 +0000 (09:51 +0000)
committerJavier Marcet <javier@marcet.info>
Wed, 20 Jan 2021 17:13:53 +0000 (17:13 +0000)
Features:

 - Support for Nvidia GPUs via device requests

 - Support for service profiles

 - Change the SSH connection approach to the Docker CLI's via shellout to the local SSH client (old behaviour enabled by setting COMPOSE_PARAMIKO_SSH environment variable)

 - Add flag to disable log prefix

 - Add flag for ansi output control

Bugs:

 - Make parallel_pull=True by default

 - Bring back warning for configs in non-swarm mode

 - Take --file in account when defining project_dir

 - On compose up, attach only to services we read logs from

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

index 2a206f00026303644dd0951399eabe8fa08f3c68..b381a5124cb828fac3dad01e81a285403d4b1d89 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=docker-compose
-PKG_VERSION:=1.27.4
-PKG_RELEASE:=2
+PKG_VERSION:=1.28.0
+PKG_RELEASE:=1
 
 PYPI_NAME:=docker-compose
-PKG_HASH:=5a5690f24c27d4b43dcbe6b3fae91ba680713208e99ee863352b3bae37bcaa83
+PKG_HASH:=947888fe9377b48c260d59b6511ba205655c6beb45a4b70fbce28f753aacf75a
 
 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
 PKG_LICENSE:=Apache-2.0