Skip to content

Commit 79b8054

Browse files
committed
fix(changelog): move serial to v1.14 release notes
There was an issue with automatic rebase that made it go into 1.13 instead of 1.14. Signed-off-by: Riccardo Mancini <mancio@amazon.com>
1 parent 0f1e602 commit 79b8054

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ and this project adheres to
4242

4343
### Added
4444

45+
- [#5350](https://github.com/firecracker-microvm/firecracker/pull/5350): Added a
46+
`/serial` endpoint, which allows setting `serial_out_path` to the path of a
47+
pre-created file into which Firecracker should redirect output from the
48+
guest's serial console. Not configuring it means Firecracker will continue to
49+
print serial output to stdout. Similarly to the logger, this configuration is
50+
not persisted across snapshots.
4551
- [#5463](https://github.com/firecracker-microvm/firecracker/pull/5463): Added
4652
support for `virtio-pmem` devices. See [documentation](docs/pmem.md) for more
4753
information.
@@ -124,12 +130,6 @@ and this project adheres to
124130
requests to `/mmds/config` to enforce MMDS to always respond plain text
125131
contents in the IMDS format regardless of the `Accept` header in requests.
126132
Users need to regenerate snapshots.
127-
- [#5350](https://github.com/firecracker-microvm/firecracker/pull/5350): Added a
128-
`/serial` endpoint, which allows setting `serial_out_path` to the path of a
129-
pre-created file into which Firecracker should redirect output from the
130-
guest's serial console. Not configuring it means Firecracker will continue to
131-
print serial output to stdout. Similarly to the logger, this configuration is
132-
not persisted across snapshots.
133133
- [#5364](https://github.com/firecracker-microvm/firecracker/pull/5364): Added
134134
PCI support in Firecracker. PCI support is optional. Users can enable it
135135
passing the `--enable-pci` flag when launching the Firecracker process. When

0 commit comments

Comments
 (0)