@@ -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
320320upgrade 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+ <!--
323329An environment variable (`DOCKER_MIN_API_VERSION`) is introduced that allows
324330re-enabling older API versions in the daemon. This environment variable must
325331be set in the daemon's environment (for example, through a [systemd override
326332file](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
334335We do not recommend depending on the `DOCKER_MIN_API_VERSION` environment
335336variable other than for exceptional cases where it's not possible to update
336337old clients, and those clients must be supported.
338+ -->
337339
338340### Container short ID in network Aliases field
339341
0 commit comments