From a86a9e3aa415188d76059209fff6306eee642756 Mon Sep 17 00:00:00 2001 From: Rob Murray Date: Thu, 1 Aug 2024 10:31:48 +0100 Subject: [PATCH] API 1.46: end per-interface sysctl migration in major release Rather than in API 1.47. Signed-off-by: Rob Murray --- docs/api/version-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/version-history.md b/docs/api/version-history.md index 24c0c834b9..86931c8e9d 100644 --- a/docs/api/version-history.md +++ b/docs/api/version-history.md @@ -38,7 +38,7 @@ keywords: "API, Docker, rcli, REST, documentation" `net.ipv4.config.eth0.log_martians=1`, use `net.ipv4.config.IFNAME.log_martians=1`. In API versions up-to 1.46, top level `--sysctl` settings for `eth0` will be migrated to `DriverOpts` when possible. - This automatic migration will be removed for API versions 1.47 and greater. + This automatic migration will be removed in a future release. * `GET /containers/json` now returns the annotations of containers. * `POST /images/{name}/push` now supports a `platform` parameter (JSON encoded OCI Platform type) that allows selecting a specific platform manifest from