docker-compose: Update to version 1.29.0
authorJavier Marcet <redacted>
Sun, 11 Apr 2021 06:05:36 +0000 (06:05 +0000)
committerRosen Penev <redacted>
Mon, 12 Apr 2021 03:30:20 +0000 (20:30 -0700)
Features:

- Add profile filter to docker-compose config

- Add a depends_on condition to wait for successful service completion

Miscellaneous:

- Add image scan message on build

- Update warning message for --no-ansi to mention --ansi never as alternative

- Bump docker-py to 5.0.0

- Bump PyYAML to 5.4.1

- Bump python-dotenv to 0.17.0

Signed-off-by: Javier Marcet <redacted>
utils/docker-compose/Makefile

index 7aca1956e3671d8ec0a2f01a0bc717f8ec83c41b..7e2edb1ee52c9e248650514693694ad6b89e1fc8 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=docker-compose
-PKG_VERSION:=1.28.6
+PKG_VERSION:=1.29.0
 PKG_RELEASE:=1
 
 PYPI_NAME:=docker-compose
-PKG_HASH:=1d44906f7ab738ba2d1785130ed31b16111eee6dc5a1dbd7252091dae48c5281
+PKG_HASH:=7f3ac832111b55bf1385ccae8b136dc4cbec04a00cf3191b3d0517003324bfc1
 
 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
 PKG_LICENSE:=Apache-2.0
git clone https://git.99rst.org/PROJECT