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