Skip to content

Commit 63d1eea

Browse files
committed
engine: 27.5.0 release notes
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 025b408 commit 63d1eea

File tree

1 file changed

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

1 file changed

+30
-0
lines changed

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

+30
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,36 @@ For more information about:
2727

2828
Release notes for Docker Engine version 27.4 releases.
2929

30+
### 27.5.0
31+
32+
{{< release-date date="2025-01-13" >}}
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.5.0 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A27.5.0)
37+
- [moby/moby, 27.5.0 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.5.0)
38+
39+
#### Bugfixes and enhancements
40+
41+
- containerd image store: Fix passing a build context via tarball to the `/build` endpoint. [moby/moby#49194](https://github.com/moby/moby/pull/49194)
42+
- Builder garbage collection policies without a `keepStorage` value now inherit the `defaultKeepStorage` limit as intended. [moby/moby#49137](https://github.com/moby/moby/pull/49137)
43+
- Preserve network labels during daemon startup. [moby/moby#49200](https://github.com/moby/moby/pull/49200)
44+
- Fix a potential race condition error when deleting a container. [moby/moby#49239](https://github.com/moby/moby/pull/49239)
45+
46+
#### Go SDK
47+
48+
- `pkg/sysinfo`: deprecate `NumCPU`. This utility has the same behavior as runtime.NumCPU. [moby/moby#49247](https://github.com/moby/moby/pull/49247)
49+
- `pkg/fileutils`: deprecate `GetTotalUsedFds`: this function is only used internally and will be removed in the next release. [moby/moby#49209](https://github.com/moby/moby/pull/49209)
50+
- `pkg/ioutils`: deprecate `BytesPipe`, `NewBytesPipe`, `ErrClosed`, `WriteCounter`, `NewWriteCounter`, `NewReaderErrWrapper`, `NopFlusher`, `NopWriter`, `NopWriteCloser`. They were only used internally and will be removed in the next release. [moby/moby#49246](https://github.com/moby/moby/pull/49246), [moby/moby#49255](https://github.com/moby/moby/pull/49255)
51+
- `pkg/reexec`: deprecate and migrate to `github.com/moby/sys/reexec`. This package is deprecated and moved to a separate module. Use github.com/moby/sys/reexec instead. [moby/moby#49135](https://github.com/moby/moby/pull/49135)
52+
53+
#### Packaging updates
54+
- Update containerd to [v1.7.25](https://github.com/containerd/containerd/releases/tag/v1.7.25) [moby/moby#49253](https://github.com/moby/moby/pull/49253)
55+
- Update `runc` to [v1.2.4](https://github.com/opencontainers/runc/releases/tag/v1.2.4) [moby/moby#49243](https://github.com/moby/moby/pull/49243)
56+
- Update BuildKit to [v0.18.2](https://github.com/moby/buildkit/releases/tag/v0.18.2) [moby/moby#48949](https://github.com/moby/moby/pull/48949)
57+
- Update Compose to [v2.32.2](https://github.com/docker/compose/releases/tag/v2.32.2) [docker/docker-ce-packaging#1140](https://github.com/docker/docker-ce-packaging/pull/1140)
58+
59+
3060
### 27.4.1
3161

3262
{{< release-date date="2024-12-18" >}}

0 commit comments

Comments
 (0)