docker-compose: Update to version 1.28.6
authorJavier Marcet <[email protected]>
Thu, 25 Mar 2021 16:25:58 +0000 (16:25 +0000)
committerRosen Penev <[email protected]>
Fri, 26 Mar 2021 20:06:42 +0000 (13:06 -0700)
Bugs:

- Make --env-file relative to the current working directory and error out for
invalid paths. Environment file paths set with --env-file are relative to the
current working directory while the default .env file is located in the project
directory which by default is the base directory of the Compose file.

- Fix missing service property storage_opt by updating the compose schema

- Fix build extra_hosts list format

- Remove extra error message on exec

- Fix OpenSSL version mismatch error when shelling out to the ssh client

- Add missing build flags to the native builder: platform, isolation and
extra_hosts

- Remove info message on native build

- Avoid fetching logs when service logging driver is set to 'none'

Miscellaneous:

- Add compose.yml and compose.yaml to default filename list

Signed-off-by: Javier Marcet <[email protected]>
utils/docker-compose/Makefile

index 8e51bf6174997bdab420421ab7a6fe0dfdc1395a..7aca1956e3671d8ec0a2f01a0bc717f8ec83c41b 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=docker-compose
-PKG_VERSION:=1.28.4
+PKG_VERSION:=1.28.6
 PKG_RELEASE:=1
 
 PYPI_NAME:=docker-compose
-PKG_HASH:=681aca74e70e238ae43c810a62f471b645942f0ce97b6a0ca375fcb64f3aca85
+PKG_HASH:=1d44906f7ab738ba2d1785130ed31b16111eee6dc5a1dbd7252091dae48c5281
 
 PKG_MAINTAINER:=Javier Marcet <[email protected]>
 PKG_LICENSE:=Apache-2.0