Skip to content

Commit 6d809fb

Browse files
[tagpr] update CHANGELOG.md
1 parent 5bff5a9 commit 6d809fb

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## [v0.4.2](https://github.com/youki-dev/youki/compare/v0.4.1...v0.4.2) - 2024-12-09
4+
### 💪 Improvements
5+
- libcontainer: support set stdios for container by @abel-von in https://github.com/youki-dev/youki/pull/2961
6+
### 💥 Breaking Changes
7+
- libcontainer: use OwnedFd as console_socket in ContainerBuilder by @abel-von in https://github.com/youki-dev/youki/pull/2966
8+
### 🐛 Bug Fixes
9+
- Fixed ENAMETOOLONG error in setup_console_socket by @morganllewellynjones in https://github.com/youki-dev/youki/pull/2915
10+
- fix(libcontainer) no_pivot args is not used by @xujihui1985 in https://github.com/youki-dev/youki/pull/2923
11+
- Fix/return multi errors on create failed by @xujihui1985 in https://github.com/youki-dev/youki/pull/2998
12+
### 📖 Documentation improvements
13+
- Add the affiliations of youki maintainers by @utam0k in https://github.com/youki-dev/youki/pull/2947
14+
- docs: update github pages links by @tskxz in https://github.com/youki-dev/youki/pull/2969
15+
### 🧪 Test improvements and Misc Fixes
16+
- ci: update action versions to fix deprecation warnings by @YJDoc2 in https://github.com/youki-dev/youki/pull/2918
17+
- deps: update wasmedge to 0.14.0 by @YJDoc2 in https://github.com/youki-dev/youki/pull/2928
18+
- Bump oci-spec to 0.7.0 by @kiokuless in https://github.com/youki-dev/youki/pull/2934
19+
- remove incorrect dependency in readme by @YJDoc2 in https://github.com/youki-dev/youki/pull/2940
20+
- Add seccomp into feature flags of youki to be compiled in by @musaprg in https://github.com/youki-dev/youki/pull/2924
21+
- Add unittest to expertiment seccomp programs by @sat0ken in https://github.com/youki-dev/youki/pull/2956
22+
- print "unknown" instead of defaults if we cannot get kernel config by @YJDoc2 in https://github.com/youki-dev/youki/pull/2964
23+
- Add test process rlimits by @sat0ken in https://github.com/youki-dev/youki/pull/2977
24+
- Add test process user by @sat0ken in https://github.com/youki-dev/youki/pull/2978
25+
- add test process_oom_score_adj by @saku3 in https://github.com/youki-dev/youki/pull/2987
26+
- Add process test by @sat0ken in https://github.com/youki-dev/youki/pull/2968
27+
- refactor(test): refine function create_container by @xujihui1985 in https://github.com/youki-dev/youki/pull/2973
28+
- Add test root readonly by @sat0ken in https://github.com/youki-dev/youki/pull/2976
29+
### Other Changes
30+
- selinux: create Vagrantfile for SELinux by @Gekko0114 in https://github.com/youki-dev/youki/pull/2900
31+
- Cargo.toml: remove unused dependnecies by @Mossaka in https://github.com/youki-dev/youki/pull/2921
32+
- deps: update wasmtime by @YJDoc2 in https://github.com/youki-dev/youki/pull/2929
33+
- selinux: fix xattr and remove anyhow by @Gekko0114 in https://github.com/youki-dev/youki/pull/2936
34+
- .github/workflows/basic: check unused deps on 'check' job by @Mossaka in https://github.com/youki-dev/youki/pull/2941
35+
- seccomp: Update experiment seccomp program by @sat0ken in https://github.com/youki-dev/youki/pull/2946
36+
- create mount_rootfs method by @Gekko0114 in https://github.com/youki-dev/youki/pull/2953
37+
- Update deps: roll multiple dependabot PRs into one by @YJDoc2 in https://github.com/youki-dev/youki/pull/2993
38+
339
## [v0.4.1](https://github.com/containers/youki/compare/v0.4.0...v0.4.1) - 2024-09-02
440
### 🧪 Test improvements and Misc Fixes
541
- prepare for version 0.4.1 by @YJDoc2 in https://github.com/containers/youki/pull/2897

0 commit comments

Comments
 (0)