From 3da5f5893cb56f945a78ccf3e7526d59fedfe944 Mon Sep 17 00:00:00 2001 From: Albin Kerouanton Date: Mon, 13 Jan 2025 18:38:09 +0100 Subject: [PATCH] docs: mark logger opt 'fluentd-async-connect' as removed Signed-off-by: Albin Kerouanton --- docs/deprecated.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index 9c99fad610..5381f218b6 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -79,7 +79,7 @@ The following table provides an overview of the current status of deprecated fea | Deprecated | [CLI plugins support](#cli-plugins-support) | v20.10 | - | | Deprecated | [Dockerfile legacy `ENV name value` syntax](#dockerfile-legacy-env-name-value-syntax) | v20.10 | - | | Removed | [`docker build --stream` flag (experimental)](#docker-build---stream-flag-experimental) | v20.10 | v20.10 | -| Deprecated | [`fluentd-async-connect` log opt](#fluentd-async-connect-log-opt) | v20.10 | - | +| Deprecated | [`fluentd-async-connect` log opt](#fluentd-async-connect-log-opt) | v20.10 | v28.0 | | Removed | [Configuration options for experimental CLI features](#configuration-options-for-experimental-cli-features) | v19.03 | v23.0 | | Deprecated | [Pushing and pulling with image manifest v2 schema 1](#pushing-and-pulling-with-image-manifest-v2-schema-1) | v19.03 | v27.0 | | Removed | [`docker engine` subcommands](#docker-engine-subcommands) | v19.03 | v20.10 | @@ -678,6 +678,7 @@ files. ### `fluentd-async-connect` log opt **Deprecated in Release: v20.10** +**Removed in Release: v28.0** The `--log-opt fluentd-async-connect` option for the fluentd logging driver is [deprecated in favor of `--log-opt fluentd-async`](https://github.com/moby/moby/pull/39086).