From aeabe4e711d903ef0ea86a4155da0f9e00eabd29 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 1 Oct 2025 16:40:00 -0700 Subject: [PATCH] VERSION: release v1.3.2 Signed-off-by: Kir Kolyshkin --- CHANGELOG.md | 19 ++++++++++++++++++- VERSION | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7766e345..9d9932fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased 1.3.z] +## [1.3.2] - 2025-10-02 + +> Ночь, улица, фонарь, аптека... + +### Changed + * The conversion from cgroup v1 CPU shares to cgroup v2 CPU weight is + improved to better fit default v1 and v2 values. (#4772, #4785, #4897) + * Dependency github.com/opencontainers/cgroups updated from v0.0.1 to + v0.0.4. (#4897) + +### Fixed + * runc state: fix occasional "cgroup.freeze: no such device" error. + (#4798, #4808, #4897) + * Fixed integration test failure on ppc64, caused by 64K page size so the + kernel was rounding memory limit to 64K. (#4841, #4895, #4893) + ## [1.3.1] - 2025-09-05 > この瓦礫の山でよぉ @@ -1162,7 +1178,8 @@ implementation (libcontainer) is *not* covered by this policy. [1.2.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.2.0-rc.1 -[Unreleased 1.3.z]: https://github.com/opencontainers/runc/compare/v1.3.1...release-1.3 +[Unreleased 1.3.z]: https://github.com/opencontainers/runc/compare/v1.3.2...release-1.3 +[1.3.2]: https://github.com/opencontainers/runc/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/opencontainers/runc/compare/v1.3.0...v1.3.1 [1.3.0-rc.2]: https://github.com/opencontainers/runc/compare/v1.3.0-rc.1...v1.3.0-rc.2 [1.3.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.2.0...v1.3.0-rc.1 diff --git a/VERSION b/VERSION index dce15ea1e..1892b9267 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1+dev +1.3.2