From 49a0265166168be4ef6f22e719a8983660870db7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Dec 2023 12:23:43 +0000 Subject: [PATCH] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a71c87..7c059d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [v0.3.1](https://github.com/containers/youki/compare/v0.3.0...v0.3.1) - 2023-12-19 +### ๐Ÿ’ช Improvements +- fix(libcgroups): report CPU throttling stats in 'libcgroups::v2' by @xiaoyang-sde in https://github.com/containers/youki/pull/2524 +- fix(main): support arm64 release youki by @cuisongliu in https://github.com/containers/youki/pull/2498 +### ๐Ÿ› Bug Fixes +- Specify the protobuf crate because of the rust-criu crate by @utam0k in https://github.com/containers/youki/pull/2497 +- docs(main): auto release node using just by @cuisongliu in https://github.com/containers/youki/pull/2573 +- Fix emulated cgroups v1 subsystem when running docker-in-docker by @jprendes in https://github.com/containers/youki/pull/2532 +### ๐Ÿ“– Documentation improvements +- docs(main): support arm64 release docs by @cuisongliu in https://github.com/containers/youki/pull/2510 +- fix docs by @lengrongfu in https://github.com/containers/youki/pull/2550 +- docs(main): auto release node using just by @cuisongliu in https://github.com/containers/youki/pull/2537 +### ๐Ÿงช Test improvements and Misc Fixes +- Grouping patch updates in dependabot. by @utam0k in https://github.com/containers/youki/pull/2496 +- Fix the config of the dependenda bot by @utam0k in https://github.com/containers/youki/pull/2502 +- feature(main): add release strip by @cuisongliu in https://github.com/containers/youki/pull/2503 +- test(integration_test): port 'runtime-tools/validation/linux_sysctl' by @xiaoyang-sde in https://github.com/containers/youki/pull/2527 +- docs(libcgroup): add docs for several items in 'libcgroup::v2' by @xiaoyang-sde in https://github.com/containers/youki/pull/2525 +- test(integration_test): port 'runtime-tools/validation/linux_seccomp' by @xiaoyang-sde in https://github.com/containers/youki/pull/2531 +- fix(libcgroups): clean up 'libcgroups::v1::manager' by @xiaoyang-sde in https://github.com/containers/youki/pull/2530 +- small typo in trace message by @Pvlerick in https://github.com/containers/youki/pull/2535 +- Set up userns in a straightforward way by @utam0k in https://github.com/containers/youki/pull/2548 +- Rust 1.74.1 by @utam0k in https://github.com/containers/youki/pull/2557 +- Simplify release workflow by @jprendes in https://github.com/containers/youki/pull/2541 +- config: Automated Tagpr Update for 0.3.1 by @github-actions in https://github.com/containers/youki/pull/2571 +- Release for v0.3.1 by @github-actions in https://github.com/containers/youki/pull/2570 +- Ignore CHANGELOG.md in typos by @utam0k in https://github.com/containers/youki/pull/2572 +### Other Changes +- Release for v0.3.1 by @github-actions in https://github.com/containers/youki/pull/2578 + ## [v0.3.1](https://github.com/containers/youki/compare/v0.3.0...v0.3.1) - 2023-12-17 ### ๐Ÿ’ช Improvements - fix(libcgroups): report CPU throttling stats in 'libcgroups::v2' by @xiaoyang-sde in https://github.com/containers/youki/pull/2524