dependabot[bot]
f1ee74a9e8
chore(deps): bump cap-rand from 1.0.14 to 1.0.15
...
Bumps [cap-rand](https://github.com/bytecodealliance/cap-std ) from 1.0.14 to 1.0.15.
- [Commits](https://github.com/bytecodealliance/cap-std/compare/cap-rand-v1.0.14...cap-rand-v1.0.15 )
---
updated-dependencies:
- dependency-name: cap-rand
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 01:22:25 +00:00
Toru Komatsu
d395b5c11d
Merge pull request #1924 from containers/dependabot/cargo/security-framework-2.9.0
...
chore(deps): bump security-framework from 2.8.2 to 2.9.0
2023-05-16 21:55:10 +09:00
github-actions[bot]
9e1b769294
Merge pull request #1926 from containers/dependabot/cargo/wasm-bindgen-0.2.86
2023-05-16 01:28:47 +00:00
github-actions[bot]
131393ec56
Merge pull request #1927 from containers/dependabot/cargo/uuid-1.3.3
2023-05-16 01:27:04 +00:00
github-actions[bot]
1e5ef5caef
Merge pull request #1925 from containers/dependabot/cargo/proc-macro2-1.0.57
2023-05-16 01:24:37 +00:00
dependabot[bot]
0577b9d813
chore(deps): bump uuid from 1.3.2 to 1.3.3
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.3.2...1.3.3 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 01:18:44 +00:00
dependabot[bot]
159f5dc4d5
chore(deps): bump wasm-bindgen from 0.2.85 to 0.2.86
...
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen ) from 0.2.85 to 0.2.86.
- [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/compare/0.2.85...0.2.86 )
---
updated-dependencies:
- dependency-name: wasm-bindgen
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 01:18:27 +00:00
github-actions[bot]
57129826ec
Merge pull request #1923 from containers/dependabot/cargo/wat-1.0.64
2023-05-16 01:16:02 +00:00
dependabot[bot]
4726089bb6
chore(deps): bump proc-macro2 from 1.0.56 to 1.0.57
...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.56 to 1.0.57.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.56...1.0.57 )
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 01:14:19 +00:00
github-actions[bot]
58c8d12c19
Merge pull request #1922 from containers/dependabot/cargo/js-sys-0.3.63
2023-05-16 01:12:12 +00:00
dependabot[bot]
5a3b5bceca
chore(deps): bump security-framework from 2.8.2 to 2.9.0
...
Bumps [security-framework](https://github.com/kornelski/rust-security-framework ) from 2.8.2 to 2.9.0.
- [Release notes](https://github.com/kornelski/rust-security-framework/releases )
- [Commits](https://github.com/kornelski/rust-security-framework/compare/v2.8.2...v2.9.0 )
---
updated-dependencies:
- dependency-name: security-framework
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 01:11:58 +00:00
dependabot[bot]
94f5307cfb
chore(deps): bump wat from 1.0.63 to 1.0.64
...
Bumps [wat](https://github.com/bytecodealliance/wasm-tools ) from 1.0.63 to 1.0.64.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases )
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wat-1.0.63...wat-1.0.64 )
---
updated-dependencies:
- dependency-name: wat
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 01:03:44 +00:00
dependabot[bot]
0c54291a21
chore(deps): bump js-sys from 0.3.62 to 0.3.63
...
Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen ) from 0.3.62 to 0.3.63.
- [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>
2023-05-16 01:01:52 +00:00
Eric Fang
9ebebc2420
Implemented thiserror
for libcontainer - Part 4 ( #1912 )
...
* implemented this error for rootfs
Signed-off-by: yihuaf <yihuaf@unkies.org>
* container state error
Signed-off-by: yihuaf <yihuaf@unkies.org>
* implemented intel rdt error
Signed-off-by: yihuaf <yihuaf@unkies.org>
* process module converted to thiserror
Signed-off-by: yihuaf <yihuaf@unkies.org>
* workload mod
Signed-off-by: yihuaf <yihuaf@unkies.org>
* moved executable utils
Signed-off-by: yihuaf <yihuaf@unkies.org>
* rootless
Signed-off-by: yihuaf <yihuaf@unkies.org>
* refactored missing spec error
Signed-off-by: yihuaf <yihuaf@unkies.org>
* fix lint
Signed-off-by: yihuaf <yihuaf@unkies.org>
* fix
Signed-off-by: yihuaf <yihuaf@unkies.org>
---------
Signed-off-by: yihuaf <yihuaf@unkies.org>
2023-05-15 20:20:55 +09:00
Toru Komatsu
16225a14b5
Merge pull request #1915 from containers/dependabot/cargo/wasmedge-sdk-0.8.1
...
chore(deps): bump wasmedge-sdk from 0.7.1 to 0.8.1
2023-05-15 19:44:15 +09:00
yihuaf
90313c46eb
Switch vm to VmBuilder
...
Signed-off-by: yihuaf <yihuaf@unkies.org>
2023-05-14 21:13:46 -07:00
dependabot[bot]
924518c62f
chore(deps): bump pin-project from 1.0.12 to 1.1.0 ( #1917 )
...
Bumps [pin-project](https://github.com/taiki-e/pin-project ) from 1.0.12 to 1.1.0.
- [Release notes](https://github.com/taiki-e/pin-project/releases )
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/pin-project/compare/v1.0.12...v1.1.0 )
---
updated-dependencies:
- dependency-name: pin-project
dependency-type: indirect
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>
2023-05-14 20:25:17 -07:00
dependabot[bot]
1b367dba0b
chore(deps): bump security-framework-sys from 2.8.0 to 2.9.0 ( #1920 )
...
Bumps [security-framework-sys](https://github.com/kornelski/rust-security-framework ) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/kornelski/rust-security-framework/releases )
- [Commits](https://github.com/kornelski/rust-security-framework/compare/v2.8.0...v2.9.0 )
---
updated-dependencies:
- dependency-name: security-framework-sys
dependency-type: indirect
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>
2023-05-14 20:24:51 -07:00
github-actions[bot]
be269d8649
Merge pull request #1919 from containers/dependabot/cargo/iana-time-zone-haiku-0.1.2
2023-05-15 01:59:17 +00:00
github-actions[bot]
4498b0ac1c
Merge pull request #1918 from containers/dependabot/cargo/h2-0.3.19
2023-05-15 01:58:30 +00:00
github-actions[bot]
5d1a9b3f1b
Merge pull request #1916 from containers/dependabot/cargo/rkyv-0.7.42
2023-05-15 01:50:56 +00:00
dependabot[bot]
274930a3c3
chore(deps): bump iana-time-zone-haiku from 0.1.1 to 0.1.2
...
Bumps [iana-time-zone-haiku](https://github.com/strawlab/iana-time-zone ) from 0.1.1 to 0.1.2.
- [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md )
- [Commits](https://github.com/strawlab/iana-time-zone/compare/0.1.1...0.1.2 )
---
updated-dependencies:
- dependency-name: iana-time-zone-haiku
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 01:48:57 +00:00
dependabot[bot]
6b1ee3e18f
chore(deps): bump h2 from 0.3.18 to 0.3.19
...
Bumps [h2](https://github.com/hyperium/h2 ) from 0.3.18 to 0.3.19.
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.3.18...v0.3.19 )
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 01:48:12 +00:00
github-actions[bot]
302068d28e
Merge pull request #1914 from containers/dependabot/cargo/bytecheck_derive-0.6.11
2023-05-15 01:44:09 +00:00
dependabot[bot]
fd551a569b
chore(deps): bump rkyv from 0.7.41 to 0.7.42
...
Bumps [rkyv](https://github.com/rkyv/rkyv ) from 0.7.41 to 0.7.42.
- [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.41...v0.7.42 )
---
updated-dependencies:
- dependency-name: rkyv
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 01:40:35 +00:00
github-actions[bot]
2311312dab
Merge pull request #1913 from containers/dependabot/cargo/rkyv_derive-0.7.42
2023-05-15 01:38:57 +00:00
dependabot[bot]
a9fd3adfc6
chore(deps): bump wasmedge-sdk from 0.7.1 to 0.8.1
...
Bumps [wasmedge-sdk](https://github.com/WasmEdge/WasmEdge ) from 0.7.1 to 0.8.1.
- [Release notes](https://github.com/WasmEdge/WasmEdge/releases )
- [Changelog](https://github.com/WasmEdge/WasmEdge/blob/master/Changelog.md )
- [Commits](https://github.com/WasmEdge/WasmEdge/compare/0.7.1...0.8.1 )
---
updated-dependencies:
- dependency-name: wasmedge-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 01:38:39 +00:00
dependabot[bot]
0352b891c6
chore(deps): bump bytecheck_derive from 0.6.10 to 0.6.11
...
Bumps [bytecheck_derive](https://github.com/djkoloski/bytecheck ) from 0.6.10 to 0.6.11.
- [Release notes](https://github.com/djkoloski/bytecheck/releases )
- [Commits](https://github.com/djkoloski/bytecheck/commits )
---
updated-dependencies:
- dependency-name: bytecheck_derive
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 01:33:46 +00:00
dependabot[bot]
d3323ae1d6
chore(deps): bump rkyv_derive from 0.7.41 to 0.7.42
...
Bumps [rkyv_derive](https://github.com/rkyv/rkyv ) from 0.7.41 to 0.7.42.
- [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.41...v0.7.42 )
---
updated-dependencies:
- dependency-name: rkyv_derive
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 01:28:34 +00:00
Toru Komatsu
91b476a35f
Use safe_path crate instead of our original secure_join ( #1911 )
...
Our secure_join had a bug and did not work perfectly with K8s.
It did not take into account the case where the symbolic destination is an absolute path.
Thus there are many cases where secure_join should be considered;
it would be more worthwhile to use safe_path,
which kata-container makes, and mature this one.
Signed-off-by: utam0k <k0ma@utam0k.jp>
2023-05-13 10:30:17 -07:00
Eric Fang
dcc13ff365
convert youki to use tracing ( #1899 )
...
* convert youki to use tracing
Signed-off-by: yihuaf <yihuaf@unkies.org>
* fix default logging to stderr
Signed-off-by: yihuaf <yihuaf@unkies.org>
* fix unsafe
Signed-off-by: yihuaf <yihuaf@unkies.org>
* turn off time stamp for text log to stderr
Signed-off-by: yihuaf <yihuaf@unkies.org>
---------
Signed-off-by: yihuaf <yihuaf@unkies.org>
2023-05-12 20:47:05 +09:00
Yashodhan
779df9bd69
Merge pull request #1908 from yihuaf/yihuaf/readme
...
[Trivial] fix dependency for fedora
2023-05-12 11:20:53 +05:30
github-actions[bot]
baaa380385
Merge pull request #1910 from containers/dependabot/cargo/tracing-core-0.1.31
2023-05-12 01:24:46 +00:00
github-actions[bot]
1f20bec530
Merge pull request #1909 from containers/dependabot/cargo/serde-1.0.163
2023-05-12 01:15:00 +00:00
dependabot[bot]
0646e01c7c
chore(deps): bump tracing-core from 0.1.30 to 0.1.31
...
Bumps [tracing-core](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-core-0.1.30...tracing-core-0.1.31 )
---
updated-dependencies:
- dependency-name: tracing-core
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-12 01:14:28 +00:00
dependabot[bot]
a8c8e9022b
chore(deps): bump serde from 1.0.162 to 1.0.163
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.162 to 1.0.163.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.162...v1.0.163 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-12 01:04:43 +00:00
yihuaf
73bdd11d03
fix dependency for fedora
...
Signed-off-by: yihuaf <yihuaf@unkies.org>
2023-05-11 16:07:09 -07:00
Toru Komatsu
d616ebf480
Merge pull request #1900 from ipuustin/no-chrono-default-features
...
deps: do not use chrono default-features.
2023-05-11 21:47:54 +09:00
Toru Komatsu
c0ba7e019b
Merge pull request #1907 from njucjc/update_readme
...
Docs: Update readme
2023-05-11 21:47:20 +09:00
Ismo Puustinen
131beacf15
deps: do not use chrono default-features.
...
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
2023-05-11 08:44:38 +03:00
njucjc
b164852f6e
Docs: Update readme
...
Signed-off-by: njucjc <njucjc@gmail.com>
2023-05-11 11:49:20 +08:00
github-actions[bot]
2b51d6a825
Merge pull request #1906 from containers/dependabot/cargo/enumset_derive-0.8.1
2023-05-11 01:24:56 +00:00
github-actions[bot]
639c5b4aaa
Merge pull request #1905 from containers/dependabot/cargo/web-sys-0.3.62
2023-05-11 01:20:54 +00:00
github-actions[bot]
e312c086b9
Merge pull request #1904 from containers/dependabot/cargo/wasm-bindgen-futures-0.4.35
2023-05-11 01:17:44 +00:00
dependabot[bot]
30211e4b47
chore(deps): bump enumset_derive from 0.8.0 to 0.8.1
...
Bumps [enumset_derive](https://github.com/Lymia/enumset ) from 0.8.0 to 0.8.1.
- [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md )
- [Commits](https://github.com/Lymia/enumset/commits )
---
updated-dependencies:
- dependency-name: enumset_derive
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 01:16:34 +00:00
github-actions[bot]
125eb9ab5c
Merge pull request #1902 from containers/dependabot/cargo/enumset-1.1.2
2023-05-11 01:14:48 +00:00
github-actions[bot]
436df2c2ee
Merge pull request #1903 from containers/dependabot/cargo/tokio-1.28.1
2023-05-11 01:14:12 +00:00
dependabot[bot]
1e6c15da7a
chore(deps): bump web-sys from 0.3.61 to 0.3.62
...
Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen ) from 0.3.61 to 0.3.62.
- [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: web-sys
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 01:12:34 +00:00
dependabot[bot]
033fa4c614
chore(deps): bump wasm-bindgen-futures from 0.4.34 to 0.4.35
...
Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen ) from 0.4.34 to 0.4.35.
- [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: wasm-bindgen-futures
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 01:09:26 +00:00
dependabot[bot]
b00463c5c2
chore(deps): bump tokio from 1.28.0 to 1.28.1
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.0...tokio-1.28.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-11 01:05:49 +00:00