Skip to content

Commit d06a1ad

Browse files
[tagpr] update CHANGELOG.md
1 parent 572ac11 commit d06a1ad

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

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

3+
## [v0.4.2](https://github.com/youki-dev/youki/compare/v0.4.1...v0.4.2) - 2024-11-12
4+
### 🐛 Bug Fixes
5+
- Fixed ENAMETOOLONG error in setup_console_socket by @morganllewellynjones in https://github.com/youki-dev/youki/pull/2915
6+
- fix(libcontainer) no_pivot args is not used by @xujihui1985 in https://github.com/youki-dev/youki/pull/2923
7+
### 📖 Documentation improvements
8+
- Add the affiliations of youki maintainers by @utam0k in https://github.com/youki-dev/youki/pull/2947
9+
- docs: update github pages links by @tskxz in https://github.com/youki-dev/youki/pull/2969
10+
### 🧪 Test improvements and Misc Fixes
11+
- ci: update action versions to fix deprecation warnings by @YJDoc2 in https://github.com/youki-dev/youki/pull/2918
12+
- deps: update wasmedge to 0.14.0 by @YJDoc2 in https://github.com/youki-dev/youki/pull/2928
13+
- Bump oci-spec to 0.7.0 by @kiokuless in https://github.com/youki-dev/youki/pull/2934
14+
- remove incorrect dependency in readme by @YJDoc2 in https://github.com/youki-dev/youki/pull/2940
15+
- Add seccomp into feature flags of youki to be compiled in by @musaprg in https://github.com/youki-dev/youki/pull/2924
16+
- Add unittest to expertiment seccomp programs by @sat0ken in https://github.com/youki-dev/youki/pull/2956
17+
- print "unknown" instead of defaults if we cannot get kernel config by @YJDoc2 in https://github.com/youki-dev/youki/pull/2964
18+
- Add test process rlimits by @sat0ken in https://github.com/youki-dev/youki/pull/2977
19+
### Other Changes
20+
- selinux: create Vagrantfile for SELinux by @Gekko0114 in https://github.com/youki-dev/youki/pull/2900
21+
- Cargo.toml: remove unused dependnecies by @Mossaka in https://github.com/youki-dev/youki/pull/2921
22+
- deps: update wasmtime by @YJDoc2 in https://github.com/youki-dev/youki/pull/2929
23+
- selinux: fix xattr and remove anyhow by @Gekko0114 in https://github.com/youki-dev/youki/pull/2936
24+
- .github/workflows/basic: check unused deps on 'check' job by @Mossaka in https://github.com/youki-dev/youki/pull/2941
25+
- seccomp: Update experiment seccomp program by @sat0ken in https://github.com/youki-dev/youki/pull/2946
26+
- create mount_rootfs method by @Gekko0114 in https://github.com/youki-dev/youki/pull/2953
27+
328
## [v0.4.1](https://github.com/containers/youki/compare/v0.4.0...v0.4.1) - 2024-09-02
429
### 🧪 Test improvements and Misc Fixes
530
- prepare for version 0.4.1 by @YJDoc2 in https://github.com/containers/youki/pull/2897

0 commit comments

Comments
 (0)