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

5299 Commits

Author SHA1 Message Date
dependabot[bot]
1c7e217beb
Bump the patch group with 2 updates
Bumps the patch group with 2 updates: [libc](https://github.com/rust-lang/libc) and [which](https://github.com/harryfei/which-rs).


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

Updates `which` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harryfei/which-rs/compare/6.0.2...6.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 00:50:09 +00:00
github-actions[bot]
6a4d03c7b0
Merge pull request #2881 from containers/dependabot/cargo/patch-38778fe4f1 2024-08-16 12:37:25 +00:00
Hiroyuki Moriya
c7d5992c01
selinux: implemented remaining selinux functions (#2850)
* added selinux functions

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

* not use arc

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

* follow reviewer comment

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

* divided selinux impl into two files

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

* fix

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

* fix

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

* fix

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

* use SELinuxLabel struct

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

* use pointer instead of clone

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

* not loop

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

* add main.rs

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

---------

Signed-off-by: Hiroyuki Moriya <41197469+Gekko0114@users.noreply.github.com>
2024-08-16 21:25:52 +09:00
dependabot[bot]
f3d854581a
Bump the patch group with 3 updates
Bumps the patch group with 3 updates: [serde](https://github.com/serde-rs/serde), [libc](https://github.com/rust-lang/libc) and [serde_json](https://github.com/serde-rs/json).


Updates `serde` from 1.0.207 to 1.0.208
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.207...v1.0.208)

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

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

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- 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-08-16 00:08:27 +00:00
github-actions[bot]
e8b2af9b84
Merge pull request #2878 from containers/dependabot/cargo/patch-1933f4025e 2024-08-13 00:56:57 +00:00
dependabot[bot]
23aacf776c
Bump the patch group with 3 updates
Bumps the patch group with 3 updates: [serde](https://github.com/serde-rs/serde), [wasmtime](https://github.com/bytecodealliance/wasmtime) and [wasi-common](https://github.com/bytecodealliance/wasmtime).


Updates `serde` from 1.0.206 to 1.0.207
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.206...v1.0.207)

Updates `wasmtime` from 23.0.1 to 23.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/v23.0.1...v23.0.2)

Updates `wasi-common` from 23.0.1 to 23.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/v23.0.1...v23.0.2)

---
updated-dependencies:
- dependency-name: serde
  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-08-13 00:46:42 +00:00
Toru Komatsu
1180637c41
Rust 1.80.0 (#2869)
Signed-off-by: utam0k <k0ma@utam0k.jp>
2024-08-12 16:50:14 -07:00
github-actions[bot]
d85fdaf479
Merge pull request #2877 from containers/dependabot/cargo/patch-0ffbe09f31 2024-08-12 07:16:29 +00:00
dependabot[bot]
beef6076f6
Bump the patch group with 2 updates
Bumps the patch group with 2 updates: [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json).


Updates `serde` from 1.0.205 to 1.0.206
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.205...v1.0.206)

Updates `serde_json` from 1.0.122 to 1.0.124
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.122...v1.0.124)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- 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-08-12 00:27:07 +00:00
github-actions[bot]
fb0d86d3ff
Merge pull request #2875 from containers/dependabot/cargo/patch-86a11b0dd2 2024-08-09 00:44:00 +00:00
dependabot[bot]
8403eb3de2
Bump serde from 1.0.204 to 1.0.205 in the patch group
Bumps the patch group with 1 update: [serde](https://github.com/serde-rs/serde).


Updates `serde` from 1.0.204 to 1.0.205
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.204...v1.0.205)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-09 00:33:13 +00:00
Yashodhan
24a0b0fbda
Merge pull request #2872 from containers/dependabot/cargo/tempfile-3.12.0
Bump tempfile from 3.11.0 to 3.12.0
2024-08-08 11:24:45 +05:30
dependabot[bot]
dadc4089e2
Bump tempfile from 3.11.0 to 3.12.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 01:00:08 +00:00
Yashodhan
3f8fdd3cf5
Merge pull request #2871 from containers/dependabot/cargo/tempfile-3.11.0
Bump tempfile from 3.10.1 to 3.11.0
2024-08-05 10:40:59 +05:30
github-actions[bot]
b62d5d23db
Merge pull request #2870 from containers/dependabot/cargo/patch-7c2a76bab6 2024-08-05 00:56:48 +00:00
dependabot[bot]
90b4d81b7d
Bump tempfile from 3.10.1 to 3.11.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.1 to 3.11.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.10.1...v3.11.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-08-05 00:47:08 +00:00
dependabot[bot]
ef2596d862
Bump the patch group with 2 updates
Bumps the patch group with 2 updates: [regex](https://github.com/rust-lang/regex) and [flate2](https://github.com/rust-lang/flate2-rs).


Updates `regex` from 1.10.5 to 1.10.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.10.5...1.10.6)

