You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add minimum rust version requirement to libcgroups and libcontainers by @YJDoc2 in #626
Due to CVE-2022-21658 found in Rust standard library, 1.58.1 will be the minimum supported version.
What's Changed
* Add for local to README by @succie in https://github.com//pull/1
* Update README.md by @aoki in https://github.com//pull/3
* traial implementation of async/await. by @utam0k in https://github.com//pull/4
* introduce ci for checkinng codes by github actions. by @utam0k in https://github.com//pull/5
* implementation the controller of devices in cgroups. by @utam0k in https://github.com//pull/6
* Improvement to make easier to write tests by @utam0k in https://github.com//pull/7
* organize and add to the list of features. by @utam0k in https://github.com//pull/18
* add information about the pronunciation and the etymology of youki by @yuchiki in https://github.com//pull/19
* Support hugetlb cgroup by @Furisto in https://github.com//pull/15
* refactor a code of github actions. by @utam0k in https://github.com//pull/22
* add pids cgroup controller by @0xdco in https://github.com//pull/26
* Change logo by @cr0ax in https://github.com//pull/29
* add memory cgroup controller by @tsturzl in https://github.com//pull/16
* adjust the size of the logo. by @utam0k in https://github.com//pull/30
* Blkio cgroup support by @Furisto in https://github.com//pull/31
* Fix typo in README.md regarding opencontainers/runtime-tools by @akluth in https://github.com//pull/35
* cgroup v1 networking by @tsturzl in https://github.com//pull/34
* fix a memory subsystem by @utam0k in https://github.com//pull/36
* Add comments to main.rs by @YJDoc2 in https://github.com//pull/38
* Update Rust-Analyzer in Dockerfile by @nalpine in https://github.com//pull/40
* get oci_spec in seperate crate by @ferrell-code in https://github.com//pull/42
* extract the integration tests writen in the ci file as a script file. by @utam0k in https://github.com//pull/37
* revert asynchronous devices mounting. by @utam0k in https://github.com//pull/41
* organize the logger. by @utam0k in https://github.com//pull/47
* add default handling when there isn't cgroup path in config.json. by @utam0k in https://github.com//pull/45
* add the tutorial on using youki. by @utam0k in https://github.com//pull/49
* update README. by @utam0k in https://github.com//pull/50
* Initial support for cgroups v2 by @Furisto in https://github.com//pull/48
* make log level debug to get more information when ci failed. 4b260b0 by @utam0k in https://github.com//pull/53
* cargo clippy. by @utam0k in https://github.com//pull/52
* Align cgroup controller implementations by @Furisto in https://github.com//pull/54
* Consolidate cgroup test methods by @Furisto in https://github.com//pull/57
* Add 'Community' section to README.md by @nimrodshn in https://github.com//pull/59
* Update README.md by @aoki in https://github.com//pull/58
* Add comments to create.rs by @YJDoc2 in https://github.com//pull/43
* utam0k -> containers by @smorimoto in https://github.com//pull/61
* Support for cgroup v1 cpu and cpuset subsystem by @Furisto in https://github.com//pull/63
* Add comments to process module and minor refactoring by @YJDoc2 in https://github.com//pull/64
* Added install command for prerequisite in README by @PeterYordanov in https://github.com//pull/66
* Fixed spelling mistake in src/rootfs.rs by @PeterYordanov in https://github.com//pull/67
* add handling of WouldBlock error. by @utam0k in https://github.com//pull/68
* Change execution path and fix CI by @minakawa-daiki in https://github.com//pull/73
* Fix issues with cgroup v1 and v2 by @Furisto in https://github.com//pull/69
* Added Integration test template by @minakawa-daiki in https://github.com//pull/71
* Added doc comments modules by @PeterYordanov in https://github.com//pull/70
* add some widgets to README.md by @utam0k in https://github.com//pull/76
* Handle relative cgroup paths by @Furisto in https://github.com//pull/74
* Improved testing, property testing, device tests by @tsturzl in https://github.com//pull/75
* Document Container and Command modules by @YJDoc2 in https://github.com//pull/79
* Fix badges in README by @tsturzl in https://github.com//pull/80
* add create kill delete state in integration test by @duduainankai in https://github.com//pull/81
* Provide better error messages by @Furisto in https://github.com//pull/84
* Clean up use of unsafe by @tsturzl in https://github.com//pull/85
* Add info command by @Furisto in https://github.com//pull/83
* Fix README link typo by @sasurau4 in https://github.com//pull/88
* Add CODE-OF-CONDUCT.md and SECURITY.md by @utam0k in https://github.com//pull/86
* clean up around the tty. by @utam0k in https://github.com//pull/89
* Rename Cond to Pipe by @YJDoc2 in https://github.com//pull/90
* make sure to log any unimplemented controllers. by @utam0k in https://github.com//pull/91
* [WIP] Add support for cpuacct in cgroup v1. by @yjuba in https://github.com//pull/92
* use bail! insted of anyhow by @utam0k in https://github.com//pull/94
* Add a test for applying CpuAcct. by @yjuba in https://github.com//pull/96
* Add cgroup v1 freezer controller by @duduainankai in https://github.com//pull/93
* Experimental support for rootless containers by @Furisto in https://github.com//pull/98
* Add unit tests for tty module by @constreference in https://github.com//pull/102
* Extend info cmd with version and os by @Furisto in https://github.com//pull/101
* Use `assert!` instead of `assert_eq!` when comparing a boolean. by @utam0k in https://github.com//pull/104
* Add support for systemd managed cgroups by @nimrodshn in https://github.com//pull/46
* update README.md by @utam0k in https://github.com//pull/105
* Fix README.md Fedora & Centos instructions by @nimrodshn in https://github.com//pull/107
* Add list command by @Furisto in https://github.com//pull/108
* improve build time in CI by @utam0k in https://github.com//pull/97
* split the subcommands into their own files. by @utam0k in https://github.com//pull/110
* Update README.md by @bkochendorfer in https://github.com//pull/112
* Seperate adding tasks to cgroups and applying resource restrictions by @Furisto in https://github.com//pull/111
* Require only requested cgroups to be present by @Furisto in https://github.com//pull/114
* force delete container if it is running or created by @TinySong in https://github.com//pull/115
* add comments in intergration_test.sh about test case that runc no paas by @TinySong in https://github.com//pull/116
* remove unnecessary clone() in create.rs by @utam0k in https://github.com//pull/117
* add cgroup v2 pids controller by @TinySong in https://github.com//pull/119
* make String to signal conversion more simplify by using a Trait. by @utam0k in https://github.com//pull/122
* Reduce size of binary by @Furisto in https://github.com//pull/124
* Add cgroup v2 freezer controller by @duduainankai in https://github.com//pull/123
* Modularize container creation by @Furisto in https://github.com//pull/121
* Cgroupv2 io controller by @TinySong in https://github.com//pull/128
* fix the warnings shown by cargo clippy by @utam0k in https://github.com//pull/127
* Add format check ci by @duduainankai in https://github.com//pull/129
* Fix spec path in delete by @duduainankai in https://github.com//pull/130
* Fix same tmp dir in freezer v2 tests by @duduainankai in https://github.com//pull/133
* Document capabilities rs and refactor its drop_privileges function by @YJDoc2 in https://github.com//pull/131
* Document Info module by @YJDoc2 in https://github.com//pull/136
* cgroupsv2 hugetlb by @0xdco in https://github.com//pull/135
* Document list and logger modules by @YJDoc2 in https://github.com//pull/137
* Implement exec command by @Furisto in https://github.com//pull/138
* Add pause and resume command by @duduainankai in https://github.com//pull/139
* Adds spec cli command by @ferrell-code in https://github.com//pull/55
* memory cgv2 subsystem implemented by @tsturzl in https://github.com//pull/141
* add serde_support to caps by @ferrell-code in https://github.com//pull/151
* Correctly handle the rootfs path with bundle by @yihuaf in https://github.com//pull/153
* Refactor the container creation to use `clone(2)` instead of fork. by @yihuaf in https://github.com//pull/143
* prepare Vagrant instead of devcontainer for platforms other than linux. by @utam0k i...