-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[1.3] Release v1.3.2 #4906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.3] Release v1.3.2 #4906
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This has already been mentioned in the previous item, so shall we remove it here?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So, the dependency update brings in a few changes, two of which are spelled out and the rest is hiding behind this line. |
||
| 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 | ||
|
|
||
| <!-- 1.3.z patch releases --> | ||
| [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 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 1.3.1+dev | ||
| 1.3.2+dev |
Uh oh!
There was an error while loading. Please reload this page.