From f53e615e0fd4b7becf9d72c73b8a9e021d473f62 Mon Sep 17 00:00:00 2001 From: Felipe Ruhland Date: Wed, 7 Apr 2021 21:44:24 +0200 Subject: [PATCH] Update API and Engine versions The Makefile and `docker/constants.py` were with old versions, so I updated them to the current one Signed-off-by: Felipe Ruhland --- Makefile | 4 ++-- docker/constants.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 60d99842..78a0d334 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -TEST_API_VERSION ?= 1.39 -TEST_ENGINE_VERSION ?= 19.03.13 +TEST_API_VERSION ?= 1.41 +TEST_ENGINE_VERSION ?= 20.10.05 .PHONY: all all: test diff --git a/docker/constants.py b/docker/constants.py index 43fce613..9cd58b67 100644 --- a/docker/constants.py +++ b/docker/constants.py @@ -1,7 +1,7 @@ import sys from .version import version -DEFAULT_DOCKER_API_VERSION = '1.39' +DEFAULT_DOCKER_API_VERSION = '1.41' MINIMUM_DOCKER_API_VERSION = '1.21' DEFAULT_TIMEOUT_SECONDS = 60 STREAM_HEADER_SIZE_BYTES = 8