You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/manuals/engine/release-notes/27.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -39,16 +39,16 @@ For a full list of pull requests and changes in this release, refer to the relev
39
39
#### Bugfixes and enhancements
40
40
41
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 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)
43
43
- Preserve network labels during daemon startup. [moby/moby#49200](https://github.com/moby/moby/pull/49200)
44
44
- Fix a potential race condition error when deleting a container. [moby/moby#49239](https://github.com/moby/moby/pull/49239)
45
45
46
-
#### Removed
46
+
#### Go SDK
47
47
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)
52
52
53
53
#### Packaging updates
54
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)
0 commit comments