mirror of https://github.com/docker/cli.git
docs/deprecated: mark logentries logging-driver as "removed"
This driver has been deprecated and removed because the service is no longer operational. Update the deprecated features docs to mention it's been fully removed in Docker v25.0. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
8f13b04162
commit
77e67a0f92
|
@ -51,7 +51,7 @@ The table below provides an overview of the current status of deprecated feature
|
|||
| Status | Feature | Deprecated | Remove |
|
||||
|------------|------------------------------------------------------------------------------------------------------------------------------------|------------|--------|
|
||||
| Deprecated | [IsAutomated field, and "is-automated" filter on docker search](#isautomated-field--and-is--automated-filter-on-docker-search) | v25.0 | - |
|
||||
| Deprecated | [logentries logging driver](#logentries-logging-driver) | v24.0 | v25.0 |
|
||||
| Removed | [logentries logging driver](#logentries-logging-driver) | v24.0 | v25.0 |
|
||||
| Deprecated | [OOM-score adjust for the daemon](#oom-score-adjust-for-the-daemon) | v24.0 | v25.0 |
|
||||
| Removed | [Buildkit build information](#buildkit-build-information) | v23.0 | v24.0 |
|
||||
| Deprecated | [Legacy builder for Linux images](#legacy-builder-for-linux-images) | v23.0 | - |
|
||||
|
@ -126,11 +126,13 @@ templating option will be removed in v26.0.
|
|||
### Logentries logging driver
|
||||
|
||||
**Deprecated in Release: v24.0**
|
||||
**Target For Removal In Release: v25.0**
|
||||
**Removed in Release: v25.0**
|
||||
|
||||
The logentries service SaaS was shut down on November 15, 2022, rendering
|
||||
this logging driver non-functional. Users should no longer use this logging
|
||||
driver, and the driver will be removed in Docker 25.0.
|
||||
driver, and the driver has been removed in Docker 25.0. Existing containers
|
||||
using this logging-driver are migrated to use the "local" logging driver
|
||||
after upgrading.
|
||||
|
||||
### OOM-score adjust for the daemon
|
||||
|
||||
|
|
Loading…
Reference in New Issue