From 8873ddab9e12009103885c4f222ee8037f053423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 14 Oct 2021 06:56:30 +0200 Subject: [PATCH] release: Kata Containers 2.3.0-alpha2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - kata-monitor: add index page - clh: Refine the usage of guest console and kernel parameters with Cloud Hypervisor - agent: exec should inherit container process capabilities - GitHubActions: fix invalid format of require-pr-porting-labels.yaml - agent: flush root span before process finish - Extend PCI submodules to represent non-zero functions and addresses - packaging/kernel: Add CONFIG_PCI_MMCONFIG to x86 guest kernel configuration - runtime: don't start shim management server in tests - qemu: use GitLab repos instead of qemu.org - runtime: optimize code for managing temp users for rootless mode - Agent configuration file and API restriction - Delete file virtcontainers-setup.sh - vendor: Update containerd to v1.5.7 - runtime: Optimize func noNeedForOutput and add test cases - runtime: Fix !x86 static checks - #2676: fixing centos gpg key url for ppc64le - Pass the host route IP family to the guest - cmd: get return value for setCPUtype - packaging: Configure QEMU with --enable-pie - clh: Enable guest userland output - cmd: Fix mismatched types in testModuleData - runtime: update .gitignore to ignore monitor_address file - runtime: fix the make check-go-static command error - virtcontainers: clean up useless code - Remove forced PCI rescans from agent - kernel: Enable SGX in experimental kernel. - runtime: fix nil reference in cleanup rootless user - qemu: prepare to upgrade qemu version to 6.1.0 for arm - kata-monitor (minor) improvements - virtcontainers: Fix incorrect scripts path - runtime: clear virtcontainers cgroup duplicated function - Kata monitor: cache improvements - virtiofs: fix error report in TestVirtiofsdStart when go test running 176dee6f agent: exec should inherit container process capabilities 7b2bfd4e virtcontainers: clh: Use 'quiet' as the default kernel parameter 3e24e46c virtcontainers: clh: Turn-off serial and virtio-console by default 2d7b65e8 agent: flush root span before process finish 5c77cc2c runtime: don't start shim management server in tests 72044180 agent/device: Return PCI address from wait_for_pci_device() e50b05d9 agent/pci: Add type to represent PCI addresses 8528157b agent/pci: Extend Slot type to represent PCI function as well bf8f582c runtime: optimize code for managing temp users for rootless mode a9c2a4ba GitHubActions: fix invalid format of require-pr-porting-labels.yaml c4236cb2 packaging/kernel: Add CONFIG_PCI_MMCONFIG to x86 guest kernel configuration 08360c98 agent: Add an agent configutation file example 8a4e69d2 agent: rpc: Return UNIMPLEMENTED for not allowed endpoints 0ea2e3af agent: config: Allow for building the configuration from a file 63539dc9 agent: config: Add allowed endpoints a953fea3 agent: config: Simplify configuration creation b888edc2 agent: config: Implement Default 7eac2ec7 protection: add confidential compute frame for arm 8acfc154 check: fix typecheck failure in qemu_arm64_test.go 5b02d54e virtcontainers: fix lint failure on ppc64le ff9728f0 virtcontainers: nolint guestProtection 5c138c8f runtime: Fix field alignment on s390x 191d0016 vendor: Update containerd to v1.5.7 f7f6bd01 kata-monitor: add index page a44cde7e agent: netlink: Use the grpc IP family field when updating the route 71ce6cfe runtime: Pass the route IP family to the agent 99450bd1 agent: protos: Add a Family field to the Route payload f85fe702 runtime: vendor: Bump the netlink package dependency e439cec7 cmd: fix field alignment on ppc64le e5159ea7 cmd: get return value for setCPUtype 2ce8d426 clh: Suppress hypervisor output to make guest output visible cd1064b1 packaging: Configure QEMU with --enable-pie 762922a5 runtime: delete func ConstraintsToVCPUs 4f485430 runtime: delete virtcontainers-setup.sh 80f6b977 osbuilder: fixing centos gpg key url for ppc64le bb99bfb4 runtime: fix the make check-go-static command error 870771d7 runtime: update .gitignore to ignore monitor_address file 18bff584 runtime: Optimize func noNeedForOutput and add test cases e5fe53f0 runtime: fix nil reference in cleanup rootless user 2304a596 runtime: set the sandbox storage path static 315295e0 runtime: rename GetSanboxesStoragePath() --> GetSandboxesStoragePath() 13e65f2e cmd: Fix mismatched types in testModuleData da42cbc0 actions: Build experimental kernel on kata-deploy push action dffc5092 kernel: Enable SGX in experimental kernel. ff6a677d kernel-build: Enable multiple config types. 90046964 experimental-kernel: bump 5.13.10 1fbb7304 build: kata-deploy kernel experimental 907459c1 agent/device: Don't force PCI rescans 75f426dd agent: Simplify do_add_swap() aad1a873 runtime/device: Give the agent information about VFIO devices ebd7b618 runtime: Don't repeat GetDeviceByID between appendDevices() and append*() ad45c52f runtime/device: Record guest PCI path for VFIO devices 5c2af3e3 runtime/device: Refactor hotplugVFIODevice() to have common exit path 8bc71105 agent/device: Add device type for VFIO devices f7a27075 agent: Move driver type constants into device.rs 5b1eb08b agent/uevent: Improve logging of wait_for_uevent() cf36fd87 runtime: Fix some leftover go fmt errors 6d94957a kernel: reduce alignment size of memory hotplug to 128M 48090f62 qemu: disable plug on arm64 when pie is added 57e3712d virtiofs: fix error report in TestVirtiofsdStart when go test running 8b0bc1f4 kata-monitor: bump version to 0.2.0 bfb556d5 kata-monitor: refresh kata sandbox list on fs events 0e854f3b kata-monitor: improve detection of kata workloads 80463b44 qemu: use GitLab repos instead of qemu.org 3b0c4bf9 runtime: clear virtcontainers cgroup duplicated function afad910d kata-monitor: add getSandboxFS() e38686f7 runtime: add GetSandboxesStoragePath() 245a12bb kata-monitor: improve sandbox caching fc067d61 kata-monitor: warn when unable to retrive the lower level runtime 53ec4df9 kata-monitor: minor fixes 47516988 virtcontainers: Fix incorrect scripts path 814cea96 virtcontainers: clean up useless code Signed-off-by: Fabiano FidĂȘncio --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index cdbf7ed85..3bc2d286d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.0-alpha1 +2.3.0-alpha2