Skip to content

v0.1.0 Release

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 12:33
· 1208 commits to main since this release
v0.1.0
4dc30bf

✨ New Features

  • We have begun to validate K8s. Until now, K8s support has been out of our concern, but from now on it will be a matter of focus for youki.

  • By changing from anyhow to using thiserror, the convenience with the library and the clarity of error messages have been greatly improved.

    • Adopt thiserror for libcgroups by @squili in #1872
    • Implement thiserror for libcontainer - Part 1 by @yihuaf in #1876
    • Implemented more thiserror for libcontainer (Part 2) by @yihuaf in #1881
    • Implement thiserror for libcontainer - Part 3 by @yihuaf in #1895
    • Implemented thiserror for libcontainer - Part 4 by @yihuaf in #1912
    • implemented thiserror for containers - Part 5 by @yihuaf in #1930
    • Finally, remove anyhow from the libcontainer dependency. by @yihuaf in #1937
    • Simplified syscall error by @yihuaf in #1949
  • Transition from make to just

    • Replace Makefiles with Just by @YJDoc2 in #1823
    • Update podman test workflow for new justfile setup by @YJDoc2 in #2037
  • Support Intel RDT

💪 Improvements

🐛 Bug Fixes

📖 Documentation improvements

🧪 Test improvements and Misc Fixes

🤝 New Contributors

Full Changelog: v0.0.5...v0.1.0