Skip to content

Releases: youki-dev/youki

v0.5.5

14 Aug 11:17
cfb492b
Compare
Choose a tag to compare

What's Changed

💀 Security Announce

If /proc and /sys in the rootfs are symbolic links, they can potentially be exploited to gain access to the host root filesystem.
GHSA-j26p-6wx7-f3pw

💪 Improvements

  • fix(3198): fix difference in how commands are passed after exec and ps by @tommady in #3201

📖 Documentation improvements

🧪 Test improvements and Misc Fixes

Other Changes

  • (auto merged) chore(deps): bump the patch group with 2 updates by @dependabot[bot] in #3203
  • (auto merged) chore(deps): bump serde_json from 1.0.141 to 1.0.142 in the patch group by @dependabot[bot] in #3212
  • (auto merged) chore(deps): bump the patch group with 3 updates by @dependabot[bot] in #3217
  • (auto merged) chore(deps): bump oci-spec from 0.8.1 to 0.8.2 in the patch group by @dependabot[bot] in #3219
  • chore(deps): bump libbpf-sys from 1.5.2+v1.5.1 to 1.6.1+v1.6.1 by @dependabot[bot] in #3218
  • Release for v0.5.5 by @github-actions[bot] in #3195

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

17 Jul 12:17
8f5805d
Compare
Choose a tag to compare

What's Changed

💪 Improvements

🐛 Bug Fixes

  • use additional gids,user,group in exec, inject path iif not given by @YJDoc2 in #3131
  • fix: mount retry and logging by @z63d in #3157
  • fix: Gracefully terminate processes after successful execution of Wasm executors by @z63d in #3099
  • fix: Running create_runtime hook after container is set to created. by @CheatCodeSam in #3181
  • fix: Ignoring CPU realtime on cgroupsv2 if set to zero by @CheatCodeSam in #3180

📖 Documentation improvements

🧪 Test improvements and Misc Fixes

Other Changes

  • chore(deps): bump uuid from 1.15.1 to 1.16.0 by @dependabot[bot] in #3113
  • (auto merged) chore(deps): bump once_cell from 1.21.1 to 1.21.2 in the patch group by @dependabot[bot] in #3126
  • (auto merged) chore(deps): bump once_cell from 1.21.2 to 1.21.3 in the patch group by @dependabot[bot] in #3128
  • (auto merged) chore(deps): bump the patch group with 2 updates by @dependabot[bot] in #3133
  • (auto merged) chore(deps): bump errno from 0.3.10 to 0.3.11 in the patch group by @dependabot[bot] in #3135
  • (auto merged) chore(deps): bump openssl from 0.10.70 to 0.10.72 by @dependabot[bot] in #3134
  • chore(deps): bump wasmtime from 29.0.1 to 31.0.0 by @dependabot[bot] in #3121
  • (auto merged) chore(deps): bump vergen-gitcl from 1.0.5 to 1.0.7 in the patch group by @dependabot[bot] in #3142
  • (auto merged) chore(deps): bump crossbeam-channel from 0.5.12 to 0.5.15 by @dependabot[bot] in #3143
  • (auto merged) chore(deps): bump vergen-gitcl from 1.0.7 to 1.0.8 in the patch group by @dependabot[bot] in #3145
  • (auto merged) chore(deps): bump anyhow from 1.0.97 to 1.0.98 in the patch group by @dependabot[bot] in #3147
  • (auto merged) chore(deps): bump libc from 0.2.171 to 0.2.172 in the patch group by @dependabot[bot] in #3148
  • (auto merged) chore(deps): bump rand from 0.9.0 to 0.9.1 in the patch group by @dependabot[bot] in #3149
  • chore(deps): bump tokio from 1.37.0 to 1.44.2 by @dependabot[bot] in #3137
  • Bump oci-spec.rs to v0.8.1 by @saku3 in #3154
  • (auto merged) chore(deps): bump chrono from 0.4.40 to 0.4.41 in the patch group by @dependabot[bot] in #3156
  • (auto merged) chore(deps): bump errno from 0.3.11 to 0.3.12 in the patch group by @dependabot[bot] in #3169
  • selinux: lima vm by @utam0k in #3162
  • chore(deps): bump tokio from 1.37.0 to 1.38.2 in /experiment/seccomp by @dependabot[bot] in #3138
  • (auto merged) chore(deps): bump libbpf-sys from 1.5.0+v1.5.0 to 1.5.1+v1.5.1 in the patch group by @dependabot[bot] in #3171
  • chore(deps): bump num_cpus from 1.16.0 to 1.17.0 by @dependabot[bot] in #3176
  • chore(deps): bump tempfile from 3.19.1 to 3.20.0 by @dependabot[bot] in #3166
  • (auto merged) chore(deps): bump flate2 from 1.1.1 to 1.1.2 in the patch group by @dependabot[bot] in #3183
  • chore(deps): bump libc from 0.2.172 to 0.2.173 in the patch group by @dependabot[bot] in #3185
  • (auto merged) chore(deps): bump libc from 0.2.173 to 0.2.174 in the patch group by @dependabot[bot] in #3187
  • (auto merged) chore(deps): bump errno from 0.3.12 to 0.3.13 in the patch group by @dependabot[bot] in #3188
  • (auto merged) chore(deps): bump libbpf-sys from 1.5.1+v1.5.1 to 1.5.2+v1.5.1 in the patch group by @dependabot[bot] in #3190
  • Release for v0.5.4 by @github-actions[bot] in #3124

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

