Skip to content

Commit 9ff5ff5

Browse files
committed
engine: 27.4.1 release notes
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent b8aaf24 commit 9ff5ff5

File tree

1 file changed

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

1 file changed

+21
-0
lines changed

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

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

2828
Release notes for Docker Engine version 27.4 releases.
2929

30+
### 27.4.1
31+
32+
{{< release-date date="2024-12-16" >}}
33+
34+
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
35+
36+
- [docker/cli, 27.4.1 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A27.4.1)
37+
- [moby/moby, 27.4.1 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.4.1)
38+
39+
40+
#### Bug fixes and enhancements
41+
42+
- Fix excessive memory allocations when OTel is not configured. [moby/moby#49079](https://github.com/moby/moby/pull/49079)
43+
- `docker info` and the corresponding `GET /info` API endpoint no longer include warnings when `bridge-nf-call-iptables` or `bridge-nf-call-ip6tables` are disabled at the daemon is started. The `br_netfilter` kernel module is now attempted to be loaded when needed, which made those warnings inaccurate. [moby/moby#49090](https://github.com/moby/moby/pull/49090)
44+
- Attempt to load kernel modules, including `ip6_tables` and `br_netfilter` when required, using a method that is likely to succeed inside a Docker-in-Docker container. [moby/moby#49043](https://github.com/moby/moby/pull/49043)
45+
46+
#### Packaging updates
47+
48+
- Update Compose to [v2.32.0](https://github.com/docker/compose/releases/tag/v2.32.0). [docker/docker-ce-packaging#1126](https://github.com/docker/docker-ce-packaging/pull/1126)
49+
50+
3051
### 27.4.0
3152

3253
{{< release-date date="2024-12-09" >}}

0 commit comments

Comments
 (0)