Skip to content

Commit d75f0f2

Browse files
committed
engine: 27.2.1 release notes
Signed-off-by: David Karlsson <[email protected]>
1 parent f13e9ef commit d75f0f2

File tree

1 file changed

+17
-0
lines changed
  • content/manuals/engine/release-notes

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,23 @@ For more information about:
2727

2828
Release notes for Docker Engine version 27.2 releases.
2929

30+
### 27.2.1
31+
32+
{{< release-date date="2024-09-09" >}}
33+
34+
#### Bug fixes and enhancements
35+
36+
- containerd image store: Fix non-container images being hidden in the `docker image ls` output. [moby/moby#48402](https://github.com/moby/moby/pull/48402)
37+
- containerd image store: Improve `docker pull` error message when the image platform doesn't match. [moby/moby#48415](https://github.com/moby/moby/pull/48415)
38+
- CLI: Fix issue causing `docker login` to not remove repository names from passed in registry addresses, resulting in credentials being stored under the wrong key. [docker/cli#5385](https://github.com/docker/cli/pull/5385)
39+
- CLI: Fix issue that will sometimes cause the browser-login flow to fail if the CLI process is suspended and then resumed while waiting for the user to authenticate. [docker/cli#5376](https://github.com/docker/cli/pull/5376)
40+
- CLI: `docker login` now returns an error instead of hanging if called non-interactively with `--password` or `--password-stdin` but without `--user`. [docker/cli#5402](https://github.com/docker/cli/pull/5402)
41+
42+
#### Packaging updates
43+
44+
- Update runc to v1.1.14, which contains a fix for [CVE-2024-45310](https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv). [moby/moby#48426](https://github.com/moby/moby/pull/48426)
45+
- Update Go runtime to 1.22.7. [moby/moby#48433](https://github.com/moby/moby/pull/48433), [docker/cli#5411](https://github.com/docker/cli/pull/5411), [docker/docker-ce-packaging#1068](https://github.com/docker/docker-ce-packaging/pull/1068)
46+
3047
### 27.2.0
3148

3249
{{< release-date date="2024-08-27" >}}

0 commit comments

Comments
 (0)