1
0
mirror of https://github.com/containers/youki synced 2024-12-04 19:18:29 +01:00
Commit Graph

871 Commits

Author SHA1 Message Date
Toru Komatsu
c78cb35ffa
Merge pull request #1391 from containers/dependabot/cargo/procfs-0.14.2
chore(deps): bump procfs from 0.14.1 to 0.14.2
2022-12-14 03:26:49 -08:00
Toru Komatsu
6d698da2c7
Merge pull request #1398 from higuruchi/Support/Recursive_mount_attrs
Support recursive mount attrs by using mount_setattr(2).
2022-12-13 04:19:11 -08:00
dependabot[bot]
2d1f35742d
chore(deps): bump procfs from 0.14.1 to 0.14.2
Bumps [procfs](https://github.com/eminence/procfs) from 0.14.1 to 0.14.2.
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](https://github.com/eminence/procfs/compare/v0.14.1...v0.14.2)

---
updated-dependencies:
- dependency-name: procfs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-13 12:12:50 +00:00
Yashodhan Joshi
fe3f11bdac Merge branch 'main' into fix_release_script 2022-12-13 11:53:16 +05:30
higuruchi
0631de9524 Changed openat crate to nix's openat.
Implemented MountAttrOption enum.

Signed-off-by: higuruchi <fumiya2324@gmail.com>
2022-12-11 04:33:53 +00:00
Thomas Schubart
c1d3dfa05c
Fix clippy lints
Signed-off-by: Thomas Schubart <24721048+Furisto@users.noreply.github.com>
2022-12-08 23:34:21 +01:00
Thomas Schubart
38d37189ab Tests for PSI
Signed-off-by: Thomas Schubart <24721048+Furisto@users.noreply.github.com>
2022-12-08 23:31:51 +01:00
Thomas Schubart
b3190bba5d Support pressure stall information
Signed-off-by: Thomas Schubart <24721048+Furisto@users.noreply.github.com>
2022-12-08 23:31:51 +01:00
Uchio Kondo
01a492e05e Change helper name and wording to available/unavailable
Signed-off-by: Uchio Kondo <udzura@udzura.jp>
2022-12-07 14:25:54 +09:00
Uchio Kondo
dee71902d4 Avoid a function-scoped function and make it inline
Signed-off-by: Uchio Kondo <udzura@udzura.jp>
2022-12-07 14:25:54 +09:00
Uchio Kondo
77e220aacb Fix unused import warning
Signed-off-by: Uchio Kondo <udzura@udzura.jp>
2022-12-07 14:25:54 +09:00
Uchio Kondo
733ee61991 Check capabilities on youki info
Signed-off-by: Uchio Kondo <udzura@udzura.jp>
2022-12-07 14:25:54 +09:00
higuruchi
7c4ff4123f Support recursive mount attrs by using mount_setattr(2).
Signed-off-by: higuruchi <fumiya2324@gmail.com>
2022-12-06 12:27:54 +00:00
Yashodhan Joshi
053b76a876 Fix release script and prepare for release 2022-12-06 11:32:40 +05:30
Toru Komatsu
997bc43839
Merge pull request #1320 from apepkuss/feat-wasmedge-executor
[libcontainer] Integrate WasmEdge Runtime
2022-11-30 15:00:08 +09:00
Toru Komatsu
7c2c61e66d
Merge pull request #1347 from YJDoc2/fix_create_no_bin_test
Fix TestContainerNoBinaryExists test, by making create behaviour similar to runc
2022-11-28 21:28:43 +09:00
Yashodhan Joshi
ccf92b39f2 Add unit tests, refactor functions as per review
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2022-11-28 11:43:46 +05:30
Xin Liu
b74bbf51b8 chore(libcontainer): update dependency
Signed-off-by: Xin Liu <sam@secondstate.io>
2022-11-25 17:42:17 +08:00
Xin Liu
5b17af1e0f fix(libcontainer): fix clippy issues
Signed-off-by: Xin Liu <sam@secondstate.io>
2022-11-25 17:42:17 +08:00
Xin Liu
21103784f0 chore(libcontainer): update dependency
Signed-off-by: Xin Liu <sam@secondstate.io>
2022-11-25 17:42:17 +08:00
Xin Liu
2ce3fefbe5 fix(libcontianer): fix the wrong argument value
Signed-off-by: Xin Liu <sam@secondstate.io>
2022-11-25 17:42:17 +08:00
Xin Liu
95b8338762 chore: update wasmedge version
Signed-off-by: Xin Liu <sam@secondstate.io>
2022-11-25 17:42:17 +08:00
Xin Liu
1be10c6472 chore(libcontainer): remove wasmedge-sys and wasmedge-types dependecies
Signed-off-by: Xin Liu <sam@secondstate.io>
2022-11-25 17:42:17 +08:00
Xin Liu
8f39b22578 refactor(libcontainer): remove comments
Signed-off-by: Xin Liu <sam@secondstate.io>
2022-11-25 17:42:17 +08:00
Xin Liu
e23e441677 feat(libcontainer): introduce WasmEdgeExecutor into ExecutorManager
Signed-off-by: Xin Liu <sam@secondstate.io>
2022-11-25 17:42:17 +08:00
Xin Liu
1c8eea1d3f refactor(libcontainer)!: rename wasmedge executor
Signed-off-by: Xin Liu <sam@secondstate.io>
2022-11-25 17:42:17 +08:00
Xin Liu
0d386aae33 chore: add wasm-wasmedge feature
Signed-off-by: Xin Liu <sam@secondstate.io>
2022-11-25 17:42:17 +08:00
Xin Liu
4e503710de refactor(libcontianer): refactor wasmedge executor
Signed-off-by: Xin Liu <sam@secondstate.io>
2022-11-25 17:42:17 +08:00
Djordje Lukic
6cf41074bf wasmedge
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2022-11-25 17:42:17 +08:00
dependabot[bot]
0734ca0860
chore(deps): bump env_logger from 0.9.3 to 0.10.0
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.9.3 to 0.10.0.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.9.3...v0.10.0)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-25 00:32:09 +00:00
Thomas Schubart
69b2cb3cfa
Merge pull request #1330 from Silcet/features_across_crates
Pass features across crates
2022-11-17 23:04:39 +01:00
Silcet
98490d907a
Youki passes flags to the other crates
Signed-off-by: Silcet <camorga1@gmail.com>
2022-11-17 17:41:50 +01:00
Silcet
236475530a
Libcontainer passes flags to libcgroups
Signed-off-by: Silcet <camorga1@gmail.com>
2022-11-17 17:41:49 +01:00
Silcet
f534083ea0
Libcgroups supports individual flags
Signed-off-by: Silcet <camorga1@gmail.com>
2022-11-17 17:41:49 +01:00
Silcet
90dd5a966a
Map features across the different crates
Signed-off-by: Silcet <camorga1@gmail.com>
2022-11-17 17:41:43 +01:00
higuruchi
337d3df666 Fixed set capability fail.
Signed-off-by: higuruchi <fumiya2324@gmail.com>
2022-11-17 06:33:19 +00:00
Yashodhan Joshi
88e7430b8b generate error if the process executable in config does not exist or has incorrect permissions
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2022-11-15 11:11:40 +05:30
Yashodhan Joshi
2674f8a72e Ignore error when killing, if error is 'process does not exist' 2022-11-10 14:47:27 +05:30
Yashodhan Joshi
a96f8d0aac Upgrade to 1.65 and fix lint errors 2022-11-07 17:05:13 +05:30
Yashodhan Joshi
2f8a153eb8 Add TestContainerKill required error message in kill command 2022-11-06 17:38:09 +05:30
Toru Komatsu
8487989c02
Merge pull request #1315 from containers/dependabot/cargo/caps-0.5.5
chore(deps): bump caps from 0.5.4 to 0.5.5
2022-11-04 15:11:34 +09:00
Toru Komatsu
da3bf55169
Merge pull request #1309 from containers/dependabot/cargo/once_cell-1.16.0
chore(deps): bump once_cell from 1.15.0 to 1.16.0
2022-11-03 21:38:35 +09:00
dependabot[bot]
0f55ee9d26
chore(deps): bump caps from 0.5.4 to 0.5.5
Bumps [caps](https://github.com/lucab/caps-rs) from 0.5.4 to 0.5.5.
- [Release notes](https://github.com/lucab/caps-rs/releases)
- [Commits](https://github.com/lucab/caps-rs/compare/v0.5.4...v0.5.5)

---
updated-dependencies:
- dependency-name: caps
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-03 01:24:23 +00:00
Yashodhan
0b90f8ffdc
Merge pull request #1204 from cyyzero/fix_kill
Thaw a paused container in cgroup v1 when it is deleted with --force.
2022-10-31 11:00:51 +05:30
dependabot[bot]
56587ea3ff
chore(deps): bump once_cell from 1.15.0 to 1.16.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 00:49:55 +00:00
Chen Yiyang
2a711e94fe
Allow kill --all even when container is stopped
To pass containerd integration test TestContainerKillInitPidHost, we
need to allow a container to be killed --all again when its status is
stopped.

Fix: #1225

Signed-off-by: Chen Yiyang <cyyzero@qq.com>
2022-10-29 17:06:08 +08:00
Toru Komatsu
1c32af7d29
Merge pull request #1302 from YJDoc2/log_final_result
Log result of the command before returning from main
2022-10-25 21:28:17 +09:00
Yashodhan Joshi
e8c5d6a595 Log result of the command before returning from main
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2022-10-25 17:47:11 +05:30
Toru Komatsu
c87dc9acd8
Merge pull request #1301 from containers/dependabot/cargo/libbpf-sys-1.0.4v1.0.1
chore(deps): bump libbpf-sys from 1.0.3+v1.0.1 to 1.0.4+v1.0.1
2022-10-25 21:07:23 +09:00
Toru Komatsu
9ace4f7792
Merge pull request #1299 from containers/dependabot/cargo/mio-0.8.5
chore(deps): bump mio from 0.8.4 to 0.8.5
2022-10-25 21:06:36 +09:00
dependabot[bot]
768aaaab6a
chore(deps): bump libbpf-sys from 1.0.3+v1.0.1 to 1.0.4+v1.0.1
Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys) from 1.0.3+v1.0.1 to 1.0.4+v1.0.1.
- [Release notes](https://github.com/libbpf/libbpf-sys/releases)
- [Commits](https://github.com/libbpf/libbpf-sys/commits)

---
updated-dependencies:
- dependency-name: libbpf-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 00:43:20 +00:00
dependabot[bot]
91554164d9
chore(deps): bump mio from 0.8.4 to 0.8.5
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 00:42:13 +00:00
dependabot[bot]
adcb1f4a65
chore(deps): bump clap from 3.2.22 to 3.2.23
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.22 to 3.2.23.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.23/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.22...v3.2.23)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 00:40:29 +00:00
Toru Komatsu
d3f3c5f599
Merge pull request #1288 from YJDoc2/fix_cgroup_setup
Fix how cgroup manager is created based on cgroups path
2022-10-21 21:23:29 +09:00
Toru Komatsu
bcdfd59e96
Merge pull request #1252 from YJDoc2/fix-exec-return-code
Make exec behaviour consistent with runc's exec
2022-10-21 21:10:52 +09:00
Yashodhan Joshi
2d48e165fe Fix how cgroup manager is created based on cgroups path
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2022-10-21 15:42:06 +05:30
Yashodhan Joshi
bed057fb75 Extract detached into main builder struct, better error message handling 2022-10-20 19:55:23 +05:30
dependabot[bot]
9e725a197f
chore(deps): bump mockall from 0.11.2 to 0.11.3
Bumps [mockall](https://github.com/asomers/mockall) from 0.11.2 to 0.11.3.
- [Release notes](https://github.com/asomers/mockall/releases)
- [Changelog](https://github.com/asomers/mockall/blob/v0.11.3/CHANGELOG.md)
- [Commits](https://github.com/asomers/mockall/compare/v0.11.2...v0.11.3)

---
updated-dependencies:
- dependency-name: mockall
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 12:07:53 +00:00
Yashodhan Joshi
60e3a2506e Update libbpf to 1.0.3+v1.0.1
This makes the relevant changes for the major release of libbpf-sys.
Apart from a function name and signature difference, there is no
visible breakage in the behavior.

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2022-10-19 16:10:02 +05:30
dependabot[bot]
a85d036c15 chore(deps): bump syscalls from 0.6.6 to 0.6.7
Bumps [syscalls](https://github.com/jasonwhite/syscalls) from 0.6.6 to 0.6.7.
- [Release notes](https://github.com/jasonwhite/syscalls/releases)
- [Changelog](https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jasonwhite/syscalls/compare/0.6.6...0.6.7)

---
updated-dependencies:
- dependency-name: syscalls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 16:10:02 +05:30
Yashodhan Joshi
f5a84bd7ed Actually set value of detach from command args 2022-10-07 20:35:45 +05:30
Yashodhan Joshi
c6b8b819ec Make handling of exec containers slightly more idiomatic
Rather than drilling down RawFd from tenant to init_process,
this instead adds an enum in ContainerArgs, containing RawFd
2022-10-07 11:59:17 +05:30
Yashodhan Joshi
603475b478 Fix formatting 2022-10-06 14:00:10 +05:30
Yashodhan Joshi
b48a379d8f Close the write end from intermediate process as well 2022-10-06 13:58:48 +05:30
Yashodhan Joshi
911381c042 Fix exec command for detached 2022-10-04 16:01:05 +05:30
Yashodhan Joshi
15978cae6d Add vergen git commit sha override if .git not found 2022-10-04 14:40:12 +05:30
Yashodhan Joshi
98926ad165 Fix behaviour on exec failure 2022-10-03 12:00:39 +05:30
dependabot[bot]
fa0c39394c
chore(deps): bump libseccomp from 0.2.3 to 0.3.0
Bumps [libseccomp](https://github.com/libseccomp-rs/libseccomp-rs) from 0.2.3 to 0.3.0.
- [Release notes](https://github.com/libseccomp-rs/libseccomp-rs/releases)
- [Changelog](https://github.com/libseccomp-rs/libseccomp-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/libseccomp-rs/libseccomp-rs/compare/v0.2.3...v0.3.0)

---
updated-dependencies:
- dependency-name: libseccomp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 01:27:30 +00:00
utam0k
c7503a42f8
Merge pull request #1214 from higuruchi/Support_domainname
Support domainname
2022-09-27 21:04:57 +09:00
higuruchi
9eb878dfd1 Changed to match and proper errno handling
Signed-off-by: higuruchi <fumiya2324@gmail.com>
2022-09-27 04:32:59 +00:00
utam0k
5a453b407d
Fix a warning from cargo clippy
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-09-26 20:48:25 +09:00
higuruchi
8df40c62c5 add domainname test
Signed-off-by: higuruchi <fumiya2324@gmail.com>
2022-09-26 09:14:37 +00:00
higuruchi
7b7a45a79a Support domainname
Signed-off-by: higuruchi <fumiya2324@gmail.com>
2022-09-26 05:18:13 +00:00
Chen Yiyang
e9dbb3c50f
Thaw a paused container in cgroup v1 when it is forcely deleted.
If force is not given, and cgroups is v1 and container is frozen, display
error saying could not be killed as it was forzen. If force option is given,
and cgroups is v1 and container is frozen, thaw it and send the kill signal.
If cgroups is v2 , nothing special needs to be done.

Fix: #1129

Signed-off-by: Chen Yiyang <cyyzero@qq.com>
2022-09-21 17:59:27 +08:00
dependabot[bot]
77d761effb
chore(deps): bump once_cell from 1.14.0 to 1.15.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-21 00:46:38 +00:00
utam0k
281c0a9e81
Merge pull request #1018 from utam0k/feature/exec-wait-pid
Get the result of exec command
2022-09-20 11:18:49 +09:00
dependabot[bot]
e4135f2580
chore(deps): bump clap from 3.2.21 to 3.2.22
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.21 to 3.2.22.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.22/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.21...v3.2.22)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-19 01:17:03 +00:00
Yashodhan Joshi
f8dc27f144 Fix clippy lint 2022-09-16 15:24:04 +05:30
dependabot[bot]
5e59b6296b
chore(deps): bump clap_complete from 3.2.4 to 3.2.5
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.4...clap_complete-v3.2.5)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-15 11:28:33 +00:00
utam0k
a4c21c2f44
Merge pull request #1184 from containers/dependabot/cargo/clap-3.2.21
chore(deps): bump clap from 3.2.20 to 3.2.21
2022-09-15 20:27:45 +09:00
dependabot[bot]
a4a3a0f74f
chore(deps): bump anyhow from 1.0.63 to 1.0.65
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.63 to 1.0.65.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.63...1.0.65)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 00:46:43 +00:00
dependabot[bot]
af3a78090b
chore(deps): bump clap from 3.2.20 to 3.2.21
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.20 to 3.2.21.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.21/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.20...v3.2.21)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-13 00:39:28 +00:00
Yashodhan Joshi
c1d0f10b9c Move wait logic from intermediate process to main process 2022-09-12 15:56:23 +05:30
dependabot[bot]
f7d25286d3
chore(deps): bump oci-spec from 0.5.7 to 0.5.8
Bumps [oci-spec](https://github.com/containers/oci-spec-rs) from 0.5.7 to 0.5.8.
- [Release notes](https://github.com/containers/oci-spec-rs/releases)
- [Changelog](https://github.com/containers/oci-spec-rs/blob/main/release.md)
- [Commits](https://github.com/containers/oci-spec-rs/compare/v0.5.7...v0.5.8)

---
updated-dependencies:
- dependency-name: oci-spec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 00:43:25 +00:00
Yashodhan Joshi
e526fe3c71 Make changes suggested in review 2022-09-06 12:34:46 +05:30
Yashodhan Joshi
4f2e27d588
Remove the is_exec_builder as it is redundant, replace with !init 2022-09-01 21:11:14 +09:00
Yashodhan Joshi
aa5d9c3c9b
Make the intermediate process wait conditionally, only for exec
Now the intermediate process waits for the main process only
when exec is called, not when the container is created. This
prevents it from waiting for created contianers, for which
exec might not be called.
This also fixes some formatting issues
2022-09-01 21:11:14 +09:00
utam0k
3de7458dc1
fix conflicts.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-09-01 21:11:07 +09:00
utam0k
dacc73773f
wip.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-09-01 21:06:21 +09:00
utam0k
4bafaabb42
Wait for the terminated of the command ran by exec command.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-09-01 21:06:21 +09:00
dependabot[bot]
b9fb07abf2
chore(deps): bump clap from 3.2.18 to 3.2.19
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.18 to 3.2.19.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.19/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.18...v3.2.19)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 11:21:58 +00:00
dependabot[bot]
e6f24dfc7b
chore(deps): bump clap from 3.2.17 to 3.2.18 (#1156)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.17 to 3.2.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.18/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.17...v3.2.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-30 17:04:15 +02:00
Yashodhan Joshi
12095bb706 Canonicalize the bundle path when storing in the new container data 2022-08-29 11:25:23 +05:30
dependabot[bot]
78aeab3f26
chore(deps): bump nix from 0.24.2 to 0.25.0
Bumps [nix](https://github.com/nix-rust/nix) from 0.24.2 to 0.25.0.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.24.2...v0.25.0)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-23 00:40:14 +00:00
utam0k
74d6bf879d
Merge pull request #1137 from utam0k/improve/cargo-upgrade
Upgrade dependencies
2022-08-23 08:55:09 +09:00
Thomas Schubart
c16a1cb009
Merge pull request #1128 from cyyzero/fix_delete_retry
Fix bug that attempts is always 0 in delete_with_retry
2022-08-22 15:48:27 +02:00
utam0k
0e2ebba396
fix the warning of cargo clippy.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-08-22 21:37:10 +09:00
utam0k
f8d077b766
downgrade vergen. 2022-08-22 20:40:58 +09:00
utam0k
2b3661df71
Merge pull request #1134 from containers/dependabot/cargo/os_str_bytes-6.3.0
chore(deps): bump os_str_bytes from 6.2.0 to 6.3.0

Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-08-22 20:27:03 +09:00
dependabot[bot]
9a12deb869
chore(deps): bump procfs from 0.14.0 to 0.14.1
Bumps [procfs](https://github.com/eminence/procfs) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](https://github.com/eminence/procfs/compare/v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: procfs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 01:20:07 +00:00
utam0k
dbbd31e43c
Merge pull request #1113 from containers/dependabot/cargo/serial_test-0.9.0
chore(deps): bump serial_test from 0.8.0 to 0.9.0
2022-08-21 10:08:16 +09:00
dependabot[bot]
24e82acc31
chore(deps): bump serial_test from 0.8.0 to 0.9.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-20 12:08:36 +00:00
dependabot[bot]
ebe1ad0fe2
chore(deps): bump clap from 3.2.16 to 3.2.17
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.16 to 3.2.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.17/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.17)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-20 12:08:35 +00:00
dependabot[bot]
0d8552870a
chore(deps): bump clap_complete from 3.2.3 to 3.2.4
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.3...clap_complete-v3.2.4)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-20 11:29:59 +00:00
dependabot[bot]
84464b8bab
chore(deps): bump vergen from 7.3.2 to 7.4.0
Bumps [vergen](https://github.com/rustyhorde/vergen) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/compare/7.3.2...7.4.0)

---
updated-dependencies:
- dependency-name: vergen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-20 10:24:27 +00:00
Chen Yiyang
9656806277
Fix bug that attempts is always 0 in delete_with_retry
Signed-off-by: Chen Yiyang <cyyzero@qq.com>
2022-08-18 23:48:03 +08:00
Thomas Schubart
4b0530863c
Merge pull request #1101 from containers/dependabot/cargo/libc-0.2.127
chore(deps): bump libc from 0.2.126 to 0.2.127
2022-08-09 22:01:19 +02:00
dependabot[bot]
750ab0c01e
chore(deps): bump libc from 0.2.126 to 0.2.127
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.126 to 0.2.127.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.126...0.2.127)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-09 10:14:58 +00:00
dependabot[bot]
82ebdc7cae
chore(deps): bump anyhow from 1.0.58 to 1.0.60
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.58 to 1.0.60.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.58...1.0.60)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-09 10:14:49 +00:00
Furisto
e3fcdafc92 Bump procfs from 0.13.2 to 0.14.0
Signed-off-by: Furisto <24721048+Furisto@users.noreply.github.com>
2022-08-06 09:48:19 +02:00
Thomas Schubart
cd96247e49
Merge pull request #1085 from containers/dependabot/cargo/clap-3.2.16
chore(deps): bump clap from 3.2.15 to 3.2.16
2022-08-01 10:54:57 +02:00
dependabot[bot]
3ce9a8b36c
chore(deps): bump clap from 3.2.15 to 3.2.16
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.15 to 3.2.16.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.15...v3.2.16)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 01:25:58 +00:00
Furisto
db88ac6fd8
Fix clippy lints
Signed-off-by: Furisto <24721048+Furisto@users.noreply.github.com>
2022-07-30 13:29:59 +02:00
Furisto
e9c2dae36e Update vergen
Signed-off-by: Furisto <24721048+Furisto@users.noreply.github.com>
2022-07-30 12:01:36 +02:00
Furisto
c95fcc178b Update to rust 1.62.1
Signed-off-by: Furisto <24721048+Furisto@users.noreply.github.com>
2022-07-30 12:01:31 +02:00
dependabot[bot]
78b1cd1fd7
chore(deps): bump clap from 3.2.14 to 3.2.15
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.14 to 3.2.15.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.15/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.14...v3.2.15)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26 00:54:59 +00:00
utam0k
8455a40da9
Merge pull request #1073 from containers/dependabot/cargo/fastrand-1.8.0
chore(deps): bump fastrand from 1.7.0 to 1.8.0
2022-07-25 21:14:43 +09:00
dependabot[bot]
2887524b42
chore(deps): bump fastrand from 1.7.0 to 1.8.0
Bumps [fastrand](https://github.com/smol-rs/fastrand) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/smol-rs/fastrand/releases)
- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/fastrand/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: fastrand
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 07:56:04 +00:00
dependabot[bot]
10d3736ece
chore(deps): bump mockall from 0.11.1 to 0.11.2
Bumps [mockall](https://github.com/asomers/mockall) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/asomers/mockall/releases)
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](https://github.com/asomers/mockall/compare/v0.11.1...v0.11.2)

---
updated-dependencies:
- dependency-name: mockall
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 01:22:45 +00:00
dependabot[bot]
0b79605e1a
chore(deps): bump clap from 3.2.13 to 3.2.14
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.13 to 3.2.14.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.13...v3.2.14)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 00:41:17 +00:00
utam0k
41ac333d0f
Merge pull request #1059 from containers/dependabot/cargo/clap-3.2.13
chore(deps): bump clap from 3.2.12 to 3.2.13
2022-07-20 22:39:51 +09:00
dependabot[bot]
661a393afc
chore(deps): bump libbpf-sys from 0.8.2+v0.8.1 to 0.8.3+v0.8.1
Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys) from 0.8.2+v0.8.1 to 0.8.3+v0.8.1.
- [Release notes](https://github.com/libbpf/libbpf-sys/releases)
- [Commits](https://github.com/libbpf/libbpf-sys/commits)

---
updated-dependencies:
- dependency-name: libbpf-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 00:50:58 +00:00
dependabot[bot]
fed14dae81
chore(deps): bump clap from 3.2.12 to 3.2.13
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.12 to 3.2.13.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.12...v3.2.13)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 00:50:09 +00:00
utam0k
1c8a5c89a3
Merge pull request #1057 from z1cheng/z1cheng/fix_typos
Fix some typos
2022-07-19 20:52:33 +09:00
z1cheng
6a2183e869 Fix some typos
Signed-off-by: z1cheng <imchench@gmail.com>
2022-07-18 23:29:03 +08:00
dependabot[bot]
d88f1f80f4
chore(deps): bump procfs from 0.13.0 to 0.13.2
Bumps [procfs](https://github.com/eminence/procfs) from 0.13.0 to 0.13.2.
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](https://github.com/eminence/procfs/compare/v0.13.0...v0.13.2)

---
updated-dependencies:
- dependency-name: procfs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 12:32:58 +00:00
utam0k
e1b1bdf97d
Merge pull request #1052 from containers/dependabot/cargo/nix-0.24.2
chore(deps): bump nix from 0.24.1 to 0.24.2
2022-07-18 21:31:17 +09:00
dependabot[bot]
5aec0ffd4d
chore(deps): bump dbus from 0.9.5 to 0.9.6
Bumps [dbus](https://github.com/diwic/dbus-rs) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/diwic/dbus-rs/releases)
- [Commits](https://github.com/diwic/dbus-rs/compare/dbus-v0.9.5...dbus-v0.9.6)

---
updated-dependencies:
- dependency-name: dbus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 12:19:59 +00:00
dependabot[bot]
0e58cd5f47
chore(deps): bump libbpf-sys from 0.8.1+v0.8.0 to 0.8.2+v0.8.1
Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys) from 0.8.1+v0.8.0 to 0.8.2+v0.8.1.
- [Release notes](https://github.com/libbpf/libbpf-sys/releases)
- [Commits](https://github.com/libbpf/libbpf-sys/commits)

---
updated-dependencies:
- dependency-name: libbpf-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 01:23:07 +00:00
dependabot[bot]
00899dbcb1
chore(deps): bump nix from 0.24.1 to 0.24.2
Bumps [nix](https://github.com/nix-rust/nix) from 0.24.1 to 0.24.2.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/v0.24.2/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.24.1...v0.24.2)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 01:21:34 +00:00
utam0k
619ae7d1ec
Merge pull request #1049 from containers/dependabot/cargo/clap-3.2.12
chore(deps): bump clap from 3.2.11 to 3.2.12
2022-07-15 10:51:52 +09:00
dependabot[bot]
f74f412ad0
chore(deps): bump syscalls from 0.6.3 to 0.6.5
Bumps [syscalls](https://github.com/jasonwhite/syscalls) from 0.6.3 to 0.6.5.
- [Release notes](https://github.com/jasonwhite/syscalls/releases)
- [Changelog](https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jasonwhite/syscalls/compare/0.6.3...0.6.5)

---
updated-dependencies:
- dependency-name: syscalls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 01:08:09 +00:00
dependabot[bot]
e368ef9a5a
chore(deps): bump clap from 3.2.11 to 3.2.12
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.11 to 3.2.12.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.11...v3.2.12)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 01:07:54 +00:00
dependabot[bot]
e3dcc97524
chore(deps): bump clap from 3.2.10 to 3.2.11
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.10 to 3.2.11.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.10...v3.2.11)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-14 00:48:26 +00:00
dependabot[bot]
f79c084e12
chore(deps): bump clap from 3.2.8 to 3.2.10
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.8 to 3.2.10.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.8...v3.2.10)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-13 00:43:47 +00:00
utam0k
e00fe50684
reduce the number of args.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-07-10 10:55:18 +09:00
utam0k
bef1dcd1f2
Merge pull request #1040 from containers/dependabot/cargo/rust-criu-0.2.0
chore(deps): bump rust-criu from 0.1.0 to 0.2.0
2022-07-09 22:17:04 +09:00
dependabot[bot]
f9d6759b46
chore(deps): bump libbpf-sys from 0.8.0+v0.8.0 to 0.8.1+v0.8.0
Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys) from 0.8.0+v0.8.0 to 0.8.1+v0.8.0.
- [Release notes](https://github.com/libbpf/libbpf-sys/releases)
- [Commits](https://github.com/libbpf/libbpf-sys/commits)

---
updated-dependencies:
- dependency-name: libbpf-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-09 11:59:21 +00:00
dependabot[bot]
ed0a7484f7
chore(deps): bump rust-criu from 0.1.0 to 0.2.0
Bumps [rust-criu](https://github.com/checkpoint-restore/rust-criu) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/checkpoint-restore/rust-criu/releases)
- [Commits](https://github.com/checkpoint-restore/rust-criu/commits/v0.2.0)

---
updated-dependencies:
- dependency-name: rust-criu
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-09 11:58:31 +00:00
Benjamin Levin
81f4608060 Merge branch 'main' of https://github.com/containers/youki into publish-action
Signed-off-by: Benjamin Levin <mostlyamiable@gmail.com>
2022-07-08 13:38:57 -05:00
Benjamin Levin
3ec29df155 Merge upstream
Signed-off-by: Benjamin Levin <mostlyamiable@gmail.com>
2022-07-08 13:34:39 -05:00
Benjamin Levin
b01361c07d Update oci-spec to 0.5.7
Signed-off-by: Benjamin Levin <mostlyamiable@gmail.com>
2022-07-08 13:33:33 -05:00
dependabot[bot]
91f59e2971
chore(deps): bump syscalls from 0.6.2 to 0.6.3
Bumps [syscalls](https://github.com/jasonwhite/syscalls) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/jasonwhite/syscalls/releases)
- [Changelog](https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jasonwhite/syscalls/compare/0.6.2...0.6.3)

---
updated-dependencies:
- dependency-name: syscalls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 00:39:59 +00:00
utam0k
ebba3aa9bd
Merge pull request #1028 from containers/dependabot/cargo/procfs-0.13.0
chore(deps): bump procfs from 0.12.0 to 0.13.0
2022-07-07 19:56:48 +09:00
Sascha Grunert
054e108600
Fix build
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-07-06 15:52:02 +02:00
utam0k
d921b1682c
Merge pull request #1022 from containers/dependabot/cargo/syscalls-0.6.2
chore(deps): bump syscalls from 0.6.1 to 0.6.2
2022-07-06 20:30:55 +09:00
dependabot[bot]
c34965e11d
chore(deps): bump procfs from 0.12.0 to 0.13.0
Bumps [procfs](https://github.com/eminence/procfs) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](https://github.com/eminence/procfs/compare/v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: procfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06 11:30:52 +00:00
dependabot[bot]
9ba76147e3
chore(deps): bump once_cell from 1.12.1 to 1.13.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.12.1...v1.13.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 00:44:59 +00:00
Thomas Schubart
97ba11a7d4
Merge pull request #1023 from containers/dependabot/cargo/clap-3.2.8
chore(deps): bump clap from 3.2.7 to 3.2.8
2022-07-04 22:57:08 +02:00
dependabot[bot]
915e86f1ba
chore(deps): bump once_cell from 1.12.0 to 1.12.1
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.12.0...v1.12.1)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 12:05:31 +00:00
dependabot[bot]
de2fa4cb53
chore(deps): bump fixedbitset from 0.4.1 to 0.4.2
Bumps [fixedbitset](https://github.com/petgraph/fixedbitset) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/petgraph/fixedbitset/releases)
- [Commits](https://github.com/petgraph/fixedbitset/commits)

---
updated-dependencies:
- dependency-name: fixedbitset
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 01:21:44 +00:00
dependabot[bot]
7f3173cd81
chore(deps): bump clap from 3.2.7 to 3.2.8
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.7 to 3.2.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.7...v3.2.8)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 01:00:52 +00:00
dependabot[bot]
be909adf46
chore(deps): bump syscalls from 0.6.1 to 0.6.2
Bumps [syscalls](https://github.com/jasonwhite/syscalls) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/jasonwhite/syscalls/releases)
- [Changelog](https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jasonwhite/syscalls/compare/0.6.1...0.6.2)

---
updated-dependencies:
- dependency-name: syscalls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 01:00:33 +00:00
dependabot[bot]
20c95e563f
chore(deps): bump clap from 3.2.6 to 3.2.7 (#1016)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.6 to 3.2.7.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.6...v3.2.7)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-30 23:05:36 +02:00
dependabot[bot]
707b65c4a6
chore(deps): bump clap_complete from 3.2.2 to 3.2.3
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.2...clap_complete-v3.2.3)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29 00:53:18 +00:00
dependabot[bot]
814b9bf859
chore(deps): bump serial_test from 0.7.0 to 0.8.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 01:58:50 +00:00
utam0k
89c0cad5a3
Merge pull request #1006 from containers/dependabot/cargo/clap-3.2.6
chore(deps): bump clap from 3.2.5 to 3.2.6
2022-06-22 20:56:47 +09:00
dependabot[bot]
102dd921b5
chore(deps): bump clap from 3.2.5 to 3.2.6
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.5...v3.2.6)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 00:51:33 +00:00
dependabot[bot]
e07c8fd213
chore(deps): bump clap_complete from 3.2.1 to 3.2.2
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.1...clap_complete-v3.2.2)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 00:51:06 +00:00
Benjamin Levin
fa1c35d3e8 Update git dependencies
Signed-off-by: Benjamin Levin <mostlyamiable@gmail.com>
2022-06-21 09:34:41 -05:00
Thomas Schubart
37a67d573b
Merge pull request #996 from containers/dependabot/cargo/anyhow-1.0.58
chore(deps): bump anyhow from 1.0.57 to 1.0.58
2022-06-20 11:17:49 +02:00
dependabot[bot]
03dd831d7c
chore(deps): bump anyhow from 1.0.57 to 1.0.58
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.57 to 1.0.58.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.57...1.0.58)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 01:21:46 +00:00
dependabot[bot]
5933510f6e
chore(deps): bump mio from 0.8.3 to 0.8.4
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.3...v0.8.4)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 01:21:24 +00:00
Chen Yiyang
b78fdc2cbc
Remove duplicated assignment
Signed-off-by: Chen Yiyang <cyyzero@qq.com>
2022-06-19 23:25:25 +08:00
dependabot[bot]
b0d18cbfbb
chore(deps): bump clap from 3.2.4 to 3.2.5
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.4...v3.2.5)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-16 00:51:50 +00:00
Sascha Grunert
fc992253b5
Merge pull request #985 from containers/dependabot/cargo/clap_complete-3.2.1
chore(deps): bump clap_complete from 3.1.4 to 3.2.1
2022-06-15 09:12:14 +02:00
dependabot[bot]
e444e6824f
chore(deps): bump clap_complete from 3.1.4 to 3.2.1
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.1.4 to 3.2.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.1.4...clap_complete-v3.2.1)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-15 00:40:32 +00:00
dependabot[bot]
952bff096d
chore(deps): bump clap from 3.1.18 to 3.2.4
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.18 to 3.2.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.18...v3.2.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-15 00:40:23 +00:00
Thomas Schubart
3e7b56479b
Merge pull request #971 from containers/dependabot/cargo/syscalls-0.6.1
chore(deps): bump syscalls from 0.6.0 to 0.6.1
2022-06-12 11:45:00 +02:00
utam0k
bbccb6e022
Merge pull request #965 from containers/dependabot/cargo/vergen-7.2.1
chore(deps): bump vergen from 7.2.0 to 7.2.1
2022-06-11 06:27:48 +09:00
dependabot[bot]
0fe9cb072f
chore(deps): bump syscalls from 0.6.0 to 0.6.1
Bumps [syscalls](https://github.com/jasonwhite/syscalls) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/jasonwhite/syscalls/releases)
- [Changelog](https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jasonwhite/syscalls/compare/0.6.0...0.6.1)

---
updated-dependencies:
- dependency-name: syscalls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-10 00:59:39 +00:00
dependabot[bot]
4543266555
chore(deps): bump wasmer-wasi from 2.2.1 to 2.3.0 (#967)
Bumps [wasmer-wasi](https://github.com/wasmerio/wasmer) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/wasmerio/wasmer/releases)
- [Changelog](https://github.com/wasmerio/wasmer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wasmerio/wasmer/compare/2.2.1...2.3.0)

---
updated-dependencies:
- dependency-name: wasmer-wasi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-09 10:07:59 +02:00
dependabot[bot]
29ea2aaeb3
chore(deps): bump vergen from 7.2.0 to 7.2.1
Bumps [vergen](https://github.com/rustyhorde/vergen) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/compare/7.2.0...7.2.1)

---
updated-dependencies:
- dependency-name: vergen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-08 00:43:53 +00:00
utam0k
1051f4528b
Merge pull request #960 from containers/dependabot/cargo/libbpf-sys-0.8.0v0.8.0
chore(deps): bump libbpf-sys from 0.7.1+v0.7.0 to 0.8.0+v0.8.0
2022-06-06 15:28:41 +09:00
dependabot[bot]
e345e46614
chore(deps): bump serial_test from 0.6.0 to 0.7.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 01:24:20 +00:00
dependabot[bot]
8aec62e0f6
chore(deps): bump libbpf-sys from 0.7.1+v0.7.0 to 0.8.0+v0.8.0
Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys) from 0.7.1+v0.7.0 to 0.8.0+v0.8.0.
- [Release notes](https://github.com/libbpf/libbpf-sys/releases)
- [Commits](https://github.com/libbpf/libbpf-sys/commits/0.8.0+v0.8.0)

---
updated-dependencies:
- dependency-name: libbpf-sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 01:23:51 +00:00
Thomas Schubart
b71591ed24
Merge pull request #947 from utam0k/dependabot/cargo/syscalls-0.6.0
bump syscalls from 0.5.0 to 0.6.0
2022-05-30 23:21:50 +02:00
Thomas Schubart
835c08b24b
Merge pull request #935 from utam0k/feature/kill-all
support the all option in the kill command.
2022-05-27 13:51:38 +02:00
utam0k
b60a820b1d
adapt tot syscall v0.6
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-05-27 18:16:01 +09:00
Thomas Schubart
f6ef575cff
Merge pull request #898 from taiki-e/cargo-llvm-cov
Update cargo-llvm-cov and use rust 1.60.0 for coverage
2022-05-26 20:45:56 +02:00
utam0k
0f3f43b66c
support the all option in the kill command.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-05-24 21:34:20 +09:00
dependabot[bot]
b515f5f663
chore(deps): bump syscalls from 0.5.0 to 0.6.0
Bumps [syscalls](https://github.com/jasonwhite/syscalls) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/jasonwhite/syscalls/releases)
- [Changelog](https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jasonwhite/syscalls/compare/0.5.0...0.6.0)

---
updated-dependencies:
- dependency-name: syscalls
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-24 05:47:43 +00:00
dependabot[bot]
0d203762a0
chore(deps): bump once_cell from 1.11.0 to 1.12.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-24 01:12:41 +00:00
Thomas Schubart
621b9f4ae5
Merge pull request #926 from containers/dependabot/cargo/libc-0.2.126
chore(deps): bump libc from 0.2.125 to 0.2.126
2022-05-22 14:26:36 +02:00
dependabot[bot]
722b9d8d36
chore(deps): bump once_cell from 1.10.0 to 1.11.0 (#929)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-22 14:26:01 +02:00
dependabot[bot]
6441f5a051
chore(deps): bump vergen from 7.0.0 to 7.1.0
Bumps [vergen](https://github.com/rustyhorde/vergen) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/compare/7.0.0...7.1.0)

---
updated-dependencies:
- dependency-name: vergen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-19 00:55:04 +00:00
dependabot[bot]
5612755e18
chore(deps): bump libc from 0.2.125 to 0.2.126
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.125 to 0.2.126.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.125...0.2.126)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-18 00:54:24 +00:00
utam0k
a55cbd0d65
put the runtime feature into the oci-spec-rs crate.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-05-16 21:33:34 +09:00
dependabot[bot]
f460a07d9c
chore(deps): bump mockall from 0.11.0 to 0.11.1
Bumps [mockall](https://github.com/asomers/mockall) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/asomers/mockall/releases)
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](https://github.com/asomers/mockall/compare/v0.11.0...v0.11.1)

---
updated-dependencies:
- dependency-name: mockall
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 01:22:48 +00:00
Taiki Endo
ec61cea287 Remove use of unstable no_coverage feature
Signed-off-by: Taiki Endo <te316e89@gmail.com>
2022-05-12 10:57:47 +09:00
utam0k
84bb36321c
Merge pull request #908 from wineway/main
support configure cpu.idle by Cgroupfs
2022-05-12 05:39:49 +09:00
dependabot[bot]
be189274d2
chore(deps): bump clap from 3.1.17 to 3.1.18
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.17 to 3.1.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.17...v3.1.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-11 00:59:49 +00:00
wineway
8cbd30ef57 add test for Cgroup/cpu.idle
Signed-off-by: wineway <wangyuweihx@gmail.com>
2022-05-10 19:19:58 +00:00
wineway
06579714bc support configure cpu.idle by Cgroupfs for youki
Signed-off-by: wineway <wangyuweihx@gmail.com>
2022-05-10 07:24:21 +00:00
wineway
7b83dd15b8 bump oci-spec from 0.5.5 to 0.5.6(rev: 6df620e)
Signed-off-by: wineway <wangyuweihx@gmail.com>
2022-05-10 07:24:05 +00:00
utam0k
30c66ff694
Merge pull request #907 from containers/dependabot/cargo/mio-0.8.3
chore(deps): bump mio from 0.8.2 to 0.8.3
2022-05-09 18:13:50 +09:00
utam0k
31acebfd64
Merge pull request #904 from containers/dependabot/cargo/clap-3.1.17
chore(deps): bump clap from 3.1.15 to 3.1.17
2022-05-09 18:13:38 +09:00
dependabot[bot]
cc4170bff8
chore(deps): bump mio from 0.8.2 to 0.8.3
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.2...v0.8.3)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 01:59:45 +00:00
dependabot[bot]
d3959b985c
chore(deps): bump clap from 3.1.15 to 3.1.17
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.15 to 3.1.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.15...v3.1.17)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 01:58:34 +00:00
dependabot[bot]
9ed171c97a
chore(deps): bump clap_complete from 3.1.3 to 3.1.4
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.1.3...clap_complete-v3.1.4)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 01:58:09 +00:00
utam0k
c81a8dc613
How many times in my life do I have to repeat forgetting close?
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-05-06 09:32:51 +09:00
dependabot[bot]
bdf842097b
chore(deps): bump clap from 3.1.14 to 3.1.15
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.14 to 3.1.15.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.14...v3.1.15)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03 00:49:18 +00:00
utam0k
12b82de5fb
Merge pull request #876 from containers/dependabot/cargo/libc-0.2.125
chore(deps): bump libc from 0.2.124 to 0.2.125
2022-05-02 20:49:46 +09:00
utam0k
801e7198cf
Merge pull request #883 from containers/dependabot/cargo/clap_complete-3.1.3
chore(deps): bump clap_complete from 3.1.2 to 3.1.3
2022-05-02 20:48:09 +09:00
dependabot[bot]
67f4765648
chore(deps): bump libc from 0.2.124 to 0.2.125
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.124 to 0.2.125.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.124...0.2.125)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 04:28:57 +00:00
dependabot[bot]
c67d0e6513
chore(deps): bump clap from 3.1.12 to 3.1.14
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.12 to 3.1.14.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.12...v3.1.14)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 01:25:26 +00:00
dependabot[bot]
5d6e7c2662
chore(deps): bump clap_complete from 3.1.2 to 3.1.3
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.1.2...clap_complete-v3.1.3)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 01:25:16 +00:00
Thomas Schubart
125e1f8fc5
Bump nix from 0.24.0 to 0.24.1 (#867)
Signed-off-by: Furisto <24721048+Furisto@users.noreply.github.com>
2022-04-27 10:54:55 +02:00
utam0k
6a98b59026 Convenient use of rust-analyzer and other tools by placing Cargo.toml in the root.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-04-26 12:03:09 +00:00
dependabot[bot]
2b8b073c01
chore(deps): bump tinyvec from 1.5.1 to 1.6.0 in /crates
Bumps [tinyvec](https://github.com/Lokathor/tinyvec) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/Lokathor/tinyvec/releases)
- [Changelog](https://github.com/Lokathor/tinyvec/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Lokathor/tinyvec/compare/v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: tinyvec
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26 00:54:08 +00:00
utam0k
f2a645fb4f
Follow the breaking changes of nix
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-04-23 21:30:00 +09:00
utam0k
712ddbb2aa
Merge pull request #860 from containers/dependabot/cargo/crates/darling-0.13.4
chore(deps): bump darling from 0.13.1 to 0.13.4 in /crates
2022-04-22 10:31:40 +09:00
dependabot[bot]
e29fe400f4
chore(deps): bump anyhow from 1.0.56 to 1.0.57 in /crates
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.56 to 1.0.57.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.56...1.0.57)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-22 01:00:07 +00:00
dependabot[bot]
c119142f83
chore(deps): bump darling from 0.13.1 to 0.13.4 in /crates
Bumps [darling](https://github.com/TedDriggs/darling) from 0.13.1 to 0.13.4.
- [Release notes](https://github.com/TedDriggs/darling/releases)
- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TedDriggs/darling/compare/v0.13.1...v0.13.4)

---
updated-dependencies:
- dependency-name: darling
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-22 00:57:55 +00:00
utam0k
a04d191c41
Merge pull request #859 from containers/dependabot/cargo/crates/derive_builder-0.11.2
chore(deps): bump derive_builder from 0.11.1 to 0.11.2 in /crates
2022-04-21 13:39:57 +09:00
dependabot[bot]
e14d0ada20
chore(deps): bump derive_builder from 0.11.1 to 0.11.2 in /crates
Bumps [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases)
- [Commits](https://github.com/colin-kiegel/rust-derive-builder/compare/v0.11.1...v0.11.2)

---
updated-dependencies:
- dependency-name: derive_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 00:54:48 +00:00
dependabot[bot]
ae1197586f
chore(deps): bump clap_complete from 3.1.1 to 3.1.2 in /crates
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.1.1...clap_complete-v3.1.2)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 00:54:35 +00:00
utam0k
9bbb2f2657
Merge pull request #857 from containers/dependabot/cargo/crates/libbpf-sys-0.7.1v0.7.0
chore(deps): bump libbpf-sys from 0.7.0+v0.7.0 to 0.7.1+v0.7.0 in /crates
2022-04-20 11:30:31 +09:00
dependabot[bot]
a5fbcf4baa
chore(deps): bump libbpf-sys in /crates
Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys) from 0.7.0+v0.7.0 to 0.7.1+v0.7.0.
- [Release notes](https://github.com/libbpf/libbpf-sys/releases)
- [Commits](https://github.com/libbpf/libbpf-sys/commits)

---
updated-dependencies:
- dependency-name: libbpf-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-20 00:49:27 +00:00
dependabot[bot]
d177135c94
chore(deps): bump clap from 3.1.9 to 3.1.10 in /crates
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-20 00:48:59 +00:00
utam0k
e8a1a751e0
Merge pull request #854 from containers/dependabot/cargo/crates/libc-0.2.124
chore(deps): bump libc from 0.2.123 to 0.2.124 in /crates
2022-04-19 11:04:29 +09:00
dependabot[bot]
51f3fa1dc6
chore(deps): bump libc from 0.2.123 to 0.2.124 in /crates
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.123 to 0.2.124.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.123...0.2.124)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-19 00:47:44 +00:00
dependabot[bot]
76d87794c5
chore(deps): bump backtrace from 0.3.64 to 0.3.65 in /crates
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.64 to 0.3.65.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.64...0.3.65)

---
updated-dependencies:
- dependency-name: backtrace
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-19 00:47:05 +00:00
utam0k
e816710503
Merge pull request #851 from Furisto/issue-845
Ensure pid and root path are canonicalized
2022-04-18 20:52:13 +09:00
dependabot[bot]
90f0515a02
chore(deps): bump clap from 3.1.8 to 3.1.9 in /crates
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.8 to 3.1.9.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.8...v3.1.9)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 01:20:21 +00:00
Furisto
092c7a8f49
Ensure pid and root path are canonicalized
Signed-off-by: Furisto <24721048+Furisto@users.noreply.github.com>
2022-04-16 20:27:07 +02:00
dependabot[bot]
e7fba3b7db
chore(deps): bump rayon from 1.5.1 to 1.5.2 in /crates (#847)
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/commits)

---
updated-dependencies:
- dependency-name: rayon
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-15 08:39:48 +02:00
dependabot[bot]
c332fe9fda
chore(deps): bump tracing-core from 0.1.25 to 0.1.26 in /crates (#849)
Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.25 to 0.1.26.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.25...tracing-core-0.1.26)

---
updated-dependencies:
- dependency-name: tracing-core
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-15 08:39:30 +02:00
dependabot[bot]
d7e3138277
chore(deps): bump tracing from 0.1.33 to 0.1.34 in /crates (#850)
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.33 to 0.1.34.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.33...tracing-0.1.34)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-15 08:38:33 +02:00
Thomas Schubart
b8a9d67837
Merge pull request #846 from containers/dependabot/cargo/crates/sysinfo-0.23.10
chore(deps): bump sysinfo from 0.23.9 to 0.23.10 in /crates
2022-04-14 13:37:40 +02:00
dependabot[bot]
707ab23e5e
chore(deps): bump rayon-core from 1.9.1 to 1.9.2 in /crates
Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/commits)

---
updated-dependencies:
- dependency-name: rayon-core
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 00:50:37 +00:00
dependabot[bot]
67f083525f
chore(deps): bump sysinfo from 0.23.9 to 0.23.10 in /crates
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.23.9 to 0.23.10.
- [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases)
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)

---
updated-dependencies:
- dependency-name: sysinfo
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 00:47:32 +00:00
Thomas Schubart
4498a9b398
Merge pull request #844 from containers/dependabot/cargo/crates/tracing-core-0.1.25
chore(deps): bump tracing-core from 0.1.24 to 0.1.25 in /crates
2022-04-13 20:55:00 +02:00
Thomas Schubart
886149f96d
Merge pull request #843 from containers/dependabot/cargo/crates/enumset-1.0.11
chore(deps): bump enumset from 1.0.10 to 1.0.11 in /crates
2022-04-13 20:54:29 +02:00
dependabot[bot]
0bac26e35a
chore(deps): bump tracing-core from 0.1.24 to 0.1.25 in /crates
Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.24 to 0.1.25.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.24...tracing-core-0.1.25)

---
updated-dependencies:
- dependency-name: tracing-core
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 01:08:19 +00:00
dependabot[bot]
c6789f3bc7
chore(deps): bump enumset from 1.0.10 to 1.0.11 in /crates
Bumps [enumset](https://github.com/Lymia/enumset) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/Lymia/enumset/releases)
- [Changelog](https://github.com/Lymia/enumset/blob/master/RELEASES.md)
- [Commits](https://github.com/Lymia/enumset/compare/v1.0.10...v1.0.11)

---
updated-dependencies:
- dependency-name: enumset
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 01:08:13 +00:00
dependabot[bot]
d373924d04
chore(deps): bump libc from 0.2.122 to 0.2.123 in /crates
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.122 to 0.2.123.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.122...0.2.123)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 01:07:52 +00:00
utam0k
f91d2a3278
Merge pull request #839 from containers/dependabot/cargo/crates/libbpf-sys-0.7.0v0.7.0
chore(deps): bump libbpf-sys from 0.6.1-2 to 0.7.0+v0.7.0 in /crates
2022-04-12 17:57:37 +09:00
utam0k
52a60191a7
Merge pull request #840 from containers/dependabot/cargo/crates/flate2-1.0.23
chore(deps): bump flate2 from 1.0.22 to 1.0.23 in /crates
2022-04-12 17:57:19 +09:00
dependabot[bot]
e0647220fc
chore(deps): bump quote from 1.0.17 to 1.0.18 in /crates
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.17 to 1.0.18.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.17...1.0.18)

---
updated-dependencies:
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 00:49:26 +00:00
dependabot[bot]
23743fce5d
chore(deps): bump flate2 from 1.0.22 to 1.0.23 in /crates
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.22 to 1.0.23.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.22...1.0.23)

---
updated-dependencies:
- dependency-name: flate2
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 00:48:46 +00:00
dependabot[bot]
9bd3cf6847
chore(deps): bump libbpf-sys from 0.6.1-2 to 0.7.0+v0.7.0 in /crates
Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys) from 0.6.1-2 to 0.7.0+v0.7.0.
- [Release notes](https://github.com/libbpf/libbpf-sys/releases)
- [Commits](https://github.com/libbpf/libbpf-sys/compare/0.6.1-2...0.7.0+v0.7.0)

---
updated-dependencies:
- dependency-name: libbpf-sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 00:48:02 +00:00
Thomas Schubart
8b24842c32
Merge pull request #837 from containers/dependabot/cargo/crates/sysinfo-0.23.9
chore(deps): bump sysinfo from 0.23.8 to 0.23.9 in /crates
2022-04-11 22:27:19 +02:00
dependabot[bot]
d51ebd15fd
chore(deps): bump sysinfo from 0.23.8 to 0.23.9 in /crates
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.23.8 to 0.23.9.
- [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases)
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)

---
updated-dependencies:
- dependency-name: sysinfo
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 01:20:08 +00:00
dependabot[bot]
b2ab2bb073
chore(deps): bump tracing from 0.1.32 to 0.1.33 in /crates
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.32 to 0.1.33.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.32...tracing-0.1.33)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 01:19:46 +00:00
Furisto
e83cf8a22d Add CFS bandwith burst for cgroup v1
Signed-off-by: Furisto <24721048+Furisto@users.noreply.github.com>
2022-04-09 22:50:44 +02:00
Furisto
658a47966b Add CFS bandwith burst for cgroup v2
Signed-off-by: Furisto <24721048+Furisto@users.noreply.github.com>
2022-04-09 22:50:40 +02:00
adoerr
99b21bee8f fix rustdoc warnings
Signed-off-by: adoerr <0xad@gxm.net>
2022-04-09 12:41:17 +02:00
dependabot[bot]
fe4a462274
chore(deps): bump js-sys from 0.3.56 to 0.3.57 in /crates
Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.56 to 0.3.57.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

---
updated-dependencies:
- dependency-name: js-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 01:29:25 +00:00
utam0k
6c4a262469
Merge pull request #828 from containers/dependabot/cargo/crates/proc-macro2-1.0.37
chore(deps): bump proc-macro2 from 1.0.36 to 1.0.37 in /crates
2022-04-07 14:39:07 +09:00