Skip to content

Commit 4f73ed6

Browse files
zulinx86LDagnachew
authored andcommitted
chore: Update CHANGELOG in preparation of 1.12.0 release
Creates a new [Unreleased] section and move changes to be included in v1.12.0 to [1.12.0] section. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent d9abbe4 commit 4f73ed6

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@ and this project adheres to
1313
- [#5139](https://github.com/firecracker-microvm/firecracker/pull/5139): Added
1414
support for [PVTime](https://docs.kernel.org/virt/kvm/arm/pvtime.html). This
1515
is used to support steal time on ARM machines.
16+
- [#5175](https://github.com/firecracker-microvm/firecracker/pull/5175): Allow
17+
including a custom cpu template directly in the json configuration file passed
18+
to `--config-file` under the `cpu_config` key.
19+
20+
### Changed
21+
22+
- [#5165](https://github.com/firecracker-microvm/firecracker/pull/5165): Changed
23+
Firecracker snapshot feature from developer preview to generally available.
24+
Incremental snapshots remain in developer preview.
25+
26+
### Deprecated
27+
28+
### Removed
29+
30+
### Fixed
31+
32+
## [1.12.0]
33+
34+
### Added
35+
1636
- [#5048](https://github.com/firecracker-microvm/firecracker/pull/5048): Added
1737
support for [PVH boot mode](docs/pvh.md). This is used when an x86 kernel
1838
provides the appropriate ELF Note to indicate that PVH boot mode is supported.
@@ -24,9 +44,6 @@ and this project adheres to
2444
so users need to regenerate snapshots.
2545
- [#4731](https://github.com/firecracker-microvm/firecracker/pull/4731): Added
2646
support for modifying the host TAP device name during snapshot restore.
27-
- [#5175](https://github.com/firecracker-microvm/firecracker/pull/5175): Allow
28-
including a custom cpu template directly in the json configuration file passed
29-
to `--config-file` under the `cpu_config` key.
3047

3148
### Changed
3249

@@ -38,9 +55,6 @@ and this project adheres to
3855
Clarified what CPU models are supported by each existing CPU template.
3956
Firecracker exits with an error if a CPU template is used on an unsupported
4057
CPU model.
41-
- [#5165](https://github.com/firecracker-microvm/firecracker/pull/5165): Changed
42-
Firecracker snapshot feature from developer preview to generally available.
43-
Incremental snapshots remain in developer preview.
4458

4559
### Deprecated
4660

@@ -51,12 +65,10 @@ and this project adheres to
5165
misnamed, as the value Firecracker sets it to is actually the page size in
5266
_bytes_, not KiB. It will be removed in Firecracker 2.0.
5367

54-
### Removed
55-
5668
### Fixed
5769

58-
- #\[[5074](https://github.com/firecracker-microvm/firecracker/pull/5074)\] Fix
59-
the `SendCtrlAltDel` command not working for ACPI-enabled guest kernels, by
70+
- [#5074](https://github.com/firecracker-microvm/firecracker/pull/5074) Fix the
71+
`SendCtrlAltDel` command not working for ACPI-enabled guest kernels, by
6072
dropping the i8042.nopnp argument from the default kernel command line
6173
Firecracker constructs.
6274
- [#5122](https://github.com/firecracker-microvm/firecracker/pull/5122): Keep

0 commit comments

Comments
 (0)