From 58fdc06515f01c616d74e765e4bef305d87a5122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Barb=C3=A1chano?= Date: Tue, 23 Jan 2024 13:16:54 +0100 Subject: [PATCH] chore(doc): fix supported kernel version table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix a typo of `linux_4.1` which should read `linux_4.14`. Signed-off-by: Pablo Barbáchano --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 32cb10bb422..b2d277fb467 100644 --- a/README.md +++ b/README.md @@ -130,13 +130,13 @@ The **API endpoint** can be used to: We test all combinations of: -| Instance | Host OS & Kernel | Guest Rootfs | Guest Kernel | -| :--------- | :----------------- | :------------- | :------------- | -| m5d.metal | al2 linux_4.1 | ubuntu 22.04 | linux_4.14 | -| m6i.metal | al2 linux_5.10 | | linux_5.10 | -| m6a.metal | al2023 linux_6.1 | | | -| m6g.metal | | | | -| c7g.metal | | | | +| Instance | Host OS & Kernel | Guest Rootfs | Guest Kernel | +|:----------|:------------------|:-------------|:-------------| +| m5d.metal | al2 linux_4.14 | ubuntu 22.04 | linux_4.14 | +| m6i.metal | al2 linux_5.10 | | linux_5.10 | +| m6a.metal | al2023 linux_6.1 | | | +| m6g.metal | | | | +| c7g.metal | | | | ## Known issues and Limitations