dependabot[bot]
6838b8c767
Bump the patch group with 2 updates
...
Bumps the patch group with 2 updates: [env_logger](https://github.com/rust-cli/env_logger ) and [nc](https://github.com/xushaohua/nc ).
Updates `env_logger` from 0.11.3 to 0.11.4
- [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.11.3...v0.11.4 )
Updates `nc` from 0.8.22 to 0.8.23
- [Commits](https://github.com/xushaohua/nc/compare/v0.8.22...v0.8.23 )
---
updated-dependencies:
- dependency-name: env_logger
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: nc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-24 00:48:41 +00:00
dependabot[bot]
7cbc2ba260
Bump nc from 0.8.21 to 0.8.22 in the patch group
...
Bumps the patch group with 1 update: [nc](https://github.com/xushaohua/nc ).
Updates `nc` from 0.8.21 to 0.8.22
- [Commits](https://github.com/xushaohua/nc/commits )
---
updated-dependencies:
- dependency-name: nc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-23 00:22:54 +00:00
Keisuke Umegaki
c045f54ada
Bump oci-spec ( #2854 )
2024-07-21 11:52:19 +00:00
Jerry
a94a16cd28
Fix typos and bump version for typos ci ( #2839 )
...
* chore: fix typo for InvalidSocketName
Signed-off-by: Jerrypoi <jerry.poi.sz@gmail.com>
* chore: fix typos
Signed-off-by: Jerrypoi <jerry.poi.sz@gmail.com>
* chore: bump typos version to catch more typos
Signed-off-by: Jerrypoi <jerry.poi.sz@gmail.com>
---------
Signed-off-by: Jerrypoi <jerry.poi.sz@gmail.com>
2024-07-01 21:20:47 +05:30
dependabot[bot]
0844ecaf78
Bump nc from 0.8.20 to 0.8.21 in the patch group ( #2803 )
...
Bumps the patch group with 1 update: [nc](https://github.com/xushaohua/nc ).
Updates `nc` from 0.8.20 to 0.8.21
- [Commits](https://github.com/xushaohua/nc/compare/v0.8.20...v0.8.21 )
---
updated-dependencies:
- dependency-name: nc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-01 05:07:32 -07:00
Om Prakaash
a35d20fa08
Squashed commit of the following: ( #2728 )
...
commit f0a6b388e7f132648157ca2712e20a1ee93f265a
Author: yihuaf <yihuaf@unkies.org>
Date: Sun May 19 21:16:21 2024 -0700
Fix the explicit close
Signed-off-by: yihuaf <yihuaf@unkies.org>
commit 5e23878453a59e042dd70b07ee57e535d95fb3e8
Author: yihuaf <yihuaf@unkies.org>
Date: Thu May 16 21:31:09 2024 -0700
Rebase to the latest main branch
Signed-off-by: yihuaf <yihuaf@unkies.org>
commit 3144355967e4ba0f3e7ed8aff92945a4b1aaf66d
Author: omprakaash <omsuseela@gmail.com>
Date: Sat Mar 16 03:28:40 2024 +0000
Update nix to 0.28.0
Signed-off-by: omprakaash <omsuseela@gmail.com>
Signed-off-by: om prakaash <omsuseela@gmail.com>
Signed-off-by: yihuaf <yihuaf@unkies.org>
Co-authored-by: yihuaf <yihuaf@unkies.org>
Co-authored-by: Toru Komatsu <k0ma@utam0k.jp>
2024-05-23 12:29:37 +00:00
dependabot[bot]
dfef05b957
Bump the patch group with 3 updates
...
Bumps the patch group with 3 updates: [libc](https://github.com/rust-lang/libc ), [thiserror](https://github.com/dtolnay/thiserror ) and [anyhow](https://github.com/dtolnay/anyhow ).
Updates `libc` from 0.2.154 to 0.2.155
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155 )
Updates `thiserror` from 1.0.60 to 1.0.61
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61 )
Updates `anyhow` from 1.0.83 to 1.0.86
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.86 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 01:17:52 +00:00
Jorge Prendes
13a3fd516e
Bulk apply formatting
...
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
2024-05-15 14:59:06 +01:00
Om Prakaash
5ecfda0ff4
Add linux_devices test ( #2708 )
...
* Add linux_devices test
Signed-off-by: omprakaash <omsuseela@gmail.com>
Signed-off-by: om prakaash <omsuseela@gmail.com>
* Change the test_devices permission check to if-let
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
---------
Signed-off-by: omprakaash <omsuseela@gmail.com>
Signed-off-by: om prakaash <omsuseela@gmail.com>
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
Co-authored-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-05-06 12:31:24 +05:30
dependabot[bot]
a4b9ea5522
Bump the patch group with 2 updates
...
Bumps the patch group with 2 updates: [libc](https://github.com/rust-lang/libc ) and [flate2](https://github.com/rust-lang/flate2-rs ).
Updates `libc` from 0.2.153 to 0.2.154
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.153...0.2.154 )
Updates `flate2` from 1.0.29 to 1.0.30
- [Release notes](https://github.com/rust-lang/flate2-rs/releases )
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.29...1.0.30 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: flate2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 00:23:51 +00:00
Toru Komatsu
a48e5a5403
Rust 1.77.1 ( #2746 )
...
* Rust 1.77.1
Signed-off-by: utam0k <k0ma@utam0k.jp>
* Remove unused pub items from contest util mod
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
---------
Signed-off-by: utam0k <k0ma@utam0k.jp>
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
Co-authored-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-04-10 11:54:53 +05:30
dependabot[bot]
2dd5884eab
Bump the patch group with 1 update
...
Bumps the patch group with 1 update: [nc](https://github.com/xushaohua/nc ).
Updates `nc` from 0.8.19 to 0.8.20
- [Commits](https://github.com/xushaohua/nc/compare/v0.8.19...v0.8.20 )
---
updated-dependencies:
- dependency-name: nc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 01:07:14 +00:00
lengrongfu
10a06f1b93
add io priority e2e test
...
Signed-off-by: lengrongfu <lenronfu@gmail.com>
2024-02-20 01:45:32 +00:00
dependabot[bot]
6e87828b92
Bump the patch group with 9 updates
...
Bumps the patch group with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [nc](https://github.com/xushaohua/nc ) | `0.8.18` | `0.8.19` |
| [anstyle](https://github.com/rust-cli/anstyle ) | `1.0.5` | `1.0.6` |
| [bindgen](https://github.com/rust-lang/rust-bindgen ) | `0.69.2` | `0.69.4` |
| [hermit-abi](https://github.com/hermitcore/hermit-rs ) | `0.3.4` | `0.3.5` |
| [iana-time-zone](https://github.com/strawlab/iana-time-zone ) | `0.1.59` | `0.1.60` |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide ) | `0.7.1` | `0.7.2` |
| [rend](https://github.com/djkoloski/rend ) | `0.4.1` | `0.4.2` |
| [rkyv](https://github.com/rkyv/rkyv ) | `0.7.43` | `0.7.44` |
| [winnow](https://github.com/winnow-rs/winnow ) | `0.5.36` | `0.5.37` |
Updates `nc` from 0.8.18 to 0.8.19
- [Commits](https://github.com/xushaohua/nc/compare/v0.8.18...v0.8.19 )
Updates `anstyle` from 1.0.5 to 1.0.6
- [Commits](https://github.com/rust-cli/anstyle/compare/v1.0.5...v1.0.6 )
Updates `bindgen` from 0.69.2 to 0.69.4
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases )
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.69.2...v0.69.4 )
Updates `hermit-abi` from 0.3.4 to 0.3.5
- [Release notes](https://github.com/hermitcore/hermit-rs/releases )
- [Commits](https://github.com/hermitcore/hermit-rs/compare/hermit-abi-0.3.4...hermit-abi-0.3.5 )
Updates `iana-time-zone` from 0.1.59 to 0.1.60
- [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md )
- [Commits](https://github.com/strawlab/iana-time-zone/compare/v0.1.59...v0.1.60 )
Updates `miniz_oxide` from 0.7.1 to 0.7.2
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Frommi/miniz_oxide/commits )
Updates `rend` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/djkoloski/rend/releases )
- [Commits](https://github.com/djkoloski/rend/commits )
Updates `rkyv` from 0.7.43 to 0.7.44
- [Release notes](https://github.com/rkyv/rkyv/releases )
- [Changelog](https://github.com/rkyv/rkyv/blob/main/release_checklist.md )
- [Commits](https://github.com/rkyv/rkyv/commits )
Updates `winnow` from 0.5.36 to 0.5.37
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md )
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.36...v0.5.37 )
---
updated-dependencies:
- dependency-name: nc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: anstyle
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: bindgen
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: hermit-abi
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: iana-time-zone
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: miniz_oxide
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: rend
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: rkyv
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: winnow
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 00:56:50 +00:00
dependabot[bot]
31267eee77
Bump the patch group with 3 updates
...
Bumps the patch group with 3 updates: [libc](https://github.com/rust-lang/libc ), [reqwest](https://github.com/seanmonstar/reqwest ) and [winnow](https://github.com/winnow-rs/winnow ).
Updates `libc` from 0.2.152 to 0.2.153
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.152...0.2.153 )
Updates `reqwest` from 0.11.23 to 0.11.24
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24 )
Updates `winnow` from 0.5.35 to 0.5.36
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md )
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.35...v0.5.36 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: reqwest
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: winnow
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 05:43:15 +00:00
Yashodhan
53adffe43a
Re enable skipped e2e tests ( #2647 )
...
* Add env var check for e2e tests not supported by runc
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
* use nix to get domain name
* Extract the runc check into a function
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
---------
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-01-23 20:36:04 +09:00
higuruchi
c2e8670b37
Add domainname test ( #1544 )
...
* Add domainname test
Signed-off-by: higuruchi <fumiya2324@gmail.com>
* Fix error message from binary to string
Signed-off-by: higuruchi <fumiya2324@gmail.com>
* Update runc binary to v1.1.8 from 1.1.0 for domainname test
Signed-off-by: higuruchi <fumiya2324@gmail.com>
* Move missing domainname test
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
* Add TODO comments for self-notes
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
---------
Signed-off-by: higuruchi <fumiya2324@gmail.com>
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
Co-authored-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-01-21 14:27:02 +05:30
rongfu.leng
2723aa446b
add schedule entity ( #2495 )
...
* add schedule entity
dd:qSigned-off-by: lengrongfu <1275177125@qq.com>
Signed-off-by: lengrongfu <lenronfu@gmail.com>
* Fix if condition for nice value check
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
* Remove the old integration tests files
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
---------
Signed-off-by: lengrongfu <lenronfu@gmail.com>
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
Co-authored-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-01-21 14:01:16 +05:30
Toru Komatsu
464344923f
Name the test tools contest
( #2486 )
...
* Name the test tools `contest`
Signed-off-by: utam0k <k0ma@utam0k.jp>
* Address the feedbacks
Signed-off-by: utam0k <k0ma@utam0k.jp>
* Fix a build error
Signed-off-by: utam0k <k0ma@utam0k.jp>
* Fix a workflow
Signed-off-by: utam0k <k0ma@utam0k.jp>
* Address the feedbacks
Signed-off-by: utam0k <k0ma@utam0k.jp>
---------
Signed-off-by: utam0k <k0ma@utam0k.jp>
2024-01-12 14:28:47 +05:30