Updates `flate2` from 1.0.30 to 1.0.31
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](https://github.com/rust-lang/flate2-rs/commits)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- 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-08-05 00:46:31 +00:00
github-actions[bot]
707b9ac2b3
Merge pull request #2868 from containers/dependabot/cargo/patch-6a4a7bab65 2024-08-02 00:47:49 +00:00
dependabot[bot]
b76b3412d2
Bump serde_json from 1.0.121 to 1.0.122 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.121 to 1.0.122
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.121...v1.0.122)

---
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-08-02 00:37:31 +00:00
github-actions[bot]
08c61adae4
Merge pull request #2867 from containers/dependabot/cargo/patch-6fd2c657cb 2024-07-30 00:57:12 +00:00
dependabot[bot]
85482f3914
Bump which from 6.0.1 to 6.0.2 in the patch group
Bumps the patch group with 1 update: [which](https://github.com/harryfei/which-rs).


Updates `which` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harryfei/which-rs/compare/6.0.1...6.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-30 00:46:56 +00:00
dependabot[bot]
5832344dc9
Bump wasmtime,wasi-common from 22.0.0 to 23.0.1 (#2863)
* Bump wasi-common from 22.0.0 to 23.0.1

Bumps [wasi-common](https://github.com/bytecodealliance/wasmtime) from 22.0.0 to 23.0.1.
- [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/v22.0.0...v23.0.1)

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

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

* Bump wasmtime from 22.0.0 to 23.0.1

Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 22.0.0 to 23.0.1.
- [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/v22.0.0...v23.0.1)

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

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-07-29 05:47:42 +00:00
github-actions[bot]
b4d9ffb2d2
Merge pull request #2866 from containers/dependabot/cargo/patch-a6643f0025 2024-07-29 00:40:23 +00:00
dependabot[bot]
1bb43c1062
Bump the patch group with 2 updates
Bumps the patch group with 2 updates: [libbpf-sys](https://github.com/libbpf/libbpf-sys) and [serde_json](https://github.com/serde-rs/json).


Updates `libbpf-sys` from 1.4.2+v1.4.2 to 1.4.3+v1.4.5
- [Commits](https://github.com/libbpf/libbpf-sys/commits)

Updates `serde_json` from 1.0.120 to 1.0.121
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.120...v1.0.121)

---
updated-dependencies:
- dependency-name: libbpf-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- 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-07-29 00:25:05 +00:00
github-actions[bot]
43c576a109
Merge pull request #2865 from containers/dependabot/cargo/patch-fb076868a0 2024-07-26 00:25:57 +00:00
dependabot[bot]
837b0d9a86
Bump env_logger from 0.11.4 to 0.11.5 in the patch group
Bumps the patch group with 1 update: [env_logger](https://github.com/rust-cli/env_logger).


Updates `env_logger` from 0.11.4 to 0.11.5
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.4...v0.11.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 00:15:40 +00:00
github-actions[bot]
7b46e18d05
Merge pull request #2864 from containers/dependabot/cargo/patch-036b1297f4 2024-07-24 00:58:59 +00:00
dependabot[bot]
6838b8c767
Bump the patch group with 2 updates
Bumps the patch group with 2 updates: [env_logger](https://github.com/rust-cli/env_logger) and [nc](https://github.com/xushaohua/nc).


Updates `env_logger` from 0.11.3 to 0.11.4
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.3...v0.11.4)

Updates `nc` from 0.8.22 to 0.8.23
- [Commits](https://github.com/xushaohua/nc/compare/v0.8.22...v0.8.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-24 00:48:41 +00:00
zahash
1615b1754f
initial progress on supporting OwnedFd (#2809) 2024-07-23 20:57:29 +09:00
github-actions[bot]
cb394e9fc2
Merge pull request #2861 from containers/dependabot/cargo/patch-255e1a91be 2024-07-23 00:43:12 +00:00
dependabot[bot]
7cbc2ba260
Bump nc from 0.8.21 to 0.8.22 in the patch group
Bumps the patch group with 1 update: [nc](https://github.com/xushaohua/nc).


Updates `nc` from 0.8.21 to 0.8.22
- [Commits](https://github.com/xushaohua/nc/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-23 00:22:54 +00:00
github-actions[bot]
77d67ebd71
Merge pull request #2860 from containers/dependabot/cargo/openssl-0.10.66 2024-07-22 18:23:20 +00:00
dependabot[bot]
6a2cfa575a
Bump openssl from 0.10.64 to 0.10.66
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.66)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 18:13:01 +00:00
Keisuke Umegaki
5b62356e37
Fix markdown format in experiment/selinux/README.md (#2855) 2024-07-22 20:43:16 +09:00
Jorge Prendes
9e6649f10b
Merge pull request #2859 from containers/dependabot/cargo/mockall-0.13.0
Bump mockall from 0.12.1 to 0.13.0
2024-07-22 06:11:17 +01:00
dependabot[bot]
ba4ab967e3
Bump mockall from 0.12.1 to 0.13.0
Bumps [mockall](https://github.com/asomers/mockall) from 0.12.1 to 0.13.0.
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](https://github.com/asomers/mockall/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 00:20:22 +00:00
Keisuke Umegaki
68a5e8423d
follow building best practices (#2856)
Signed-off-by: keisku <keisuke.umegaki.630@gmail.com>
2024-07-21 12:31:50 +00:00
Keisuke Umegaki
348772aa4c
Update devcontainer.json (#2857) 2024-07-21 21:28:16 +09:00
Keisuke Umegaki
c045f54ada
Bump oci-spec (#2854) 2024-07-21 11:52:19 +00:00
github-actions[bot]
8bda6932af
Merge pull request #2853 from containers/dependabot/cargo/patch-25d7294c0e 2024-07-18 00:43:05 +00:00
dependabot[bot]
ee20769948
Bump thiserror from 1.0.62 to 1.0.63 in the patch group
Bumps the patch group with 1 update: [thiserror](https://github.com/dtolnay/thiserror).


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

---
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-07-18 00:30:49 +00:00
Yashodhan
9ec0cb2a77
Merge pull request #2852 from containers/dependabot/cargo/uuid-1.10.0
Bump uuid from 1.9.1 to 1.10.0
2024-07-15 11:41:11 +05:30
github-actions[bot]
20675fb518
Merge pull request #2851 from containers/dependabot/cargo/vergen-8.3.2 2024-07-15 00:58:58 +00:00
dependabot[bot]
4bb55d9ff7
Bump uuid from 1.9.1 to 1.10.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.9.1...1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 00:44:46 +00:00
dependabot[bot]
d0e13b2e85
Bump vergen from 8.3.1 to 8.3.2
Bumps [vergen](https://github.com/rustyhorde/vergen) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 00:43:40 +00:00
github-actions[bot]
649443870d
Merge pull request #2849 from containers/dependabot/cargo/patch-b9b83506f6 2024-07-14 04:18:04 +00:00
dependabot[bot]
d64778b63e
Bump the patch group across 1 directory with 2 updates
Bumps the patch group with 2 updates in the / directory: [serde](https://github.com/serde-rs/serde) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `serde` from 1.0.203 to 1.0.204
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.204)

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

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- 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-07-14 04:07:47 +00:00
Jiaxiao Zhou
1026225a07
chore(deps): update oci-spec to v0.6.7 (#2847) 2024-07-14 13:04:09 +09:00
Yashodhan
1f90ff2510
Add issue templates (#2829)
* Add issue templates

This adds Bug report and Feature request issue templates.

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

* Change the templates to forms

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

---------

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-07-12 13:05:08 +00:00
Thomas Schubart
d6c59966c0
Merge pull request #2838 from YJDoc2/fix/dbus_call_issue
Fix/dbus call issue
2024-07-09 23:53:11 +02:00