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 <mheon@redhat.com>
This commit is contained in:
Matthew Heon 2022-05-12 09:34:09 -04:00
parent 7d00b0ea0d
commit dde4286420
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"),
},
}