mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 08:28:34 +00:00
release: Kata Containers 2.0.0
- backport 2.0-dev commits to stable-2.0.0dbfe85e
snap: install libseccomp-dev0c3b6a9
package: drop qemu-virtiofs shimf751c98
packaging: install virtiofsd for normal qemu build as well08361c5
runtime: enable virtiofs by defaultda9bfb2
runtime: Pass `--thread-pool-size=1` to virtiofsd7347d43
packaging: Apply virtiofs performance related fixes to 5.xc7bb1e2
tools: Improve agent-ctl READMEe6f7ddd
tools: Make agent-ctl support more APIs46cfed5
tools: Remove commented out code in agent-ctl81fb2c9
tools: Log request in agent-ctl tool if debug enabled0c43215
tools: Rename agent-ctl command to GetGuestDetails6511ffe
tools: Fix comment in agent-ctlee59378
kernel: update to 5.4.71ef11213
config: make virtio-fs part of standard kernel1fb6730
agent: remove `unwrap()` for `e.as_errno()`05e9fe0
agent: Use `?` instead of `match` when the error returns directlyd658129
kata-monitor: use regexp to check if runtime is kata containersae2d89e
agent: use anyhow `context` to attach context to `Error` instead of `match`095d4ad
agent: remove useless matchbd816df
agent: Use `ok_or_else` instead of match for Option -> Resultd413bf7
agent: Fix crasher if AddARPNeighbors request empty76408c0
agent: Fix crasher if UpdateRoutes request empty6e4da19
agent: Fix crasher if UpdateInterface request empty8f8061d
agent: replace `match Result` with `or_else`64e4b2f
agent: replace unnecessary `match Result` with `map_err`7c0d68f
agent: replace check! with map_err for readability82ed34a
agent: remove `check!` in child process because we cant' see logs.9def624
agent: replace `if let Err` with `or_else`6926914
agent: refactor namespace::setup to optimize error handlinge733c13
agent: replace `if let Err` with `map_err`ba069f9
rustjail: add length check for uid_mappings in rootless euid mappingcc8ec7b
versions: Update Kubernetes, containerd, cri-o and cri-tools8a364d2
annotations: Correct unit tests to validate new protections0cc6297
annotations: Split addHypervisorOverrides to reduce complexityb6059f3
annotations: Add unit test for checkPathIsInGlobsc6afad2
annotations: Add unit test for regexpContains function451608f
makefile: Add missing generated vars to `USER_VARS`8328136
makefile: Improve names of config entries for annotation checksa92a630
annotations: Give better names to local variabes in search functions997f7c4
annotations: Rename checkPathIsInGlobList with checkPathIsInGlobs74d4065
config: Add better comments in the template files73bb3fd
config: Whitelist hypervisor annotations by name5a587ba
config: Use glob instead of regexp to match paths in annotations29f5dec
annotations: Fix typo in commentd71f9e1
config: Add makefile variables for path lists28c386c
config: Protect file_mem_backend against annotation attacksc2a186b
config: Protect vhost_user_store_path against annotation attacks8cd094c
config: Add security warning on configuration examplesb5f2a1e
config: Protect ctlpath from annotation attack2d65b3b
config: Protect jailer_path annotationfe5e1cf
config: Add examples for path_list configuration3f7bcf5
annotations: Simplify negative logic80144fc
config: Add hypervisor path override through annotations2f5f356
config: Fix typo in function name2faafbd
config: Protect virtio_fs_daemon annotation9e5ed41
config: Add 'List' alternates for hypervisor configuration pathsb33d4fe
agent: fix panic on malformed device resource in container update1838233
cpuset: add cpuset pkgbfbbe8b
cpuset: don't set cpuset.mems in the guest5c21ec2
sandbox: consider cpusets if quota is not enforced9bb0d48
cpuset: support setting mems for sandbox64a2ef6
virtcontainers: add method for calculating cpuset for sandboxa441f21
cpuset: add cpuset pkgce54090
docs: Update upgrading guidee884fef
docs: update the build kata containers kernel document9c16643
agent/device: Check type as well as major:minor when looking up devices4978c90
agent/device: Index all devices in spec before updating thema7ba362
agent/device: Forward port update_spec_device_list() unit test230a983
agent/device: update_spec_device_list() should error if dev not founda6d9fd4
sandbox: don't constrain cpus, mem only cpuset, devices8f0cb2f
cgroups: add ability to update CPUSetcbdae44
agent: fix errorneous parsing for guest block size97acaa8
docs: Add containerd install guide2324666
agent: use ok_or/map_err instead of matchebe5ad1
rustjail: use Iterator to manipulate vector elementsc9497c8
rustjail: delete codes commented outd5d9928
rustjail: delete unused test codef70892a
agent: use chain of Result to avoid early returnab64780
agent: update not accurate comments9e064ba
agent: use macro to simplify parse_cmdline function in config.rs42c48f5
agent: add blank lines between methodsd3a36fa
agent: delete unused field in agentServicefa54660
agent: use no-named closure to reduce codesefddcb4
agent: use a local fn to reduce duplicated codes7bb3e56
packaging: fix cloud-hypervisor binary path7b53041
packaging: fix missing cloud_hypervisor_repo38212ba
packaging: apply qemu v5.1 stable fixesfb7e9b4
agent: fix aarch64 build0cfcbf7
docs: add namespace key to pod/container config files997f1f6
docs: Add crictl example json filesf60f43a
runtime: Clear the VCMock 1.x API Methods from 2.01789527
ci: snap: add event filtering999f67d
agent: do not follow link when mounting container proc and sysfscb2255f
agent: set init process non-dumpable2a6c9ee
agent-ctl: include cargo lock updateseaff5de
versions: add plugins section4f1d23b
virtiofs: Disable DAX6d80df9
snap: specify python versiona116ce0
osbuilder: Create target directory for agent4dc3bc0
rust-agent: Treat warnings as error8f7a484
rust-agent: Identify unused results in testsce54e5d
rust-agent: Log returned errors rather than ignore them9adb7b7
rust-agent: Remove unused imports73ab9b1
rust-agent: Report errors to caller if possible4db3f9e
rust-agent: Ignore write errors while writing to the logs19cb657
rust-agent: Remove unused code that has undefined behavior86bc151
rust-agent: Remove 'mut' where not needed8d8adb6
rust-agent: Remove uses of deprecated functions76298c1
rust-agent: Remove or rename unused parameters7d303ec
rust-agent: Remove or rename unused variablese0b79eb
rust-agent: Remove unused functions8ed61b1
rust-agent: Remove useless bracescc4f02e
rust-agent: Remove unused macrosace6f1e
clh: Support VFIO device unplug47cfeaa
clh: Remove unnecessary VmmPing63c4757
versions: cloud-hypervisor: Bump to version 6d30fe05059b89c
docs: Change kata_tap0 to tap0_kata4ff3ed5
docs: update networking descriptionde8dcb1
dev-guide: update kata-agent install detailsc488cc4
docs: Update docs for enabling agent debug consolee5acb12
docs: update dev guide for agent build1bddde7
ci: add github action to test the snap9517b0a
versions: cloud-hypervisor: bump versionf5a7175
runtime: cloud-hypervisor: tag openapi-generator-cli container Signed-off-by: Ubuntu <ubuntu@ip-172-31-19-197.ap-southeast-1.compute.internal>
This commit is contained in: