Skip to content

Commit

Permalink
[tagpr] update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 23, 2024
1 parent 11f3853 commit 664a274
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [v0.3.4](https://github.com/containers/youki/compare/v0.3.3...v0.3.4) - 2024-07-23
### 💪 Improvements
- Export max_usage in cgroups v2 mode by @HeRaNO in https://github.com/containers/youki/pull/2802
- Add new `setup_envs` method for the `Executor` trait by @musaprg in https://github.com/containers/youki/pull/2820
### 💥 Breaking Changes
- Rename to improve readability by @utam0k in https://github.com/containers/youki/pull/2818
### 🐛 Bug Fixes
- Fix/dbus call issue by @YJDoc2 in https://github.com/containers/youki/pull/2838
### 📖 Documentation improvements
- Add the governance by @utam0k in https://github.com/containers/youki/pull/2806
- optimization runtime_tools.md doc by @lengrongfu in https://github.com/containers/youki/pull/2816
- Update README.md by @utam0k in https://github.com/containers/youki/pull/2822
- Fix typo by @utam0k in https://github.com/containers/youki/pull/2836
- docs: fix `with_executor` method description by @Andreagit97 in https://github.com/containers/youki/pull/2834
### 🧪 Test improvements and Misc Fixes
- Update nix to 0.28.0 by @omprakaash in https://github.com/containers/youki/pull/2728
- Fix word order in README sentence justifying Rust usage by @andrewimeson in https://github.com/containers/youki/pull/2805
- move macro define youki_version to use before by @lengrongfu in https://github.com/containers/youki/pull/2813
- Use HashMap for envs in container_init_process by @musaprg in https://github.com/containers/youki/pull/2817
- Ignore linter for MOUNT_ATTR__ATIME by @yihuaf in https://github.com/containers/youki/pull/2819
- Update go version in podman CI and vagrantfile by @YJDoc2 in https://github.com/containers/youki/pull/2828
- Fix typos and bump version for typos ci by @Jerrypoi in https://github.com/containers/youki/pull/2839
- Install nightly for running linter inside devcontainer by @musaprg in https://github.com/containers/youki/pull/2845
- Add issue templates by @YJDoc2 in https://github.com/containers/youki/pull/2829
- chore(deps): update oci-spec to v0.6.7 by @Mossaka in https://github.com/containers/youki/pull/2847
- Bump oci-spec by @keisku in https://github.com/containers/youki/pull/2854
- Update devcontainer.json by @keisku in https://github.com/containers/youki/pull/2857
- Apply building best practices to `.devcontainer/Dockerfile` by @keisku in https://github.com/containers/youki/pull/2856
- Fix markdown format in experiment/selinux/README.md by @keisku in https://github.com/containers/youki/pull/2855
- initial progress on supporting OwnedFd by @zahash in https://github.com/containers/youki/pull/2809
### Other Changes
- Init a selinux project by @Gekko0114 in https://github.com/containers/youki/pull/2800
- selinux: write xattr related codes. by @Gekko0114 in https://github.com/containers/youki/pull/2825

## [v0.3.3](https://github.com/containers/youki/compare/v0.3.2...v0.3.3) - 2024-05-16
### 💪 Improvements
- Add support for rsvd hugetlb cgroup by @omprakaash in https://github.com/containers/youki/pull/2719
Expand Down

0 comments on commit 664a274

Please sign in to comment.