From 27f2e0ecc53bfeb90d9d2fd552d5085656454d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Thu, 5 Jun 2025 12:30:43 +0200 Subject: [PATCH] api: bump to 1.51 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- api/common.go | 2 +- api/swagger.yaml | 6 +++--- docs/api/version-history.md | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/api/common.go b/api/common.go index 16d0f5fd59..702d3dcae4 100644 --- a/api/common.go +++ b/api/common.go @@ -3,7 +3,7 @@ package api // Common constants for daemon and client. const ( // DefaultVersion of the current REST API. - DefaultVersion = "1.50" + DefaultVersion = "1.51" // MinSupportedAPIVersion is the minimum API version that can be supported // by the API server, specified as "major.minor". Note that the daemon diff --git a/api/swagger.yaml b/api/swagger.yaml index 619b4470eb..d0593404bc 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -19,10 +19,10 @@ produces: consumes: - "application/json" - "text/plain" -basePath: "/v1.50" +basePath: "/v1.51" info: title: "Docker Engine API" - version: "1.50" + version: "1.51" x-logo: url: "https://docs.docker.com/assets/images/logo-docker-main.png" description: | @@ -56,7 +56,7 @@ info: is returned. If you omit the version-prefix, the current version of the API (v1.50) is used. - For example, calling `/info` is the same as calling `/v1.50/info`. Using the + For example, calling `/info` is the same as calling `/v1.51/info`. Using the API without a version-prefix is deprecated and will be removed in a future release. Engine releases in the near future should support this version of the API, diff --git a/docs/api/version-history.md b/docs/api/version-history.md index 2caf12e737..09466f6043 100644 --- a/docs/api/version-history.md +++ b/docs/api/version-history.md @@ -13,6 +13,11 @@ keywords: "API, Docker, rcli, REST, documentation" will be rejected. --> +## v1.51 API changes + +[Docker Engine API v1.51](https://docs.docker.com/reference/api/engine/version/v1.51/) documentation + + ## v1.50 API changes [Docker Engine API v1.50](https://docs.docker.com/reference/api/engine/version/v1.50/) documentation