Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
release: Kata Containers 1.12.0-rc0
Browse files Browse the repository at this point in the history
- 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 <jos.c.venegas.munoz@intel.com>
  • Loading branch information
jcvenegas committed Oct 20, 2020
1 parent f9eab0f commit 8f7c782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0-alpha1
1.12.0-rc0

0 comments on commit 8f7c782

Please sign in to comment.