Skip to content

Commit aeabe4e

Browse files
committed
VERSION: release v1.3.2
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent e0b5e1e commit aeabe4e

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased 1.3.z]
88

9+
## [1.3.2] - 2025-10-02
10+
11+
> Ночь, улица, фонарь, аптека...
12+
13+
### Changed
14+
* The conversion from cgroup v1 CPU shares to cgroup v2 CPU weight is
15+
improved to better fit default v1 and v2 values. (#4772, #4785, #4897)
16+
* Dependency github.com/opencontainers/cgroups updated from v0.0.1 to
17+
v0.0.4. (#4897)
18+
19+
### Fixed
20+
* runc state: fix occasional "cgroup.freeze: no such device" error.
21+
(#4798, #4808, #4897)
22+
* Fixed integration test failure on ppc64, caused by 64K page size so the
23+
kernel was rounding memory limit to 64K. (#4841, #4895, #4893)
24+
925
## [1.3.1] - 2025-09-05
1026

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

11641180
<!-- 1.3.z patch releases -->
1165-
[Unreleased 1.3.z]: https://github.com/opencontainers/runc/compare/v1.3.1...release-1.3
1181+
[Unreleased 1.3.z]: https://github.com/opencontainers/runc/compare/v1.3.2...release-1.3
1182+
[1.3.2]: https://github.com/opencontainers/runc/compare/v1.3.1...v1.3.2
11661183
[1.3.1]: https://github.com/opencontainers/runc/compare/v1.3.0...v1.3.1
11671184
[1.3.0-rc.2]: https://github.com/opencontainers/runc/compare/v1.3.0-rc.1...v1.3.0-rc.2
11681185
[1.3.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.2.0...v1.3.0-rc.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1+dev
1+
1.3.2

0 commit comments

Comments
 (0)