1
0
mirror of https://github.com/containers/youki synced 2024-09-20 10:54:22 +02:00
Commit Graph

4155 Commits

Author SHA1 Message Date
Yashodhan
42708e469f
Merge pull request #2150 from yihuaf/yihuaf/optional-ci
Temporarily disable musl tests until https://github.com/containers/youki/issues/2144 is resolved
2023-07-11 11:07:10 +05:30
yihuaf
2828300991 comment out musl test
Signed-off-by: yihuaf <yihuaf@unkies.org>
2023-07-10 22:25:50 -07:00
github-actions[bot]
4add19e84a
Merge pull request #2157 from containers/dependabot/cargo/equivalent-1.0.1 2023-07-11 01:19:14 +00:00
github-actions[bot]
d87aa63226
Merge pull request #2156 from containers/dependabot/cargo/rustls-0.21.5 2023-07-11 01:11:36 +00:00
dependabot[bot]
162d0740ac
chore(deps): bump equivalent from 1.0.0 to 1.0.1
Bumps [equivalent](https://github.com/cuviper/equivalent) from 1.0.0 to 1.0.1.
- [Commits](https://github.com/cuviper/equivalent/compare/v1.0.0...v1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 01:10:54 +00:00
dependabot[bot]
56d83b871f
chore(deps): bump rustls from 0.21.3 to 0.21.5
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.3 to 0.21.5.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.3...v/0.21.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 01:03:18 +00:00
Toru Komatsu
d7e4a04252
Merge pull request #2122 from utam0k/required-lable
Add one label to generate release notes
2023-07-10 19:58:55 +09:00
Yashodhan
a21f2827c3
Merge pull request #2152 from containers/dependabot/cargo/proc-macro2-1.0.64
(auto merged) chore(deps): bump proc-macro2 from 1.0.63 to 1.0.64
2023-07-10 10:38:48 +05:30
github-actions[bot]
f251515596
Merge pull request #2154 from containers/dependabot/cargo/winnow-0.4.9 2023-07-10 01:28:36 +00:00
dependabot[bot]
114faa22f1
chore(deps): bump winnow from 0.4.8 to 0.4.9
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.4.8 to 0.4.9.
- [Changelog](https://github.com/winnow-rs/winnow/blob/v0.4.9/CHANGELOG.md)
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.4.8...v0.4.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 01:18:16 +00:00
github-actions[bot]
e6fc726eb9
Merge pull request #2153 from containers/dependabot/cargo/regex-1.9.1 2023-07-10 01:16:44 +00:00
dependabot[bot]
2bae282696
chore(deps): bump proc-macro2 from 1.0.63 to 1.0.64
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.63 to 1.0.64.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.63...1.0.64)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 01:09:27 +00:00
dependabot[bot]
b26c790ec6
chore(deps): bump regex from 1.9.0 to 1.9.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.0 to 1.9.1.
- [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.0...1.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 01:08:22 +00:00
github-actions[bot]
15d2310f1f
Merge pull request #2151 from containers/dependabot/cargo/serde-1.0.168 2023-07-10 01:05:50 +00:00
dependabot[bot]
718352a4f2
chore(deps): bump serde from 1.0.167 to 1.0.168
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.167 to 1.0.168.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.167...v1.0.168)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 00:57:30 +00:00
Toru Komatsu
8c70990b57
Merge pull request #2146 from containers/dependabot/cargo/serde-1.0.167
(auto merged) chore(deps): bump serde from 1.0.166 to 1.0.167
2023-07-09 21:12:28 +09:00
github-actions[bot]
1740fadb1f
Merge pull request #2148 from containers/dependabot/cargo/is-terminal-0.4.9 2023-07-07 00:49:22 +00:00
github-actions[bot]
162c64110b
Merge pull request #2147 from containers/dependabot/cargo/winnow-0.4.8 2023-07-07 00:49:05 +00:00
dependabot[bot]
19400355fa
chore(deps): bump serde from 1.0.166 to 1.0.167
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.166 to 1.0.167.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.166...v1.0.167)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-07 00:32:55 +00:00
github-actions[bot]
f2ff97b24f
Merge pull request #2145 from containers/dependabot/cargo/thiserror-1.0.43 2023-07-07 00:31:45 +00:00
dependabot[bot]
a3a5147bd1
chore(deps): bump is-terminal from 0.4.8 to 0.4.9
Bumps [is-terminal](https://github.com/sunfishcode/is-terminal) from 0.4.8 to 0.4.9.
- [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.8...v0.4.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-07 00:29:50 +00:00
dependabot[bot]
90bc7ffb8c
chore(deps): bump winnow from 0.4.7 to 0.4.8
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.4.7 to 0.4.8.
- [Changelog](https://github.com/winnow-rs/winnow/blob/v0.4.8/CHANGELOG.md)
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.4.7...v0.4.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-07 00:29:07 +00:00
dependabot[bot]
8b6675b043
chore(deps): bump thiserror from 1.0.41 to 1.0.43
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.41 to 1.0.43.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.41...1.0.43)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-07 00:21:24 +00:00
Toru Komatsu
e5f74ca7a1
Merge pull request #2136 from containers/dependabot/cargo/regex-1.9.0
chore(deps): bump regex from 1.8.4 to 1.9.0
2023-07-06 21:51:13 +09:00
Yashodhan
4287a3cc06
Merge pull request #2143 from YJDoc2/increase-musl-ci-timeout
Increate musl CI test timeout to 20
2023-07-06 14:26:59 +05:30
Yashodhan Joshi
f5a0dec4e6 Increate musl CI test timeout to 20 2023-07-06 12:25:04 +05:30
dependabot[bot]
c308166cb8
chore(deps): bump regex from 1.8.4 to 1.9.0
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.4 to 1.9.0.
- [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.8.4...1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06 06:53:10 +00:00
Yashodhan
f160afca58
Merge pull request #2133 from yihuaf/yihuaf/fix_typos
[Trivial] exclude the oci-runtime-test from the typos
2023-07-06 10:24:29 +05:30
Yashodhan
421ba09a8d
Merge pull request #2135 from containers/dependabot/cargo/cpufeatures-0.2.9
(auto merged) chore(deps): bump cpufeatures from 0.2.8 to 0.2.9
2023-07-06 10:21:22 +05:30
Yashodhan
f73a94d294
Merge pull request #2134 from containers/dependabot/cargo/toml_edit-0.19.12
(auto merged) chore(deps): bump toml_edit from 0.19.11 to 0.19.12
2023-07-06 10:19:43 +05:30
Yashodhan
05adef9fca
Merge pull request #2142 from containers/dependabot/cargo/async-trait-0.1.71
(auto merged) chore(deps): bump async-trait from 0.1.70 to 0.1.71
2023-07-06 10:18:15 +05:30
Yashodhan
4d8f9dee58
Merge pull request #2140 from containers/dependabot/cargo/rustls-0.21.3
(auto merged) chore(deps): bump rustls from 0.21.2 to 0.21.3
2023-07-06 10:17:29 +05:30
Yashodhan
13972cbf63
Merge pull request #2137 from containers/dependabot/cargo/rustix-0.36.15
(auto merged) chore(deps): bump rustix from 0.36.14 to 0.36.15
2023-07-06 10:17:11 +05:30
Yashodhan
4bc0222d1a
Merge pull request #2141 from containers/dependabot/cargo/vergen-8.2.4
(auto merged) chore(deps): bump vergen from 8.2.1 to 8.2.4
2023-07-06 10:16:32 +05:30
dependabot[bot]
877f47e20a
chore(deps): bump async-trait from 0.1.70 to 0.1.71
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.70 to 0.1.71.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.70...0.1.71)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06 00:52:27 +00:00
dependabot[bot]
52b40dfed5
chore(deps): bump vergen from 8.2.1 to 8.2.4
Bumps [vergen](https://github.com/rustyhorde/vergen) from 8.2.1 to 8.2.4.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/compare/8.2.1...8.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06 00:50:09 +00:00
dependabot[bot]
733ecc7422
chore(deps): bump rustls from 0.21.2 to 0.21.3
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.2 to 0.21.3.
- [Changelog](https://github.com/rustls/rustls/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/rustls/rustls/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06 00:47:41 +00:00
dependabot[bot]
e25b641b67
chore(deps): bump rustix from 0.36.14 to 0.36.15
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.14 to 0.36.15.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.36.14...v0.36.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06 00:38:03 +00:00
dependabot[bot]
4f8b937dab
chore(deps): bump cpufeatures from 0.2.8 to 0.2.9
Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.2.8 to 0.2.9.
- [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.8...cpufeatures-v0.2.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06 00:33:55 +00:00
dependabot[bot]
71821f4234
chore(deps): bump toml_edit from 0.19.11 to 0.19.12
Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.19.11 to 0.19.12.
- [Commits](https://github.com/toml-rs/toml/compare/v0.19.11...v0.19.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06 00:33:24 +00:00
yihuaf
93d9bf578b exclude the oci-runtime-test from the typos
Signed-off-by: yihuaf <yihuaf@unkies.org>
2023-07-05 15:56:25 -07:00
utam0k
505db5529e
Add one label to generate release notes
Signed-off-by: utam0k <k0ma@utam0k.jp>
2023-07-05 12:31:34 +00:00
github-actions[bot]
7bb7ed4497
Merge pull request #2129 from containers/dependabot/cargo/hermit-abi-0.3.2 2023-07-05 01:20:05 +00:00
github-actions[bot]
2e428595a9
Merge pull request #2128 from containers/dependabot/cargo/serde_json-1.0.100 2023-07-05 01:19:29 +00:00
github-actions[bot]
d4208007fc
Merge pull request #2126 from containers/dependabot/cargo/thiserror-1.0.41 2023-07-05 01:18:43 +00:00
github-actions[bot]
d5784b1c40
Merge pull request #2127 from containers/dependabot/cargo/prettyplease-0.2.10 2023-07-05 01:14:52 +00:00
github-actions[bot]
e22c89d41f
Merge pull request #2125 from containers/dependabot/cargo/hyper-rustls-0.24.1 2023-07-05 01:11:28 +00:00
github-actions[bot]
221f0e2240
Merge pull request #2124 from containers/dependabot/cargo/async-trait-0.1.70 2023-07-05 01:10:15 +00:00
dependabot[bot]
1163d2ab0a
chore(deps): bump hermit-abi from 0.3.1 to 0.3.2
Bumps [hermit-abi](https://github.com/hermitcore/rusty-hermit) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/hermitcore/rusty-hermit/releases)
- [Commits](https://github.com/hermitcore/rusty-hermit/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 01:09:26 +00:00
dependabot[bot]
0a4cf3716e
chore(deps): bump serde_json from 1.0.99 to 1.0.100
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.99 to 1.0.100.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.99...v1.0.100)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 01:09:08 +00:00