Bump API to v1.53

Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
Rob Murray
2025-12-01 15:32:44 +00:00
parent 0c01da8ccc
commit f6b1488468
3 changed files with 13557 additions and 3 deletions

13554
api/docs/v1.53.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -19,10 +19,10 @@ produces:
consumes: consumes:
- "application/json" - "application/json"
- "text/plain" - "text/plain"
basePath: "/v1.52" basePath: "/v1.53"
info: info:
title: "Docker Engine API" title: "Docker Engine API"
version: "1.52" version: "1.53"
x-logo: x-logo:
url: "https://docs.docker.com/assets/images/logo-docker-main.png" url: "https://docs.docker.com/assets/images/logo-docker-main.png"
description: | description: |

View File

@@ -58,7 +58,7 @@ const (
// MaxAPIVersion is the highest REST API version supported by the daemon. // MaxAPIVersion is the highest REST API version supported by the daemon.
// //
// This version may be lower than the version of the api library module used. // This version may be lower than the version of the api library module used.
MaxAPIVersion = "1.52" MaxAPIVersion = "1.53"
// defaultMinAPIVersion is the minimum API version supported by the API. // defaultMinAPIVersion is the minimum API version supported by the API.
// This version can be overridden through the "DOCKER_MIN_API_VERSION" // This version can be overridden through the "DOCKER_MIN_API_VERSION"
// environment variable. The minimum allowed version is determined // environment variable. The minimum allowed version is determined