21 Mar 12:37
01a89cc
Compare
Choose a tag to compare

💀 Security Announce

A security issue related to the Capability of TenantBuilder has been discovered.
This issue mainly affects those who execute the exec command. Although the risk of attack from outside is limited, we recommend that you update.
GHSA-5w4j-f78p-4wh9

What's Changed

🐛 Bug Fixes

  • Security: Fix compromised tj-actions/changed-files action by @sou1118 in #3112

🧪 Test improvements and Misc Fixes

  • Fix the release flow by @utam0k in #3098
  • chore(ci): add cgroup v1 compatibility for tests on ubuntu-24.04 by @sou1118 in #3102
  • fix: CPU controller tests for Kernel 6.10 cgroup v2 changes by @sou1118 in #3106
  • chore(ci): Upgrade GitHub Actions workflows for ubuntu-24.04 by @sou1118 in #3097
  • fix: release ci tests also need apparmor disable by @YJDoc2 in #3118
  • chore(ci): add criu ppa for podman-tests ci by @sou1118 in #3120

Other Changes

  • Release for v0.5.3 by @github-actions in #3119

Full Changelog: v0.5.2...v0.5.3

v0.5.2

05 Mar 12:18
aa83910
Compare
Choose a tag to compare

What's Changed

💪 Improvements

🐛 Bug Fixes

🧪 Test improvements and Misc Fixes

Other Changes

  • Upgrade direct dep rand to 0.9.0 by @YJDoc2 in #3083
  • rollup multiple dep updates by @YJDoc2 in #3084
  • lset_file_label should check for symlink instead of raw file by @foreverddong in #3073
  • Release for v0.5.2 by @github-actions in #3050

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

16 Jan 11:03
b3b9788
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

🧪 Test improvements and Misc Fixes

  • Do cargo check before releasing a new version by @utam0k in #3039

Other Changes

  • Release for v0.5.1 by @github-actions in #3044

Full Changelog: v0.5.0...v0.5.1

v0.5.0

03 Jan 12:40
dcb299f
Compare
Choose a tag to compare

What's Changed

💪 Improvements

💥 Breaking Changes

  • libcontainer: use OwnedFd as console_socket in ContainerBuilder by @abel-von in #2966

🐛 Bug Fixes

📖 Documentation improvements

🧪 Test improvements and Misc Fixes

Other Changes

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

04 Sep 13:46
v0.4.1
4f464d8
Compare
Choose a tag to compare

This point release is primarily for updating our nc dependency version , as the last update was breaking musl static builds, see #2894 . Apart from that there are not changes in this point release. You can skip updating if you do not use musl/ not experienced any breakage related to to builds.

What's Changed

🧪 Test improvements and Misc Fixes

  • update nc version to 0.9.3 by dependabot in #2895
  • prepare for version 0.4.1 by @YJDoc2 in #2897
  • Update Cargo.toml for v0.4.1 by @utam0k in #2904

Other Changes

  • Release for v0.4.1 by @github-actions in #2896

Full Changelog: v0.4.0...v0.4.1

v0.4.0

23 Aug 13:14
v0.4.0
e223e3c
Compare
Choose a tag to compare

What's Changed

💪 Improvements

  • Export max_usage in cgroups v2 mode by @HeRaNO in #2802
  • Add new setup_envs method for the Executor trait by @musaprg in #2820

💥 Breaking Changes

🐛 Bug Fixes

📖 Documentation improvements

🧪 Test improvements and Misc Fixes

Other Changes

New Contributors

Full Changelog: v0.3.3...v0.4.0

v0.3.3

21 May 21:50
v0.3.3
c03edea
Compare
Choose a tag to compare

What's Changed

💪 Improvements

💥 Breaking Changes

🐛 Bug Fixes

🧪 Test improvements and Misc Fixes

Other Changes

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

31 Jan 21:07
v0.3.2
b9f27e4
Compare
Choose a tag to compare

Security

This release fixes security issues identified in GHSA-xr7r-f8xq-vfvv. Although this is not known to directly lead to vulnerabilities, it was an area that should have been fixed.

Address GHSA-xr7r-f8xq-vfvv by @utam0k in #2663

What's Changed

💪 Improvements

📖 Documentation improvements

🧪 Test improvements and Misc Fixes

Other Changes

New Contributors

Full Changelog: v0.3.1...v0.3.2