From 9b863b0e017b9db100e2e6210da260e443188747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 4 May 2022 16:16:53 +0200 Subject: [PATCH] release: Kata Containers 2.5.0-alpha1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 configuration 33a8b705 clh: Rely on Cloud Hypervisor for generating the device ID 70eda2fa agent: watchers: ensure uid/gid is preserved on copy/mkdir 7772f7dd runk: set BinaryName for runk for containerd 7ffe5a16 docs: Direct-assigned volume design 081f6de8 versions: change qemu tdx url and tag 666aee54 docs: Add VSOCK localhost example for agent-ctl 86d348e0 docs: Use VM term in agent-ctl doc 4b9b62bb agent-ctl: Fix abstract socket connections b6467ddd clh: Expose disk rate limiter config 7580bb5a clh: Expose net rate limiter config a88adaba clh: Cloud Hypervisor has a built-in Rate Limiter 63c4da03 clh: Implement the Disk RateLimiter logic 511f7f82 config: Add DiskRateLimiter* to Cloud Hypervisor 5b18575d hypervisor: Add disk bandwidth and operations rate limiters 1cf94692 clh: Implement the Network RateLimiter logic 00a5b1bd utils: Define DefaultRateLimiterRefillTimeMilliSecs be1bb7e3 utils: Move FC's function to revert bytes to utils c9f6496d config: Add NetRateLimiter* to Cloud Hypervisor 2d35e606 hypervisor: Add network bandwidth and operations rate limiters b0e439cb rustjail: add tests for parse_mount_table ccb01839 kata-deploy: Add support to RKE2 9d39362e kata-deploy: Reestructure the installing section 18d27f79 kata-deploy: Add a missing `$` prefix in the README 6948b4b3 docs: Update containerd link to installation guide b221a259 tools: Add runk 2c218a07 agent: Modify Kata agent for runk dd4bd7f4 doc: Added initial doc update for NV GPUs 832c33d5 docs: remove pc machine type supports b658dccc tools: fix typo in clh directory name afbd60da packaging: Fix clh build from source fall-back 4b9e78b8 rustjail: Add tests for mount_grpc_to_oci 81f6b486 agent: add tests for create_logger_task function 96bc3ec2 rustjail: Add tests for hooks_grpc_to_oci 02395027 agent: modify the type of swappiness to u64 1b931f42 runtime: Allock mockfs storage to be placed in any directory ef6d54a7 runtime: Let MockFSInit create a mock fs driver at any path 5d8438e9 runtime: Move mockfs control global into mockfs.go 963d03ea runtime: Export StoragePathSuffix 1719a8b4 runtime: Don't abuse MockStorageRootPath() for factory tests bec59f9e runtime: Make bind mount tests better clean up after themselves f7ba21c8 runtime: Clean up mock hook logs in tests 90b2f5b7 runtime: Make SetupOCIConfigFile clean up after itself 2eeb5dc2 runtime: Don't use fixed /tmp/mountPoint path 0ad89ebd safe-path: add more unit test cases b63774ec libs/safe-path: add crate to safely resolve fs paths f385b21b rustjail: add tests for mount_from function 0e7f1a5e agent: move assert_result macro to test_utils file 2256bcb6 rustjail: Add tests for root_grpc_to_oci 7b2ff026 kata-monitor: add a README file 29e569aa virtcontainers: clh: Re-generate the client code 6012c197 versions: Upgrade to Cloud Hypervisor v23.0 aabcebbf agent: best-effort removing mount point d136c9c2 test: Fix golangci-lint error for s390x 86977ff7 kata-monitor: update the hrefs in the debug/pprof index page 78f30c33 agent: Avoid agent panic when reading empty stats 6e79042a runtime: no need to write virtiofsd error to log 9b6f24b2 agent: add tests for mount_to_rootfs function c3776b17 agent: add tests for is_signal_handled function 9c22d955 agent: add tests for update_container_namespaces 92c00c7e agent: fsGroup support for direct-assigned volume 6e9e4e8c docs: Update link to contributions guide 532d5397 runtime: fsGroup support for direct-assigned volume 6a47b82c proto: fsGroup support for direct-assigned volume 9d5e7ee0 agent: add tests for mount_storage f8cc5d1a kata-monitor: add some links when generating pages for browsers c31cd0e8 rustjail: add test coverage for process_grpc_to_oci function 1118a3d2 agent: add test coverage for parse_mount_flags_and_options function 9d5b03a1 runtime: delete debug option in virtiofsd eff7c7e0 agent: Allow the agent to be rebuilt with the change of Cargo features b975f2e8 Virtcontainers: Enable hot plugging vhost-user-blk device on ARM 962d05ec protocols: add src/csi.rs to .gitignore 354cd3b9 runtime: Base64 encode the direct volume mountInfo path 485aeabb agent: add tests for do_write_stream function 4405b188 docs: Add a firecracker installation guide 98750d79 clh: Expose service offload configuration 59c7165e test: use `T.TempDir` to create temporary test directory ff17c756 runtime: Allow and require no initrd for SE 1cad3a46 agent/random: Ensure data.len > 0 33c953ac agent: Add test_ressed_rng_not_root 39a35b69 agent: Add test to random::reseed_rng() d8f39fb2 agent/random: Rename RNDRESEEDRNG to RNDRESEEDCRNG a2f5c176 runtime/virtcontainers: Pass the hugepages resources to agent Signed-off-by: Fabiano FidĂȘncio --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1f5195967..c3dc9f397 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.0-alpha0 +2.5.0-alpha1