mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Merge pull request #9182 from mheon/bump_api
Bump remote API version to 3.0.0
This commit is contained in:
@ -44,8 +44,8 @@ var (
|
||||
// clients to shop for the Version they wish to support
|
||||
APIVersion = map[VersionTree]map[VersionLevel]semver.Version{
|
||||
LibpodTree: {
|
||||
CurrentAPIVersion: semver.MustParse("2.0.0"),
|
||||
MinimalAPIVersion: semver.MustParse("2.0.0"),
|
||||
CurrentAPIVersion: semver.MustParse("3.0.0"),
|
||||
MinimalAPIVersion: semver.MustParse("3.0.0"),
|
||||
},
|
||||
CompatTree: {
|
||||
CurrentAPIVersion: semver.MustParse("1.40.0"),
|
||||
|
@ -18,8 +18,8 @@ t HEAD libpod/_ping 200
|
||||
for i in /version version; do
|
||||
t GET $i 200 \
|
||||
.Components[0].Name="Podman Engine" \
|
||||
.Components[0].Details.APIVersion=2.0.0 \
|
||||
.Components[0].Details.MinAPIVersion=2.0.0 \
|
||||
.Components[0].Details.APIVersion=3.0.0 \
|
||||
.Components[0].Details.MinAPIVersion=3.0.0 \
|
||||
.Components[0].Details.Os=linux \
|
||||
.ApiVersion=1.40 \
|
||||
.MinAPIVersion=1.24 \
|
||||
|
Reference in New Issue
Block a user