From 8f7c782d2a7e218ce327585a78f30e3a5d9ef6ac Mon Sep 17 00:00:00 2001 From: Carlos Venegas Date: Tue, 20 Oct 2020 13:33:20 -0500 Subject: [PATCH] release: Kata Containers 1.12.0-rc0 - Handle PCI paths consistently and more generally - action: Improve porting checks - Consistent device address matching between `getDeviceName()` and `listenToUdevEvents()` - Fix potential major:minor conflicts during device updates - network: Fix Could not create destination mount point: /etc/resolv.conf - action: Require PR porting labels - action: Add issue to project and move to "In progress" on linked PR 9804b1e device: Generalize PCI paths to any number of bridges 134f55a device: Reorganize TestPciPathToSysfs da4bc1d device: Introduce PciPath type, name things consistently 0eb612f device: Rename and clarify semantics of getDevicePCIAddress 0a4d443 device: Simplify uevent matching in listenToUdevEvents() bd4dcc5 device: Rename pciDeviceMap in sandbox struct 27ebdc9 device: Check type as well as major:minor when looking up devices d88d468 device: Index all devices in spec before updating them 8336b5b action: Improve porting checks 5cc719a action: Add issue to project and move to "In progress" on linked PR 427dc4e action: Require PR porting labels a48a062 network: Fix Could not create destination mount point: /etc/resolv.conf Signed-off-by: Carlos Venegas --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1feffed105..d76c33e142 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.0-alpha1 +1.12.0-rc0