Skip to content

Commit 95b0c43

Browse files
committed
docs: deprecated: add entry for "fluent-async-connect" log-opt
This option was deperecated in the upstream fluentd logging driver v1.4.0, and while we documented it as deprecated in the API changelog, there was no mention yet in the deprecated docs. relates to: - fluent/fluent-logger-golang#56 - moby/moby#39086 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent b68db38 commit 95b0c43

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/deprecated.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The table below provides an overview of the current status of deprecated feature
6363
| Deprecated | [CLI plugins support](#cli-plugins-support) | v20.10 | - |
6464
| Deprecated | [Dockerfile legacy `ENV name value` syntax](#dockerfile-legacy-env-name-value-syntax) | v20.10 | - |
6565
| Removed | [`docker build --stream` flag (experimental)](#docker-build---stream-flag-experimental) | v20.10 | v20.10 |
66+
| Deprecated | [`fluentd-async-connect` log opt](#fluentd-async-connect-log-opt) | v20.10 | - |
6667
| Removed | [Configuration options for experimental CLI features](#configuration-options-for-experimental-cli-features) | v19.03 | v22.04 |
6768
| Deprecated | [Pushing and pulling with image manifest v2 schema 1](#pushing-and-pulling-with-image-manifest-v2-schema-1) | v19.03 | v20.10 |
6869
| Removed | [`docker engine` subcommands](#docker-engine-subcommands) | v19.03 | v20.10 |
@@ -391,6 +392,21 @@ Users that want to use this feature are encouraged to enable BuildKit by setting
391392
the `DOCKER_BUILDKIT=1` environment variable or through the daemon or CLI configuration
392393
files.
393394

395+
### `fluentd-async-connect` log opt
396+
397+
**Deprecated in Release: v20.10**
398+
399+
The `--log-opt fluentd-async-connect` option for the fluentd logging driver is
400+
[deprecated in favor of `--log-opt fluentd-async`](https://github.com/moby/moby/pull/39086).
401+
A deprecation message is logged in the daemon logs if the old option is used:
402+
403+
```console
404+
fluent#New: AsyncConnect is now deprecated, please use Async instead
405+
```
406+
407+
Users are encouraged to use the `fluentd-async` option going forward, as support
408+
for the old option will be removed in a future release.
409+
394410
### Pushing and pulling with image manifest v2 schema 1
395411

396412
**Deprecated in Release: v19.03**

0 commit comments

Comments
 (0)