Skip to content

Commit caf2860

Browse files
authored
Merge pull request #23806 from yaohwu/patch-1
fix desc about cli api version 1.44
2 parents 6ae7dd4 + 9cab27d commit caf2860

File tree

1 file changed

+1
-1
lines changed
  • content/manuals/engine/release-notes

1 file changed

+1
-1
lines changed

content/manuals/engine/release-notes/29.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ For a full list of pull requests and changes in this release, refer to the relev
515515
- Hide the `--kernel-memory` option on `docker run` and `docker create`, and produce a warning when used as it's no longer supported by the daemon and kernel. [docker/cli#6455](https://github.com/docker/cli/pull/6455)
516516
- Remove `VirtualSize` field from `docker image ls` output when using JSON format. [docker/cli#6524](https://github.com/docker/cli/pull/6524)
517517
- Remove `VirtualSize` formatting options and output. [docker/cli#6524](https://github.com/docker/cli/pull/6524)
518-
- Remove API version compatibility for API version v1.44 and earlier (Docker v24.0 and older). [docker/cli#6551](https://github.com/docker/cli/pull/6551)
518+
- Remove API version compatibility for API version < v1.44 (Docker v24.0 and older). [docker/cli#6551](https://github.com/docker/cli/pull/6551)
519519
- Remove deprecated `bind-nonrecursive` option for `--mount`. [docker/cli#6241](https://github.com/docker/cli/pull/6241)
520520
- Remove deprecated packages (`pkg/archive`, `pkg/chrootarchive`, `pkg/atomicwriter`, `pkg/reexec`, `pkg/platform`, `pkg/parsers`), `pkg/system.MkdirAll`. For replacements, see `github.com/moby/go-archive`, `github.com/moby/sys` and the standard library. [moby/moby#50208](https://github.com/moby/moby/pull/50208)
521521
- Remove special handling for quoted values for the `--tlscacert`, `--tlscert`, and `--tlskey` command-line flags. [docker/cli#6306](https://github.com/docker/cli/pull/6306)

0 commit comments

Comments
 (0)