1
0
mirror of https://github.com/containers/youki synced 2024-11-23 17:32:15 +01:00
Commit Graph

4848 Commits

Author SHA1 Message Date
dependabot[bot]
15aef66d4b
chore(deps): bump proc-macro2 from 1.0.67 to 1.0.69
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.67 to 1.0.69.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.67...1.0.69)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 01:49:41 +00:00
github-actions[bot]
5d94dc1382
Merge pull request #2413 from containers/dependabot/cargo/libc-0.2.149 2023-10-09 01:30:45 +00:00
dependabot[bot]
2a8c0e4fef
chore(deps): bump libc from 0.2.148 to 0.2.149
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.148 to 0.2.149.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.148...0.2.149)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 01:20:28 +00:00
anti-entropy123
59937cf490 update nix to 0.27.1
Signed-off-by: anti-entropy123 <1348651580@qq.com>
2023-10-07 11:10:07 +08:00
Yashodhan
fee4641930
Merge pull request #2407 from containers/dependabot/cargo/byteorder-1.5.0
chore(deps): bump byteorder from 1.4.3 to 1.5.0
2023-10-06 10:16:00 +05:30
Yashodhan
0c2567f8e9
Merge pull request #2410 from containers/dependabot/cargo/ittapi-0.3.5
(auto merged) chore(deps): bump ittapi from 0.3.4 to 0.3.5
2023-10-06 10:11:45 +05:30
dependabot[bot]
102ab417da
chore(deps): bump ittapi from 0.3.4 to 0.3.5
Bumps [ittapi](https://github.com/intel/ittapi) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/intel/ittapi/releases)
- [Commits](https://github.com/intel/ittapi/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 01:14:54 +00:00
github-actions[bot]
ca7f231f5c
Merge pull request #2409 from containers/dependabot/cargo/ittapi-sys-0.3.5 2023-10-06 01:13:50 +00:00
github-actions[bot]
5a0bcb54a5
Merge pull request #2408 from containers/dependabot/cargo/winnow-0.5.16 2023-10-06 01:12:39 +00:00
dependabot[bot]
6ff5af5c38
chore(deps): bump ittapi-sys from 0.3.4 to 0.3.5
Bumps [ittapi-sys](https://github.com/intel/ittapi) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/intel/ittapi/releases)
- [Commits](https://github.com/intel/ittapi/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 01:03:32 +00:00
dependabot[bot]
2d764a2ee3
chore(deps): bump winnow from 0.5.15 to 0.5.16
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.5.15 to 0.5.16.
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.15...v0.5.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 01:02:22 +00:00
dependabot[bot]
561ace5828
chore(deps): bump byteorder from 1.4.3 to 1.5.0
Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.4.3 to 1.5.0.
- [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/byteorder/compare/1.4.3...1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 00:56:13 +00:00
Yashodhan
cc39179f9f
podman rootless with dbus native (#2370)
* Move dbus_native code to youki, add tests

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* (incomplete) move individual systemd components to dbus_native

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* (incomplete) Change tests to use dbus_native, move
systemdClientInterface into dbus_native

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* (incomplete) Change variant to actual enum, Fix types for systemd

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Fix bug in vector ser/de

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Fix mut requirements, minor lints etc., add client id in dbus

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Add implementation for proxy methods

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Split dbus error from SystemdClientError

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* implement system and session connection creation

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Fix typos and failing feature test build

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Completely remove dbus dependency and add docs regarding dbus-native

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Update migration guide, move documentation od dbus_native to cgroups

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

---------

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2023-10-05 21:08:06 +09:00
github-actions[bot]
fc16798cff
Merge pull request #2405 from containers/dependabot/cargo/sharded-slab-0.1.7 2023-10-05 00:44:38 +00:00
dependabot[bot]
7ac58ded51
chore(deps): bump sharded-slab from 0.1.6 to 0.1.7
Bumps [sharded-slab](https://github.com/hawkw/sharded-slab) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/hawkw/sharded-slab/releases)
- [Changelog](https://github.com/hawkw/sharded-slab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hawkw/sharded-slab/compare/v0.1.6...v0.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 00:34:12 +00:00
github-actions[bot]
8e056a1ccb
Merge pull request #2404 from containers/dependabot/cargo/reqwest-0.11.22 2023-10-04 01:15:23 +00:00
github-actions[bot]
0a9eef8e8e
Merge pull request #2403 from containers/dependabot/cargo/wasmprinter-0.2.68 2023-10-04 01:06:46 +00:00
dependabot[bot]
90b1b329b8
chore(deps): bump reqwest from 0.11.21 to 0.11.22
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.21 to 0.11.22.
- [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.21...v0.11.22)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-04 01:05:06 +00:00
dependabot[bot]
8c591d4495
chore(deps): bump wasmprinter from 0.2.67 to 0.2.68
Bumps [wasmprinter](https://github.com/bytecodealliance/wasm-tools) from 0.2.67 to 0.2.68.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmprinter-0.2.67...wasmprinter-0.2.68)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-04 00:56:29 +00:00
github-actions[bot]
a322300aff
Merge pull request #2402 from containers/dependabot/cargo/reqwest-0.11.21 2023-10-03 00:43:36 +00:00
dependabot[bot]
2758d744ac
chore(deps): bump reqwest from 0.11.20 to 0.11.21
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.20 to 0.11.21.
- [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.20...v0.11.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 00:23:03 +00:00
github-actions[bot]
0c588a7a8e
Merge pull request #2401 from containers/dependabot/cargo/errno-0.3.4 2023-10-02 01:43:26 +00:00
dependabot[bot]
8d741e5ba4
chore(deps): bump errno from 0.3.3 to 0.3.4
Bumps [errno](https://github.com/lambda-fairy/rust-errno) from 0.3.3 to 0.3.4.
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...v0.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 01:33:06 +00:00
github-actions[bot]
c06e28f2b2
Merge pull request #2400 from containers/dependabot/cargo/memchr-2.6.4 2023-10-02 01:26:32 +00:00
dependabot[bot]
a90720562e
chore(deps): bump memchr from 2.6.3 to 2.6.4
Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.6.3 to 2.6.4.
- [Commits](https://github.com/BurntSushi/memchr/compare/2.6.3...2.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 01:16:14 +00:00
github-actions[bot]
607cd5717f
Merge pull request #2399 from containers/dependabot/cargo/regex-1.9.6 2023-10-02 01:14:38 +00:00
dependabot[bot]
0a9bc3916a
chore(deps): bump regex from 1.9.5 to 1.9.6
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.5 to 1.9.6.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.9.5...1.9.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 01:04:17 +00:00
github-actions[bot]
ab7230a315
Merge pull request #2397 from containers/dependabot/cargo/anstyle-parse-0.2.2 2023-09-29 01:10:18 +00:00
dependabot[bot]
fd5b39f217
chore(deps): bump anstyle-parse from 0.2.1 to 0.2.2
Bumps [anstyle-parse](https://github.com/rust-cli/anstyle) from 0.2.1 to 0.2.2.
- [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.1...anstyle-parse-v0.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-29 00:59:59 +00:00
github-actions[bot]
f03b9c1c88
Merge pull request #2396 from containers/dependabot/cargo/anstyle-1.0.4 2023-09-29 00:40:30 +00:00
dependabot[bot]
9a093f6db7
chore(deps): bump anstyle from 1.0.3 to 1.0.4
Bumps [anstyle](https://github.com/rust-cli/anstyle) from 1.0.3 to 1.0.4.
- [Commits](https://github.com/rust-cli/anstyle/compare/v1.0.3...v1.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-29 00:29:44 +00:00
github-actions[bot]
6a9c78bb73
Merge pull request #2393 from containers/dependabot/cargo/thiserror-1.0.49 2023-09-28 00:41:35 +00:00
github-actions[bot]
67ca077daa
Merge pull request #2394 from containers/dependabot/cargo/sharded-slab-0.1.6 2023-09-28 00:40:22 +00:00
dependabot[bot]
7f9bd60e01
chore(deps): bump sharded-slab from 0.1.4 to 0.1.6
Bumps [sharded-slab](https://github.com/hawkw/sharded-slab) from 0.1.4 to 0.1.6.
- [Release notes](https://github.com/hawkw/sharded-slab/releases)
- [Changelog](https://github.com/hawkw/sharded-slab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hawkw/sharded-slab/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-28 00:24:02 +00:00
dependabot[bot]
493a5653ee
chore(deps): bump thiserror from 1.0.48 to 1.0.49
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.48 to 1.0.49.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.48...1.0.49)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-28 00:21:14 +00:00
github-actions[bot]
59d3c2e2e2
Merge pull request #2391 from containers/dependabot/cargo/sha2-0.10.8 2023-09-27 00:40:33 +00:00
github-actions[bot]
f7e1475629
Merge pull request #2390 from containers/dependabot/cargo/wasmprinter-0.2.67 2023-09-27 00:33:01 +00:00
dependabot[bot]
67e15567b5
chore(deps): bump sha2 from 0.10.7 to 0.10.8
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.7 to 0.10.8.
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.7...sha2-v0.10.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 00:23:28 +00:00
dependabot[bot]
ad2c52c12c
chore(deps): bump wasmprinter from 0.2.66 to 0.2.67
Bumps [wasmprinter](https://github.com/bytecodealliance/wasm-tools) from 0.2.66 to 0.2.67.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmprinter-0.2.66...wasmprinter-0.2.67)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 00:20:14 +00:00
github-actions[bot]
055f483e9b
Merge pull request #2388 from containers/dependabot/cargo/fastrand-2.0.1 2023-09-26 00:28:58 +00:00
github-actions[bot]
5c6fdcf8c1
Merge pull request #2387 from containers/dependabot/cargo/waker-fn-1.1.1 2023-09-26 00:28:12 +00:00
dependabot[bot]
7d17b015f6
chore(deps): bump fastrand from 2.0.0 to 2.0.1
Bumps [fastrand](https://github.com/smol-rs/fastrand) from 2.0.0 to 2.0.1.
- [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/v2.0.0...v2.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 00:18:36 +00:00
dependabot[bot]
b8e20ad82d
chore(deps): bump waker-fn from 1.1.0 to 1.1.1
Bumps [waker-fn](https://github.com/smol-rs/waker-fn) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/smol-rs/waker-fn/releases)
- [Changelog](https://github.com/smol-rs/waker-fn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/waker-fn/compare/v1.1.0...v1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 00:17:54 +00:00
Toru Komatsu
0b2f8be2cd
Merge pull request #2381 from utam0k/dev-doc-e2e
Update the developer documentation for the e2e tests.
2023-09-25 21:25:37 +09:00
utam0k
6c0eb28271
fix typo
Signed-off-by: utam0k <k0ma@utam0k.jp>
2023-09-25 12:15:03 +00:00
utam0k
72566c162f
oci-test -> test-oci
Signed-off-by: utam0k <k0ma@utam0k.jp>
2023-09-25 12:14:34 +00:00
utam0k
abf739016c
Update the developer documentation for the e2e tests.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2023-09-25 12:13:53 +00:00
Toru Komatsu
ceb41e1f79
Merge pull request #2382 from utam0k/doc-bpftrace
Add the documentation for debugging
2023-09-25 19:58:12 +09:00
Yashodhan
ee856d26df
Merge pull request #2330 from yihuaf/yihuaf/doc-test
Refactor doc test and justfile
2023-09-25 12:30:19 +05:30
Yashodhan Joshi
28586ed3f7 re-add ld_library_path for unit test, rename cleanup step
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2023-09-25 12:17:16 +05:30