From 48bf1b0b1df215da8b36a1de45b5fd953eb67649 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Oct 2024 04:38:17 +0000 Subject: [PATCH] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f02715bf6..c3e2de32b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [v0.4.2](https://github.com/containers/youki/compare/v0.4.1...v0.4.2) - 2024-10-01 +### ๐Ÿ› Bug Fixes +- Fixed ENAMETOOLONG error in setup_console_socket by @morganllewellynjones in https://github.com/containers/youki/pull/2915 +### ๐Ÿงช Test improvements and Misc Fixes +- ci: update action versions to fix deprecation warnings by @YJDoc2 in https://github.com/containers/youki/pull/2918 +- deps: update wasmedge to 0.14.0 by @YJDoc2 in https://github.com/containers/youki/pull/2928 +- Bump oci-spec to 0.7.0 by @kiokuless in https://github.com/containers/youki/pull/2934 +- remove incorrect dependency in readme by @YJDoc2 in https://github.com/containers/youki/pull/2940 +### Other Changes +- selinux: create Vagrantfile for SELinux by @Gekko0114 in https://github.com/containers/youki/pull/2900 +- Cargo.toml: remove unused dependnecies by @Mossaka in https://github.com/containers/youki/pull/2921 +- deps: update wasmtime by @YJDoc2 in https://github.com/containers/youki/pull/2929 +- selinux: fix xattr and remove anyhow by @Gekko0114 in https://github.com/containers/youki/pull/2936 +- .github/workflows/basic: check unused deps on 'check' job by @Mossaka in https://github.com/containers/youki/pull/2941 + ## [v0.4.1](https://github.com/containers/youki/compare/v0.4.0...v0.4.1) - 2024-09-02 ### ๐Ÿงช Test improvements and Misc Fixes - prepare for version 0.4.1 by @YJDoc2 in https://github.com/containers/youki/pull/2897