From e9c0fc330cfd97ed268f93890c7e90163287e590 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 12 Jun 2024 13:40:43 +0200 Subject: [PATCH] docs: extend deprecation target for non-TLS API No work has started yet on the deprecation, so extending the time- window. Signed-off-by: Sebastiaan van Stijn --- docs/deprecated.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index 1210e0bda1..baeb797a08 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -51,7 +51,7 @@ The table below provides an overview of the current status of deprecated feature | Status | Feature | Deprecated | Remove | |------------|------------------------------------------------------------------------------------------------------------------------------------|------------|--------| | Deprecated | [API CORS headers](#api-cors-headers) | v27.0 | v28.0 | -| Deprecated | [Unauthenticated TCP connections](#unauthenticated-tcp-connections) | v26.0 | v27.0 | +| Deprecated | [Unauthenticated TCP connections](#unauthenticated-tcp-connections) | v26.0 | v28.0 | | Deprecated | [`Container` and `ContainerConfig` fields in Image inspect](#container-and-containerconfig-fields-in-image-inspect) | v25.0 | v26.0 | | Deprecated | [Deprecate legacy API versions](#deprecate-legacy-api-versions) | v25.0 | v26.0 | | Removed | [Container short ID in network Aliases field](#container-short-id-in-network-aliases-field) | v25.0 | v26.0 | @@ -136,7 +136,7 @@ If you need to access the API through a browser, use a reverse proxy. ### Unauthenticated TCP connections **Deprecated in Release: v26.0** -**Target For Removal In Release: v27.0** +**Target For Removal In Release: v28.0** Configuring the Docker daemon to listen on a TCP address will require mandatory TLS verification. This change aims to ensure secure communication by preventing