Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3306897

Browse files
vvolanddvdksn
andauthoredJan 13, 2025··
Apply suggestions from code review
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent ccee1a2 commit 3306897

File tree

1 file changed

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

1 file changed

+6
-6
lines changed
 

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ For a full list of pull requests and changes in this release, refer to the relev
3939
#### Bugfixes and enhancements
4040

4141
- 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 GC policies without a `keepStorage` value now inherit the `defaultKeepStorage` limit as intended. [moby/moby#49137](https://github.com/moby/moby/pull/49137)
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)
4343
- Preserve network labels during daemon startup. [moby/moby#49200](https://github.com/moby/moby/pull/49200)
4444
- Fix a potential race condition error when deleting a container. [moby/moby#49239](https://github.com/moby/moby/pull/49239)
4545

46-
#### Removed
46+
#### Go SDK
4747

48-
- Go SDK: pkg/sysinfo: deprecate NumCPU. This utility has the same behavior as runtime.NumCPU. [moby/moby#49247](https://github.com/moby/moby/pull/49247)
49-
- Go SDK: 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-
- Go SDK: 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)
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)
5252

5353
#### Packaging updates
5454
- 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)

0 commit comments

Comments
 (0)
Please sign in to comment.