mirror of https://github.com/docker/docs.git
engine: api: add API v1.42 (docker v23.0.0)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
f2e6257350
commit
77bb40ce7b
|
@ -42,7 +42,7 @@ exclude:
|
|||
# Component versions -- address like site.docker_ce_version
|
||||
# You can't have - characters in these for non-YAML reasons.
|
||||
# When updating 'latest_engine_api_version', also update 'min_api_threshold' below.
|
||||
latest_engine_api_version: "1.41"
|
||||
latest_engine_api_version: "1.42"
|
||||
docker_ce_version: "20.10"
|
||||
compose_v1_version: "1.29.2"
|
||||
compose_version: "v2.15.1"
|
||||
|
|
|
@ -756,6 +756,8 @@ reference:
|
|||
section:
|
||||
- path: /engine/api/version-history/
|
||||
title: Version history overview
|
||||
- path: /engine/api/v1.42/
|
||||
title: v1.42 reference
|
||||
- path: /engine/api/v1.41/
|
||||
title: v1.41 reference
|
||||
- path: /engine/api/v1.40/
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
layout: engine-api
|
||||
---
|
Loading…
Reference in New Issue