From 4fb37945221e5699703cc9a7dab3a29c8fecd227 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Fri, 17 Dec 2021 10:50:32 +0100 Subject: [PATCH] changelog: add entry Signed-off-by: Mathieu Tortuyaux --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4cf77da9..f52b49201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - BPF test with DNS gadget from Inspektor Gadget ([#260](https://github.com/flatcar-linux/mantle/pull/260)) - BPF execsnoop test ([#233](https://github.com/flatcar-linux/mantle/pull/233)) - plume: Enable arm64 board uploads for the Stable channel ([#266](https://github.com/flatcar-linux/mantle/pull/266)) +- A way to reuse Equinix Metal devices during tests ([#268](https://github.com/flatcar-linux/mantle/pull/268)) ### Changed - `lsblk --json` output handling ([#244](https://github.com/flatcar-linux/mantle/pull/244))