Skip to content

Commit

Permalink
Bump Compat API maximum version to v1.41
Browse files Browse the repository at this point in the history
Docker bumped their API, so we should do the same.

Fixes containers#14204

Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed May 23, 2022
1 parent 7d00b0e commit dde4286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/apiv2/01-basic.at
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
}

0 comments on commit dde4286

Please sign in to comment.