From 3d8d9c2bb35ec1025aac76c2b779ea983e277cd3 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 12 Jul 2025 20:37:50 +0200 Subject: [PATCH] api/types/container: remove deprecated ContainerUpdateOKBody alias This was deprecated in f4dc38cd36a929eb2f1f07177cd60411eeb5ec6a, which was part of v28, so we can remove it for v29 Signed-off-by: Sebastiaan van Stijn --- api/types/container/container.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/types/container/container.go b/api/types/container/container.go index a191ca8bdb..a47cc945f9 100644 --- a/api/types/container/container.go +++ b/api/types/container/container.go @@ -10,11 +10,6 @@ import ( ocispec "github.com/opencontainers/image-spec/specs-go/v1" ) -// ContainerUpdateOKBody OK response to ContainerUpdate operation -// -// Deprecated: use [UpdateResponse]. This alias will be removed in the next release. -type ContainerUpdateOKBody = UpdateResponse - // ContainerTopOKBody OK response to ContainerTop operation // // Deprecated: use [TopResponse]. This alias will be removed in the next release.