Skip to content

Commit b2c4452

Browse files
authored
Merge pull request #6101 from thaJeztah/deprecated_api_versions_removed
docs: deprecated: mark API < v1.24 as "removed"
2 parents 3e287df + 9c8666c commit b2c4452

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/deprecated.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The following table provides an overview of the current status of deprecated fea
6060
| Removed | [Graphdriver plugins (experimental)](#graphdriver-plugins-experimental) | v27.0 | v28.0 |
6161
| Deprecated | [Unauthenticated TCP connections](#unauthenticated-tcp-connections) | v26.0 | v28.0 |
6262
| Removed | [`Container` and `ContainerConfig` fields in Image inspect](#container-and-containerconfig-fields-in-image-inspect) | v25.0 | v26.0 |
63-
| Deprecated | [Deprecate legacy API versions](#deprecate-legacy-api-versions) | v25.0 | v26.0 |
63+
| Removed | [Deprecate legacy API versions](#deprecate-legacy-api-versions) | v25.0 | v26.0 |
6464
| Removed | [Container short ID in network Aliases field](#container-short-id-in-network-aliases-field) | v25.0 | v26.0 |
6565
| Removed | [IsAutomated field, and `is-automated` filter on `docker search`](#isautomated-field-and-is-automated-filter-on-docker-search) | v25.0 | v28.2 |
6666
| Removed | [logentries logging driver](#logentries-logging-driver) | v24.0 | v25.0 |
@@ -320,20 +320,22 @@ Error response from daemon: client version 1.23 is too old. Minimum supported AP
320320
upgrade your client to a newer version
321321
```
322322

323+
Support for API versions lower than `1.24` has been permanently removed in Docker
324+
Engine v26, and the minimum supported API version will be incrementally raised
325+
in releases following that.
326+
327+
<!-- keeping the paragraphs below for when we incrementally raise the minimum API version -->
328+
<!--
323329
An environment variable (`DOCKER_MIN_API_VERSION`) is introduced that allows
324330
re-enabling older API versions in the daemon. This environment variable must
325331
be set in the daemon's environment (for example, through a [systemd override
326332
file](https://docs.docker.com/config/daemon/systemd/)), and the specified
327-
API version must be supported by the daemon (`1.12` or higher on Linux, or
328-
`1.24` or higher on Windows).
329-
330-
Support for API versions lower than `1.24` will be permanently removed in Docker
331-
Engine v26, and the minimum supported API version will be incrementally raised
332-
in releases following that.
333+
API version must be supported by the daemon (`1.24` or higher).
333334
334335
We do not recommend depending on the `DOCKER_MIN_API_VERSION` environment
335336
variable other than for exceptional cases where it's not possible to update
336337
old clients, and those clients must be supported.
338+
-->
337339

338340
### Container short ID in network Aliases field
339341

0 commit comments

Comments
 (0)