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

5264 Commits

Author SHA1 Message Date
dependabot[bot]
0b2140a1eb
Bump the patch group with 3 updates
Bumps the patch group with 3 updates: [nc](https://github.com/xushaohua/nc), [wasmtime](https://github.com/bytecodealliance/wasmtime) and [wasi-common](https://github.com/bytecodealliance/wasmtime).


Updates `nc` from 0.9.3 to 0.9.4
- [Commits](https://github.com/xushaohua/nc/compare/v0.9.3...v0.9.4)

Updates `wasmtime` from 25.0.1 to 25.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v25.0.1...v25.0.2)

Updates `wasi-common` from 25.0.1 to 25.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v25.0.1...v25.0.2)

---
updated-dependencies:
- dependency-name: nc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: wasmtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: wasi-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-10 00:30:28 +00:00
Toru Komatsu
38ae405b12
Add the affiliations of youki maintainers (#2947)
* Add the affiliations of youki maintainers

Signed-off-by: Toru Komatsu <k0ma@utam0k.jp>

* Apply suggestions from code review

Co-authored-by: Thomas Schubart <24721048+Furisto@users.noreply.github.com>

* Update maintainer.md

---------

Signed-off-by: Toru Komatsu <k0ma@utam0k.jp>
Co-authored-by: Thomas Schubart <24721048+Furisto@users.noreply.github.com>
2024-10-08 11:31:07 +00:00
Kotaro Inoue
95e4f6e4b1
Add seccomp into feature flags of youki to be compiled in (#2924)
* Add seccomp feature flag to youki

Signed-off-by: Kotaro Inoue <k.musaino@gmail.com>

* Add seccomp flag to the features test cases

Signed-off-by: Kotaro Inoue <k.musaino@gmail.com>

* fixup! Add seccomp flag to the features test cases

Signed-off-by: Kotaro Inoue <k.musaino@gmail.com>

---------

Signed-off-by: Kotaro Inoue <k.musaino@gmail.com>
2024-10-08 12:21:53 +09:00
Yashodhan
4574e7a0fe
Merge pull request #2943 from containers/dependabot/cargo/pentacle-1.1.0
Bump pentacle from 1.0.0 to 1.1.0
2024-10-07 10:06:51 +05:30
github-actions[bot]
0fe6efb754
Merge pull request #2944 from containers/dependabot/cargo/patch-b00d7af9f7 2024-10-07 00:50:19 +00:00
dependabot[bot]
2f3fb8bdc1
Bump once_cell from 1.20.1 to 1.20.2 in the patch group
Bumps the patch group with 1 update: [once_cell](https://github.com/matklad/once_cell).


Updates `once_cell` from 1.20.1 to 1.20.2
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.20.1...v1.20.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-07 00:39:33 +00:00
dependabot[bot]
a868cdbd13
Bump pentacle from 1.0.0 to 1.1.0
Bumps [pentacle](https://github.com/haha-business/pentacle) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/haha-business/pentacle/releases)
- [Changelog](https://github.com/haha-business/pentacle/blob/magick/CHANGELOG.md)
- [Commits](https://github.com/haha-business/pentacle/compare/v1.0.0...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-04 00:36:30 +00:00
Yashodhan
c74b67bfe1
Merge pull request #2941 from Mossaka/add-machete-to-ci
.github/workflows/basic: check unused deps on 'check' job
2024-10-01 10:07:50 +05:30
Yashodhan
2be77a70ba
Merge pull request #2940 from containers/fix/readme_dep_fix
remove incorrect dependency in readme
2024-10-01 10:06:13 +05:30
jiaxiao zhou
5a2b42cc49
.github/workflows/basic: check unused deps on 'check' job
this adds a step bnjbvr/cargo-machete@main to check if there are
unused dependencies in the project.

Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
2024-10-01 02:32:33 +00:00
Yashodhan
efa6eb6011
remove incorrect dependency in readme
This removes glibc-static dep from debian setup instructions, as that package is not valid.
2024-09-30 13:21:43 +05:30
morganllewellynjones
3aa41cf5fd
Fixed ENAMETOOLONG error in setup_console_socket (#2915)
* Fixed ENAMETOOLONG error in setup_console_socket

Signed-off-by: morganllewellynjones <morganjones.gm@gmail.com>

* Update crates/libcontainer/src/tty.rs

Co-authored-by: Toru Komatsu <k0ma@utam0k.jp>

---------

Signed-off-by: morganllewellynjones <morganjones.gm@gmail.com>
Co-authored-by: Toru Komatsu <k0ma@utam0k.jp>
2024-09-30 10:04:40 +05:30
Yashodhan
44ca398f2a
Merge pull request #2939 from containers/dependabot/cargo/tempfile-3.13.0
Bump tempfile from 3.12.0 to 3.13.0
2024-09-30 09:53:56 +05:30
Yashodhan
0d598ff9e8
Merge pull request #2938 from containers/dependabot/cargo/once_cell-1.20.1
Bump once_cell from 1.19.0 to 1.20.1
2024-09-30 09:52:22 +05:30
dependabot[bot]
58eee6086d
Bump tempfile from 3.12.0 to 3.13.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.12.0 to 3.13.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.12.0...v3.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 00:48:59 +00:00
dependabot[bot]
c9b8118a4e
Bump once_cell from 1.19.0 to 1.20.1
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.1.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.20.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 00:48:45 +00:00
Hiroyuki Moriya
ab6c0740ed
selinux: fix xattr and remove anyhow (#2936)
* fix_xattr

Signed-off-by: Hiroyuki Moriya <41197469+Gekko0114@users.noreply.github.com>

* fix

Signed-off-by: Hiroyuki Moriya <41197469+Gekko0114@users.noreply.github.com>

---------

Signed-off-by: Hiroyuki Moriya <41197469+Gekko0114@users.noreply.github.com>
2024-09-29 18:07:54 +05:30
kiokuless
e0d53a8e81
Bump oci-spec to 0.7.0 (#2934)
* Bump oci-spec from 0.6.8 to 0.7.0

Bumps [oci-spec](https://github.com/containers/oci-spec-rs) from 0.6.8 to 0.7.0.
- [Release notes](https://github.com/containers/oci-spec-rs/releases)
- [Changelog](https://github.com/containers/oci-spec-rs/blob/main/release.md)
- [Commits](https://github.com/containers/oci-spec-rs/compare/v0.6.8...v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump oci-spec to 0.7.0
Signed-off-by: kiokuless <110003596+kiokuless@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-27 11:16:50 +05:30
github-actions[bot]
2afe665feb
Merge pull request #2935 from containers/dependabot/cargo/patch-6bb0d878e3 2024-09-27 00:52:54 +00:00
dependabot[bot]
36cbb645dd
Bump flate2 from 1.0.33 to 1.0.34 in the patch group
Bumps the patch group with 1 update: [flate2](https://github.com/rust-lang/flate2-rs).


Updates `flate2` from 1.0.33 to 1.0.34
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34)

---
updated-dependencies:
- 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-09-27 00:42:38 +00:00
Yashodhan
f5a85b54b6
Merge pull request #2929 from YJDoc2/deps/update_wasmtime
deps: update wasmtime to 25.0.1
2024-09-26 10:49:16 +05:30
Yashodhan Joshi
5746aa4fde update wasmtime and wasi-common to 25.0.1
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-09-26 10:35:29 +05:30
github-actions[bot]
1da84bf5c7
Merge pull request #2930 from containers/dependabot/cargo/patch-8f35503136 2024-09-25 01:05:36 +00:00
dependabot[bot]
8920408d56
Bump the patch group with 2 updates
Bumps the patch group with 2 updates: [libc](https://github.com/rust-lang/libc) and [tar](https://github.com/alexcrichton/tar-rs).


Updates `libc` from 0.2.158 to 0.2.159
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.159/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.158...0.2.159)

Updates `tar` from 0.4.41 to 0.4.42
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.41...0.4.42)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-25 00:55:19 +00:00
Yashodhan Joshi
73fcad5806 Merge branch 'dependabot/cargo/wasi-common-25.0.0' into dependabot/cargo/wasmtime-25.0.0 2024-09-23 17:59:57 +05:30
dependabot[bot]
e8f7a6b902
Bump wasmtime from 24.0.0 to 25.0.0
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 24.0.0 to 25.0.0.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v24.0.0...v25.0.0)

---
updated-dependencies:
- dependency-name: wasmtime
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 12:13:12 +00:00
dependabot[bot]
c9da667696
Bump wasi-common from 24.0.0 to 25.0.0
Bumps [wasi-common](https://github.com/bytecodealliance/wasmtime) from 24.0.0 to 25.0.0.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v24.0.0...v25.0.0)

---
updated-dependencies:
- dependency-name: wasi-common
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 12:05:10 +00:00
Jiaxiao Zhou
da51197255
Cargo.toml: remove unused dependnecies (#2921)
Signed-off-by: jiaxiao zhou <duibao55328@gmail.com>
2024-09-23 20:56:13 +09:00
Yashodhan
2170963220
deps: update wasmedge to 0.14.0 (#2928)
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-09-23 20:45:13 +09:00
Yashodhan
42177d373b
Merge pull request #2918 from YJDoc2/ci/update_actions
ci: update action versions to fix deprecation warnings
2024-09-23 09:48:49 +05:30
github-actions[bot]
13ac9b7d99
Merge pull request #2925 from containers/dependabot/cargo/patch-c143211bdd 2024-09-23 00:52:27 +00:00
dependabot[bot]
a241858b34
Bump thiserror from 1.0.63 to 1.0.64 in the patch group
Bumps the patch group with 1 update: [thiserror](https://github.com/dtolnay/thiserror).


Updates `thiserror` from 1.0.63 to 1.0.64
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.64)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 00:32:06 +00:00
Yashodhan
0b92791222
Merge pull request #2900 from Gekko0114/selinux_vagrant
selinux: create Vagrantfile for SELinux
2024-09-20 19:54:36 +05:30
moriya
35b94e4aaa generic/centos8
Signed-off-by: moriya <41197469+Gekko0114@users.noreply.github.com>
2024-09-20 22:42:25 +09:00
moriya
5ba6ac34b7 Create vagrantfile for SELinux
Signed-off-by: moriya <41197469+Gekko0114@users.noreply.github.com>
2024-09-20 22:42:25 +09:00
Yashodhan
c889150868
Merge pull request #2919 from containers/dependabot/cargo/rbpf-0.3.0
Bump rbpf from 0.2.0 to 0.3.0
2024-09-20 10:08:05 +05:30
dependabot[bot]
67afec1819
Bump rbpf from 0.2.0 to 0.3.0
Bumps [rbpf](https://github.com/qmonnet/rbpf) from 0.2.0 to 0.3.0.
- [Commits](https://github.com/qmonnet/rbpf/compare/v0.2.0...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-19 00:38:07 +00:00
Yashodhan Joshi
3355d019fe ci: update action versions to fix deprecation warnings
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-09-18 18:18:13 +05:30
github-actions[bot]
fb2fcf3eed
Merge pull request #2916 from containers/dependabot/cargo/patch-1e1c81b323 2024-09-18 01:05:24 +00:00
dependabot[bot]
a819b0b747
Bump the patch group across 1 directory with 2 updates
Bumps the patch group with 2 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow) and [vergen-gitcl](https://github.com/rustyhorde/vergen).


Updates `anyhow` from 1.0.88 to 1.0.89
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.88...1.0.89)

Updates `vergen-gitcl` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/compare/v1.0.0...vergen_gix_1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 00:55:02 +00:00
github-actions[bot]
d9fcd5f3c2
Merge pull request #2911 from containers/dependabot/cargo/patch-1f6d6dbc7f 2024-09-12 00:31:04 +00:00
dependabot[bot]
ea4791ab1a
Bump anyhow from 1.0.87 to 1.0.88 in the patch group
Bumps the patch group with 1 update: [anyhow](https://github.com/dtolnay/anyhow).


Updates `anyhow` from 1.0.87 to 1.0.88
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.88)

---
updated-dependencies:
- 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-09-12 00:20:45 +00:00
github-actions[bot]
501f7703a7
Merge pull request #2909 from containers/dependabot/cargo/patch-eb306f9f1d 2024-09-09 00:30:45 +00:00
dependabot[bot]
ab22d7a02d
Bump the patch group with 2 updates
Bumps the patch group with 2 updates: [serde](https://github.com/serde-rs/serde) and [anyhow](https://github.com/dtolnay/anyhow).


Updates `serde` from 1.0.209 to 1.0.210
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.209...v1.0.210)

Updates `anyhow` from 1.0.86 to 1.0.87
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.87)

---
updated-dependencies:
- dependency-name: serde
  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-09-09 00:20:28 +00:00
github-actions[bot]
75449ec8f6
Merge pull request #2907 from containers/dependabot/cargo/patch-221bb77ee2 2024-09-05 00:50:35 +00:00
dependabot[bot]
4b2355650a
Bump serde_json from 1.0.127 to 1.0.128 in the patch group
Bumps the patch group with 1 update: [serde_json](https://github.com/serde-rs/json).


Updates `serde_json` from 1.0.127 to 1.0.128
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/1.0.127...1.0.128)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 00:40:16 +00:00
Toru Komatsu
4f464d8471
Update Cargo.toml for v0.4.1 (#2904)
Signed-off-by: utam0k <k0ma@utam0k.jp>
v0.4.1
2024-09-04 22:17:17 +09:00
Yashodhan
ea9616029f
Merge pull request #2896 from containers/tagpr-from-v0.4.0
Release for v0.4.1
2024-09-02 13:09:11 +05:30
github-actions[bot]
b42a94030d [tagpr] update CHANGELOG.md 2024-09-02 07:02:50 +00:00
github-actions[bot]
00d105cdd8 [tagpr] prepare for the next release 2024-09-02 07:02:49 +00:00