From 54a6ec374a85ab1b853dda26246bcd3aea868cb6 Mon Sep 17 00:00:00 2001 From: Rob Murray Date: Mon, 15 Dec 2025 17:59:46 +0000 Subject: [PATCH] Update client MaxAPIVersion to 1.53 The daemon's MaxAPIVersion was updated in commit f6b1488. Signed-off-by: Rob Murray --- client/client.go | 2 +- vendor/github.com/moby/moby/client/client.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/client.go b/client/client.go index 0567ba11d4..93d9f4f49a 100644 --- a/client/client.go +++ b/client/client.go @@ -106,7 +106,7 @@ const DummyHost = "api.moby.localhost" // overriding the version and disable API-version negotiation. // // This version may be lower than the version of the api library module used. -const MaxAPIVersion = "1.52" +const MaxAPIVersion = "1.53" // MinAPIVersion is the minimum API version supported by the client. API versions // below this version are not considered when performing API-version negotiation. diff --git a/vendor/github.com/moby/moby/client/client.go b/vendor/github.com/moby/moby/client/client.go index 0567ba11d4..93d9f4f49a 100644 --- a/vendor/github.com/moby/moby/client/client.go +++ b/vendor/github.com/moby/moby/client/client.go @@ -106,7 +106,7 @@ const DummyHost = "api.moby.localhost" // overriding the version and disable API-version negotiation. // // This version may be lower than the version of the api library module used. -const MaxAPIVersion = "1.52" +const MaxAPIVersion = "1.53" // MinAPIVersion is the minimum API version supported by the client. API versions // below this version are not considered when performing API-version negotiation.