From 1c9e835012da492b0f73364a50ef32c3445a5af1 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Thu, 18 Feb 2021 07:54:14 +0000 Subject: [PATCH] docker-compose: Update to version 1.28.3 Bugs: - Fix SSH hostname parsing when it contains leading 's', 'h', and remove the quiet option that was hiding the error (via docker-py bump to 4.4.2) - Fix key error for --no-log-prefix option - Fix incorrect CLI environment variable name for service profiles: COMPOSE_PROFILES instead of COMPOSE_PROFILE - Fix fish completion Miscellaneous: - Bump cryptography to 3.3.2 - Remove log driver filter Signed-off-by: Javier Marcet --- utils/docker-compose/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/docker-compose/Makefile b/utils/docker-compose/Makefile index 9e9b44b0bd..4cf7106150 100644 --- a/utils/docker-compose/Makefile +++ b/utils/docker-compose/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=docker-compose -PKG_VERSION:=1.28.2 +PKG_VERSION:=1.28.3 PKG_RELEASE:=1 PYPI_NAME:=docker-compose -PKG_HASH:=2f148b590414915d029dad7551f4cdf0b03a774dc9baa674480217236d260cc1 +PKG_HASH:=78a48ef8ff4fed092261ecb1a60d9b28b7776e72ed6df591a900008039308b0f PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=Apache-2.0 -- 2.30.2