From ac39175367c6483b2e011fb3eecbeea345c618b5 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Fri, 24 Nov 2023 16:27:59 +0000 Subject: [PATCH] doc: Add changelog entry about #4261 It is technically a bug fix Signed-off-by: Patrick Roy --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2d949fed5d..63a4bbf1a32b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,11 @@ - [#4178](https://github.com/firecracker-microvm/firecracker/pull/4178): Fixed a bug reporting a non-zero exit code on successful shutdown when starting Firecracker with `--no-api`. +- [#4261](https://github.com/firecracker-microvm/firecracker/pull/4261): Fixed + a bug where Firecracker would log "RunWithApiError error: MicroVMStopped + without an error: GenericError" when exiting after encountering an emulation + error. It now correctly prints "RunWithApiError error: MicroVMStopped *with* an + error: GenericError". ## [1.5.0]