mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 11:58:41 +00:00
release: Kata Containers 2.5.0-alpha1
- agent watchers: ensure uid/gid is preserved on copy/mkdir - clh: Rely on Cloud Hypervisor for generating the device ID - agent: add tests for create_logger_task function - runk: set BinaryName for runk for containerd - tools: Add a Rust-based standard OCI container runtime based on Kata agent - rustjail: add tests for parse_mount_table - Virtcontainers: Enable hot plugging vhost-user-blk device on ARM - docs: repropose direct-assigned volume - versions: change qemu tdx url and tag - doc: Update for NVIDIA GPUs - agent-ctl: Fix abstract socket connections - Implement network and disk rate limiter for Cloud Hypervisor - kata-deploy: Add support to RKE2 - docs: Update containerd link to installation guide - docs: remove pc machine type supports - Agent: Unit tests for random.rs - rustjail: Add tests for mount_grpc_to_oci - packaging: Fix broken path in `build-static-clh.sh` - Fix Go unit tests to clean up /tmp after themselves - rustjail: add tests for mount_from function - rustjail: Add tests for hooks_grpc_to_oci - agent: modify the type of swappiness to u64 - libs/safe-path: add crate to safely resolve fs paths - agent: move assert_result macro to test_utils file - rustjail: Add tests for root_grpc_to_oci - agent: add tests for mount_to_rootfs function - agent: add tests for update_container_namespaces - agent: add tests for is_signal_handled function - Upgrade to Cloud Hypervisor v23.0 - agent: best-effort removing mount point - test: Fix golangci-lint error for s390x - fsGroup support for direct-assigned volume - kata-monitor: add the README file - kata-monitor: update the hrefs in the debug/pprof index page - runtime: Base64 encode the direct volume mountInfo path - runtime: no need to write virtiofsd error to log - kata-monitor: add some links when generating pages for browsers - agent: Avoid agent panic when reading empty stats - docs: Update link to contributions guide - agent: add tests for mount_storage - agent: add test coverage for parse_mount_flags_and_options function - agent: add tests for do_write_stream function - runtime: delete debug option in virtiofsd - rustjail: add test coverage for process_grpc_to_oci function - agent: Allow the agent to be rebuilt with the change of Cargo features - protocols: add src/csi.rs to .gitignore - kata-runtime enable hugepage support - docs: Add a firecracker installation guide - runtime: Allow and require no initrd for SE - test: use `T.TempDir` to create temporary test directory - clh: Expose service offload configuration33a8b705
clh: Rely on Cloud Hypervisor for generating the device ID70eda2fa
agent: watchers: ensure uid/gid is preserved on copy/mkdir7772f7dd
runk: set BinaryName for runk for containerd7ffe5a16
docs: Direct-assigned volume design081f6de8
versions: change qemu tdx url and tag666aee54
docs: Add VSOCK localhost example for agent-ctl86d348e0
docs: Use VM term in agent-ctl doc4b9b62bb
agent-ctl: Fix abstract socket connectionsb6467ddd
clh: Expose disk rate limiter config7580bb5a
clh: Expose net rate limiter configa88adaba
clh: Cloud Hypervisor has a built-in Rate Limiter63c4da03
clh: Implement the Disk RateLimiter logic511f7f82
config: Add DiskRateLimiter* to Cloud Hypervisor5b18575d
hypervisor: Add disk bandwidth and operations rate limiters1cf94692
clh: Implement the Network RateLimiter logic00a5b1bd
utils: Define DefaultRateLimiterRefillTimeMilliSecsbe1bb7e3
utils: Move FC's function to revert bytes to utilsc9f6496d
config: Add NetRateLimiter* to Cloud Hypervisor2d35e606
hypervisor: Add network bandwidth and operations rate limitersb0e439cb
rustjail: add tests for parse_mount_tableccb01839
kata-deploy: Add support to RKE29d39362e
kata-deploy: Reestructure the installing section18d27f79
kata-deploy: Add a missing `$` prefix in the README6948b4b3
docs: Update containerd link to installation guideb221a259
tools: Add runk2c218a07
agent: Modify Kata agent for runkdd4bd7f4
doc: Added initial doc update for NV GPUs832c33d5
docs: remove pc machine type supportsb658dccc
tools: fix typo in clh directory nameafbd60da
packaging: Fix clh build from source fall-back4b9e78b8
rustjail: Add tests for mount_grpc_to_oci81f6b486
agent: add tests for create_logger_task function96bc3ec2
rustjail: Add tests for hooks_grpc_to_oci02395027
agent: modify the type of swappiness to u641b931f42
runtime: Allock mockfs storage to be placed in any directoryef6d54a7
runtime: Let MockFSInit create a mock fs driver at any path5d8438e9
runtime: Move mockfs control global into mockfs.go963d03ea
runtime: Export StoragePathSuffix1719a8b4
runtime: Don't abuse MockStorageRootPath() for factory testsbec59f9e
runtime: Make bind mount tests better clean up after themselvesf7ba21c8
runtime: Clean up mock hook logs in tests90b2f5b7
runtime: Make SetupOCIConfigFile clean up after itself2eeb5dc2
runtime: Don't use fixed /tmp/mountPoint path0ad89ebd
safe-path: add more unit test casesb63774ec
libs/safe-path: add crate to safely resolve fs pathsf385b21b
rustjail: add tests for mount_from function0e7f1a5e
agent: move assert_result macro to test_utils file2256bcb6
rustjail: Add tests for root_grpc_to_oci7b2ff026
kata-monitor: add a README file29e569aa
virtcontainers: clh: Re-generate the client code6012c197
versions: Upgrade to Cloud Hypervisor v23.0aabcebbf
agent: best-effort removing mount pointd136c9c2
test: Fix golangci-lint error for s390x86977ff7
kata-monitor: update the hrefs in the debug/pprof index page78f30c33
agent: Avoid agent panic when reading empty stats6e79042a
runtime: no need to write virtiofsd error to log9b6f24b2
agent: add tests for mount_to_rootfs functionc3776b17
agent: add tests for is_signal_handled function9c22d955
agent: add tests for update_container_namespaces92c00c7e
agent: fsGroup support for direct-assigned volume6e9e4e8c
docs: Update link to contributions guide532d5397
runtime: fsGroup support for direct-assigned volume6a47b82c
proto: fsGroup support for direct-assigned volume9d5e7ee0
agent: add tests for mount_storagef8cc5d1a
kata-monitor: add some links when generating pages for browsersc31cd0e8
rustjail: add test coverage for process_grpc_to_oci function1118a3d2
agent: add test coverage for parse_mount_flags_and_options function9d5b03a1
runtime: delete debug option in virtiofsdeff7c7e0
agent: Allow the agent to be rebuilt with the change of Cargo featuresb975f2e8
Virtcontainers: Enable hot plugging vhost-user-blk device on ARM962d05ec
protocols: add src/csi.rs to .gitignore354cd3b9
runtime: Base64 encode the direct volume mountInfo path485aeabb
agent: add tests for do_write_stream function4405b188
docs: Add a firecracker installation guide98750d79
clh: Expose service offload configuration59c7165e
test: use `T.TempDir` to create temporary test directoryff17c756
runtime: Allow and require no initrd for SE1cad3a46
agent/random: Ensure data.len > 033c953ac
agent: Add test_ressed_rng_not_root39a35b69
agent: Add test to random::reseed_rng()d8f39fb2
agent/random: Rename RNDRESEEDRNG to RNDRESEEDCRNGa2f5c176
runtime/virtcontainers: Pass the hugepages resources to agent Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in: