1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-25 17:06:09 +02:00
Commit Graph

1518 Commits

Author SHA1 Message Date
utam0k 0f662dd979
Merge pull request #626 from YJDoc2/add_rust_min_v
Add minimum rust version requirement to libcgroups and libcontainers
2022-01-22 16:12:40 +09:00
utam0k 8568be0ae2
Merge pull request #621 from utam0k/improvement/integration-test-config-json
integration test: move `config.json` to the code.
2022-01-22 15:40:46 +09:00
Thomas Schubart 2f71bac41d
Merge pull request #627 from adrianreber/2022-01-21-3-use-0666
Create device as 0666 and not 066
2022-01-21 21:58:02 +01:00
Adrian Reber 1831b95d10
Create device as 0666 and not 066
Devices created by utils.rs where not accessible by root and were
looking like this:

c---rw-rw-. 1 root root 1, 3 Dec 28 09:50 /dev/null

Setting it to 0666 gives me devices with `crw-rw-rw-`

Signed-off-by: Adrian Reber <areber@redhat.com>
2022-01-21 15:38:43 +00:00
Yashodhan Joshi a8408661e8 Add minimum rust version requirement to libcgroups and libcontainers due to CVE-2022-21658 2022-01-21 20:19:50 +05:30
utam0k bf0b66f47e
Merge pull request #624 from containers/dependabot/cargo/libc-0.2.113
chore(deps): bump libc from 0.2.112 to 0.2.113
2022-01-21 10:19:14 +09:00
utam0k 4a762cfd34
Merge pull request #625 from containers/dependabot/cargo/syn-1.0.86
chore(deps): bump syn from 1.0.85 to 1.0.86
2022-01-21 10:18:56 +09:00
dependabot[bot] 35b56330c4
chore(deps): bump syn from 1.0.85 to 1.0.86
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.85 to 1.0.86.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.85...1.0.86)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 00:47:17 +00:00
dependabot[bot] 974b063a14
chore(deps): bump libc from 0.2.112 to 0.2.113
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.112 to 0.2.113.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.112...0.2.113)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 00:46:58 +00:00
utam0k f3845840be
integration test: move `config.json` to the code. 2022-01-19 22:06:10 +09:00
utam0k f5e5aebd0e
Merge pull request #616 from Furisto/exec-config
Ensure exec command can find config.json
2022-01-19 21:12:22 +09:00
Thomas Schubart ee46a7eb4c
Merge pull request #615 from utam0k/improvement/bump-rust-1.58.0
support rust 1.58.0
2022-01-18 19:54:41 +01:00
utam0k 462f33255e
Merge pull request #614 from utam0k/improvement/make-runtime-tools-deeper
make the runtime-tools directory one level deeper.
2022-01-18 21:06:31 +09:00
Furisto 211c05358c Ensure exec can find config.json 2022-01-17 23:29:24 +01:00
Thomas Schubart 3ddfcd532c
Merge pull request #618 from containers/dependabot/cargo/serde_json-1.0.75
chore(deps): bump serde_json from 1.0.74 to 1.0.75
2022-01-17 22:49:02 +01:00
dependabot[bot] 5734bef18b
chore(deps): bump serde_json from 1.0.74 to 1.0.75
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.74 to 1.0.75.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.74...v1.0.75)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-17 13:47:52 +00:00
utam0k d0136c65d5
fix conflicts. 2022-01-17 22:43:57 +09:00
utam0k dea8ad6342
Merge branch 'main' of ssh://github.com/containers/youki into improvement/bump-rust-1.58.0 2022-01-17 22:42:41 +09:00
utam0k 63f77b2b44
Merge pull request #613 from Furisto/podman-delete
Ensure youki runs under podman
2022-01-17 22:42:16 +09:00
utam0k 4b9cd32efa
Merge pull request #619 from YJDoc2/pin-ci-nightly
Pin nightly version in CI as temporary fix to coverage issue
2022-01-17 22:40:49 +09:00
Yashodhan Joshi bfe59e4d8c Pin nightly version in CI as temporary fix to coverage issue 2022-01-17 11:44:25 +05:30
utam0k 7890e6ba3d
fix some warnings showed since rust 1.58.0 2022-01-16 21:29:31 +09:00
utam0k 7cc095e45b
support rust 1.58.0 2022-01-16 21:28:34 +09:00
utam0k 6587ab15c1
fix conflicts. 2022-01-16 21:13:15 +09:00
Furisto d0d756a02a Ensure youki runs under podman 2022-01-14 22:07:33 +01:00
utam0k c73ba01068
Merge pull request #610 from containers/dependabot/cargo/pnet-0.29.0
chore(deps): bump pnet from 0.28.0 to 0.29.0
2022-01-14 23:05:03 +09:00
utam0k 216a2e87b2
Merge pull request #612 from containers/dependabot/cargo/smallvec-1.8.0
chore(deps): bump smallvec from 1.7.0 to 1.8.0
2022-01-14 23:04:40 +09:00
utam0k 8db02e5d39
Merge pull request #611 from containers/dependabot/cargo/getrandom-0.2.4
chore(deps): bump getrandom from 0.2.3 to 0.2.4
2022-01-14 10:28:32 +09:00
dependabot[bot] ad60e31577
chore(deps): bump smallvec from 1.7.0 to 1.8.0
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.7.0...v1.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 00:27:21 +00:00
dependabot[bot] 659bc3766a
chore(deps): bump getrandom from 0.2.3 to 0.2.4
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.3 to 0.2.4.
- [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.3...v0.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 00:27:06 +00:00
dependabot[bot] c8aa54bcd9
chore(deps): bump pnet from 0.28.0 to 0.29.0
Bumps [pnet](https://github.com/libpnet/libpnet) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/libpnet/libpnet/releases)
- [Commits](https://github.com/libpnet/libpnet/compare/v0.28.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 00:26:52 +00:00
utam0k 52f83a0ee8
Merge pull request #597 from Furisto/rootless-cg-path
Improve cgroup path handling for rootless containers
2022-01-11 21:54:17 +09:00
utam0k e99f0a5472
Merge pull request #606 from containers/dependabot/cargo/crossbeam-utils-0.8.6
chore(deps): bump crossbeam-utils from 0.8.5 to 0.8.6
2022-01-10 16:23:23 +09:00
dependabot[bot] bc1d371300
chore(deps): bump crossbeam-utils from 0.8.5 to 0.8.6
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.6.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.5...crossbeam-utils-0.8.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 06:54:04 +00:00
utam0k 6ce493b5eb
Merge pull request #605 from containers/dependabot/cargo/crossbeam-queue-0.3.3
chore(deps): bump crossbeam-queue from 0.3.2 to 0.3.3
2022-01-10 15:53:04 +09:00
utam0k 183ad68197
Merge pull request #603 from containers/dependabot/cargo/indexmap-1.8.0
chore(deps): bump indexmap from 1.7.0 to 1.8.0
2022-01-10 15:51:45 +09:00
utam0k 67cf039782
Merge pull request #604 from containers/dependabot/cargo/crossbeam-epoch-0.9.6
chore(deps): bump crossbeam-epoch from 0.9.5 to 0.9.6
2022-01-10 15:50:54 +09:00
utam0k 7dae3f46ab
Merge pull request #602 from containers/dependabot/cargo/crossbeam-channel-0.5.2
chore(deps): bump crossbeam-channel from 0.5.1 to 0.5.2
2022-01-10 15:50:30 +09:00
YJDoc2 0fdd344bcd
Merge pull request #600 from utam0k/improvement/integration-test-refactoring-1
clean up the shell script for youki integration test.
2022-01-10 12:17:14 +05:30
dependabot[bot] e86f4d7f3c
chore(deps): bump crossbeam-queue from 0.3.2 to 0.3.3
Bumps [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-queue-0.3.2...crossbeam-queue-0.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 01:13:01 +00:00
dependabot[bot] 18bf4c5d38
chore(deps): bump crossbeam-epoch from 0.9.5 to 0.9.6
Bumps [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-epoch-0.9.5...crossbeam-epoch-0.9.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 01:12:38 +00:00
dependabot[bot] eca48932f4
chore(deps): bump indexmap from 1.7.0 to 1.8.0
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.rst)
- [Commits](https://github.com/bluss/indexmap/compare/1.7.0...1.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 01:12:25 +00:00
dependabot[bot] d4c17fa828
chore(deps): bump crossbeam-channel from 0.5.1 to 0.5.2
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.1...crossbeam-channel-0.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 01:12:07 +00:00
utam0k b02f1b8ae3
clean up the shell script for youki integration test. 2022-01-09 17:58:13 +09:00
utam0k 9dd1c9d835
Merge pull request #582 from YJDoc2/readonly_paths
Readonly paths
2022-01-09 16:45:30 +09:00
utam0k e5263e3203
make the runtime-tools directory one level deeper. 2022-01-08 22:55:46 +09:00
Yashodhan Joshi 8320f0500c Minor fix 2022-01-08 17:44:35 +05:30
Yashodhan Joshi b2d3e53cc8 Merge branch 'main' of github.com:containers/youki into readonly_paths 2022-01-08 15:18:11 +05:30
Yashodhan Joshi f5227f8e1a Add runtimetest dir to workflow 2022-01-08 15:16:14 +05:30
Yashodhan Joshi 5553d5ce6b Add readonly paths tests in integration tests and runtimetest 2022-01-08 15:15:59 +05:30