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

1948 Commits

Author SHA1 Message Date
Thomas Schubart
b4791306ef
Merge pull request #735 from containers/dependabot/cargo/serial_test-0.6.0
chore(deps): bump serial_test from 0.5.1 to 0.6.0
2022-02-24 15:22:56 +01:00
Thomas Schubart
4da4198127
Merge pull request #736 from containers/dependabot/cargo/sysinfo-0.23.3
chore(deps): bump sysinfo from 0.23.2 to 0.23.3
2022-02-24 12:14:48 +01:00
dependabot[bot]
eeb00d6b37
chore(deps): bump sysinfo from 0.23.2 to 0.23.3
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.23.2 to 0.23.3.
- [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-02-24 00:41:21 +00:00
dependabot[bot]
68be72ed68
chore(deps): bump serial_test from 0.5.1 to 0.6.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v0.5.1...v0.6.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-02-24 00:41:06 +00:00
Yashodhan Joshi
40e7b74a65 Merge branch 'main' of github.com:containers/youki into improvement/refactor-dir-structure 2022-02-23 18:10:39 +05:30
Yashodhan Joshi
8a8cc294f1 CI fix 2022-02-23 18:04:01 +05:30
utam0k
d3f2409aea
Merge pull request #734 from harche/cargo_fix
Fix Cargo.lock file that gets generated after build
2022-02-23 21:13:41 +09:00
utam0k
ab1e6e47f7
Merge pull request #733 from saschagrunert/filter-flag-log
Add support for seccomp filter flags
2022-02-23 21:05:01 +09:00
Sascha Grunert
d837153607
Add support for seccomp filter flags
Container runtimes like `crun` already support the flags:
fefabffa28

We now support the flags `SECCOMP_FILTER_FLAG_SPEC_ALLOW`,
`SECCOMP_FILTER_FLAG_TSYNC` as well as `SECCOMP_FILTER_FLAG_LOG` and
refactor the flag code into the filter context.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-02-23 12:17:05 +01:00
Harshal Patil
8722bd95b1 Fix cargo file that gets generated after build
Signed-off-by: Harshal Patil <harpatil@redhat.com>
2022-02-23 09:59:40 +00:00
utam0k
ff6d86b8fd
Add the metadates for publishing a crate.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2022-02-23 17:32:16 +09:00
utam0k
673d2e1a09
Merge pull request #727 from YJDoc2/oci-test-fix
Remove caching of OCI tests in CI
2022-02-23 13:56:14 +09:00
utam0k
fd50000593
Merge pull request #706 from cr0ax/devices_tests
Add tests to crates/libcgroups/src/v2/devices/controller.rs
2022-02-23 13:33:26 +09:00
utam0k
ec252a0f06
Merge pull request #722 from Furisto/cg-kill
Use cgroup.kill file if available
2022-02-23 13:28:22 +09:00
utam0k
e6b720d995
Merge pull request #729 from containers/dependabot/cargo/getrandom-0.2.5
chore(deps): bump getrandom from 0.2.4 to 0.2.5
2022-02-23 10:01:48 +09:00
dependabot[bot]
c329ed80ee
chore(deps): bump getrandom from 0.2.4 to 0.2.5
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.4 to 0.2.5.
- [Release notes](https://github.com/rust-random/getrandom/releases)
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.4...v0.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-23 00:45:51 +00:00
Thomas Schubart
de1ba27505
Merge pull request #728 from containers/dependabot/cargo/anyhow-1.0.55
chore(deps): bump anyhow from 1.0.54 to 1.0.55
2022-02-22 20:17:59 +01:00
dependabot[bot]
0b6c81458c
chore(deps): bump anyhow from 1.0.54 to 1.0.55
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.54 to 1.0.55.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.54...1.0.55)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-22 19:04:25 +00:00
Thomas Schubart
6d824d8b50
Merge pull request #726 from containers/dependabot/cargo/serial_test-0.6.0
chore(deps): bump serial_test from 0.5.1 to 0.6.0
2022-02-22 20:02:41 +01:00
dependabot[bot]
4f018c7bd0
chore(deps): bump serial_test from 0.5.1 to 0.6.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v0.5.1...v0.6.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-02-22 17:00:00 +00:00
Thomas Schubart
96a8bf2fcb
Merge pull request #724 from containers/dependabot/cargo/rkyv-0.7.33
chore(deps): bump rkyv from 0.7.32 to 0.7.33
2022-02-21 22:08:16 +01:00
Christian Burke
a2ca366182 Add serial_test to libcgroups, mock contexts are shared
I have added a `bpf` param to the `serial` call.

Signed-off-by: Christian Burke <cr0ax64@gmail.com>
2022-02-21 10:09:53 -08:00
Yashodhan Joshi
e46d0f2d60 update CI to not cache oci tests
(see https://github.com/containers/youki/issues/721)
2022-02-21 17:08:16 +05:30
Yashodhan Joshi
791489c468 Update capabilities to support CAP_BPF, CAP_PERFMON, CAP_CHECKPOINT_RESTORE when dropping capabilities 2022-02-21 17:04:16 +05:30
utam0k
94d6402e49
Merge pull request #725 from containers/dependabot/cargo/libc-0.2.119
chore(deps): bump libc from 0.2.118 to 0.2.119
2022-02-21 20:12:46 +09:00
dependabot[bot]
d69897b564
chore(deps): bump libc from 0.2.118 to 0.2.119
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.118 to 0.2.119.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.118...0.2.119)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-21 09:43:47 +00:00
Thomas Schubart
7a86debfbd
Merge pull request #723 from containers/dependabot/cargo/anyhow-1.0.54
chore(deps): bump anyhow from 1.0.53 to 1.0.54
2022-02-21 10:41:59 +01:00
dependabot[bot]
9a12990bc2
chore(deps): bump rkyv from 0.7.32 to 0.7.33
Bumps [rkyv](https://github.com/rkyv/rkyv) from 0.7.32 to 0.7.33.
- [Release notes](https://github.com/rkyv/rkyv/releases)
- [Changelog](https://github.com/rkyv/rkyv/blob/master/release_checklist.md)
- [Commits](https://github.com/rkyv/rkyv/compare/v0.7.32...v0.7.33)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-21 01:06:31 +00:00
dependabot[bot]
282e18596b
chore(deps): bump anyhow from 1.0.53 to 1.0.54
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.53 to 1.0.54.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.53...1.0.54)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-21 01:05:46 +00:00
Thomas Schubart
9939d9b30a
Merge pull request #717 from utam0k/improve/gitpod-rust-analyzer
add the rust-analyzer for gitpod.
2022-02-20 22:44:06 +01:00
Furisto
5c00fbd6fa
Use cgroup.kill file if available
Signed-off-by: Furisto <24721048+Furisto@users.noreply.github.com>
2022-02-20 22:36:56 +01:00
Yashodhan Joshi
5a33f74146 Merge branch 'main' of github.com:containers/youki into improvement/refactor-dir-structure 2022-02-19 23:52:55 +05:30
Yashodhan Joshi
0ca07cb0a8 Add -eu to scripts 2022-02-19 23:29:10 +05:30
Thomas Schubart
73dc75cf16
Merge pull request #718 from containers/dependabot/cargo/tracing-0.1.31
chore(deps): bump tracing from 0.1.30 to 0.1.31
2022-02-18 10:49:16 +01:00
dependabot[bot]
dbf45d83de
chore(deps): bump tracing from 0.1.30 to 0.1.31
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.30 to 0.1.31.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.30...tracing-0.1.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 01:02:02 +00:00
utam0k
9513398a3b add the rust-analyzer for gitpod. 2022-02-17 13:05:00 +00:00
utam0k
f8ad0278d7
Merge pull request #715 from containers/dependabot/cargo/rkyv-0.7.32
chore(deps): bump rkyv from 0.7.31 to 0.7.32
2022-02-17 13:16:31 +09:00
utam0k
4f75227597
Merge pull request #716 from containers/dependabot/cargo/cc-1.0.73
chore(deps): bump cc from 1.0.72 to 1.0.73
2022-02-17 13:16:15 +09:00
dependabot[bot]
cf42eb47c6
chore(deps): bump cc from 1.0.72 to 1.0.73
Bumps [cc](https://github.com/alexcrichton/cc-rs) from 1.0.72 to 1.0.73.
- [Release notes](https://github.com/alexcrichton/cc-rs/releases)
- [Commits](https://github.com/alexcrichton/cc-rs/compare/1.0.72...1.0.73)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-17 00:45:57 +00:00
dependabot[bot]
74573cf55c
chore(deps): bump rkyv from 0.7.31 to 0.7.32
Bumps [rkyv](https://github.com/rkyv/rkyv) from 0.7.31 to 0.7.32.
- [Release notes](https://github.com/rkyv/rkyv/releases)
- [Changelog](https://github.com/rkyv/rkyv/blob/master/release_checklist.md)
- [Commits](https://github.com/rkyv/rkyv/compare/v0.7.31...v0.7.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-17 00:45:19 +00:00
utam0k
5dbde56de5
Merge pull request #714 from containers/dependabot/cargo/libc-0.2.118
chore(deps): bump libc from 0.2.117 to 0.2.118
2022-02-16 10:11:13 +09:00
dependabot[bot]
ac66fad07b
chore(deps): bump libc from 0.2.117 to 0.2.118
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.117 to 0.2.118.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.117...0.2.118)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-16 00:45:18 +00:00
utam0k
a108e8e0e1
Merge pull request #705 from Szymongib/fix/always-use-same-permissions
Always use the same permissions for youki dir
2022-02-15 21:22:40 +09:00
Thomas Schubart
e47bbd3366
Merge pull request #713 from containers/dependabot/cargo/rand-0.8.5
chore(deps): bump rand from 0.8.4 to 0.8.5
2022-02-15 11:33:46 +01:00
dependabot[bot]
9bb6b9e268
chore(deps): bump rand from 0.8.4 to 0.8.5
Bumps [rand](https://github.com/rust-random/rand) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.8.4...0.8.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 00:37:26 +00:00
Szymon Gibała
347fb67124 Fix clippy warnings
Signed-off-by: Szymon Gibała <szymongib@gmail.com>
2022-02-14 18:52:16 +01:00
Szymon Gibała
9af52a3dae Revert old commit, skip test if user is not root
Signed-off-by: Szymon Gibała <szymongib@gmail.com>
2022-02-14 18:39:33 +01:00
utam0k
c90d737a81
Merge pull request #712 from Junnplus/cargo-config
remove cargo config
2022-02-14 21:04:03 +09:00
utam0k
e0f23115b7
Merge pull request #708 from containers/dependabot/cargo/serde_json-1.0.79
chore(deps): bump serde_json from 1.0.78 to 1.0.79
2022-02-14 21:01:37 +09:00
utam0k
2f0a87616a
Merge pull request #709 from containers/dependabot/cargo/ntapi-0.3.7
chore(deps): bump ntapi from 0.3.6 to 0.3.7
2022-02-14 21:01:06 +09:00