From dde42864202e688578d7aabb10e888fe57b4e831 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 12 May 2022 09:34:09 -0400 Subject: Bump Compat API maximum version to v1.41 Docker bumped their API, so we should do the same. Fixes #14204 Signed-off-by: Matthew Heon --- test/apiv2/01-basic.at | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/apiv2/01-basic.at b/test/apiv2/01-basic.at index e4348a9a7..c4183eda9 100644 --- a/test/apiv2/01-basic.at +++ b/test/apiv2/01-basic.at @@ -21,7 +21,7 @@ for i in /version version; do .Components[0].Details.APIVersion~4[0-9.-]\\+ \ .Components[0].Details.MinAPIVersion=4.0.0 \ .Components[0].Details.Os=linux \ - .ApiVersion=1.40 \ + .ApiVersion=1.41 \ .MinAPIVersion=1.24 \ .Os=linux done diff --git a/version/version.go b/version/version.go index e180c7cb0..57403b42c 100644 --- a/version/version.go +++ b/version/version.go @@ -41,7 +41,7 @@ var APIVersion = map[Tree]map[Level]semver.Version{ MinimalAPI: semver.MustParse("4.0.0"), }, Compat: { - CurrentAPI: semver.MustParse("1.40.0"), + CurrentAPI: semver.MustParse("1.41.0"), MinimalAPI: semver.MustParse("1.24.0"), }, } -- cgit v1.2.3-54-g00ecf