Skip to content

Commit 918de68

Browse files
committed
CHANGELOG: add v1.3.2 entry
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent 80486a2 commit 918de68

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,22 @@ This version of runc requires Go 1.24 to build.
103103
#4783, #4785, #4801, #4808, #4803, #4839, #4846, #4847, #4845, #4850, #4861,
104104
#4860)
105105

106+
## [1.3.2] - 2025-10-02
107+
108+
> Ночь, улица, фонарь, аптека...
109+
110+
### Changed
111+
* The conversion from cgroup v1 CPU shares to cgroup v2 CPU weight is
112+
improved to better fit default v1 and v2 values. (#4772, #4785, #4897)
113+
* Dependency github.com/opencontainers/cgroups updated from v0.0.1 to
114+
v0.0.4. (#4897)
115+
116+
### Fixed
117+
* runc state: fix occasional "cgroup.freeze: no such device" error.
118+
(#4798, #4808, #4897)
119+
* Fixed integration test failure on ppc64, caused by 64K page size so the
120+
kernel was rounding memory limit to 64K. (#4841, #4895, #4893)
121+
106122
## [1.3.1] - 2025-09-05
107123

108124
> この瓦礫の山でよぉ
@@ -1301,7 +1317,8 @@ implementation (libcontainer) is *not* covered by this policy.
13011317
[1.2.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.2.0-rc.1
13021318

13031319
<!-- 1.3.z patch releases -->
1304-
[Unreleased 1.3.z]: https://github.com/opencontainers/runc/compare/v1.3.1...release-1.3
1320+
[Unreleased 1.3.z]: https://github.com/opencontainers/runc/compare/v1.3.2...release-1.3
1321+
[1.3.2]: https://github.com/opencontainers/runc/compare/v1.3.1...v1.3.2
13051322
[1.3.1]: https://github.com/opencontainers/runc/compare/v1.3.0...v1.3.1
13061323
[1.3.0-rc.2]: https://github.com/opencontainers/runc/compare/v1.3.0-rc.1...v1.3.0-rc.2
13071324
[1.3.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.2.0...v1.3.0-rc.1

0 commit comments

Comments
 (0)