From 006ecce49a70d57fa49fb823a44a9fcdd26d34f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 2 Aug 2023 16:59:41 +0200 Subject: [PATCH] release: Kata Containers 3.2.0-rc0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ci-on-push: Make the CI also run for the stable-* branches - ci: k8s: Do not fail when gathering info on AKS nodes - kata-deploy: enable cross build for non-x86 - runtime-rs: add support for gather metrics in runtime-rs - kata-ctl: add monitor subcommand for runtime-rs - release: release-note.sh: Fix typos and reference to images - metrics: Add sysbench performance test - Simplify implementation of runtime-rs/service 6ad16d497 release: Adapt kata-deploy for 3.2.0-rc0 025596b28 ci-on-push: Make the CI also run for the stable-* branches 7ffc0c122 static-build: enable cross build for qemu 35d6d86ab static-build: enable cross-build for image build 2205fb9d0 static-build: enable cross build for virtiofsd 11631c681 static-build: enable cross build for shim-v2 7923de899 static-build: cross build kernel e2c31fce2 kata-deploy: enable cross build for kata deploy script 2fc5f0e2e kata-depoly: prepare env for cross build in lib.sh f5e9985af release: release-note.sh: Fix typos and reference to images f910c66d6 ci: k8s: Do not fail when gathering info on AKS nodes 632818176 metrics: Add k8s sysbench documentation b3901c46d runtime-rs: ignore errors during clean up sandbox resources 5a1b5d367 metrics: Add sysbench pod yaml ad413d164 metrics: Add sysbench dockerfile 151256011 metrics: Add sysbench performance test 62e328ca5 runtime-rs: refine implementation of TaskService 458e1bc71 runtime-rs: make send_message() as an method of ServiceManager 1cc1c81c9 runtime-rs: fix possibe bug in ServiceManager::run() 1a5f90dc3 runtime-rs: simplify implementation of service crate 731e7c763 kata-ctl: add monitor subcommand for runtime-rs The previous kata-monitor in golang could not communicate with runtime-rs to gather metrics due to different sandbox addresses. This PR adds the subcommand monitor in kata-ctl to gather metrics from runtime-rs and monitor itself. d74639d8c kata-ctl: provide the global TIMEOUT for creating MgmtClient 02cc4fe9d runtime-rs: add support for gather metrics in runtime-rs Signed-off-by: Fabiano FidĂȘncio --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ed590bd2a9..2f290ae1b6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0-alpha4 +3.2.0-rc0