Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 78eac72

Browse files
authored
Merge branch 'main' into rmv_unused_metrics
2 parents 2cc23e7 + 1d5ee0e commit 78eac72

File tree

11 files changed

+155
-69
lines changed

11 files changed

+155
-69
lines changed

‎CHANGELOG.md

Lines changed: 26 additions & 7 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,6 +44,10 @@ 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.
47+
- [#5146](https://github.com/firecracker-microvm/firecracker/pull/5146): Added
48+
Intel Sapphire Rapids as a supported and tested platform for Firecracker.
49+
- [#5148](https://github.com/firecracker-microvm/firecracker/pull/5148): Added
50+
ARM Graviton4 as a supported and tested platform for Firecracker.
2751

2852
### Changed
2953

@@ -35,9 +59,6 @@ and this project adheres to
3559
Clarified what CPU models are supported by each existing CPU template.
3660
Firecracker exits with an error if a CPU template is used on an unsupported
3761
CPU model.
38-
- [#5165](https://github.com/firecracker-microvm/firecracker/pull/5165): Changed
39-
Firecracker snapshot feature from developer preview to generally available.
40-
Incremental snapshots remain in developer preview.
4162

4263
### Deprecated
4364

@@ -48,12 +69,10 @@ and this project adheres to
4869
misnamed, as the value Firecracker sets it to is actually the page size in
4970
_bytes_, not KiB. It will be removed in Firecracker 2.0.
5071

51-
### Removed
52-
5372
### Fixed
5473

55-
- #\[[5074](https://github.com/firecracker-microvm/firecracker/pull/5074)\] Fix
56-
the `SendCtrlAltDel` command not working for ACPI-enabled guest kernels, by
74+
- [#5074](https://github.com/firecracker-microvm/firecracker/pull/5074) Fix the
75+
`SendCtrlAltDel` command not working for ACPI-enabled guest kernels, by
5776
dropping the i8042.nopnp argument from the default kernel command line
5877
Firecracker constructs.
5978
- [#5122](https://github.com/firecracker-microvm/firecracker/pull/5122): Keep

‎Cargo.lock

Lines changed: 62 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/RELEASE_POLICY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ v3.1 will be patched since were the last two Firecracker releases and less than
9090

9191
| Release | Release Date | Latest Patch | Min. end of support | Official end of Support |
9292
| ------: | -----------: | -----------: | ------------------: | :------------------------------ |
93+
| v1.12 | 2025年05月07日 | v1.12.0 | 2025年11月07日 | Supported |
9394
| v1.11 | 2025年03月18日 | v1.11.0 | 2025年09月18日 | Supported |
94-
| v1.10 | 2024年11月07日 | v1.10.1 | 2025年05月07日 | Supported |
95+
| v1.10 | 2024年11月07日 | v1.10.1 | 2025年05月07日 | 2025年05月07日 (v1.12 released) |
9596
| v1.9 | 2024年09月02日 | v1.9.1 | 2025年03月02日 | 2025年03月18日 (v1.11 released) |
9697
| v1.8 | 2024年07月10日 | v1.8.0 | 2025年01月10日 | 2025年01月10日 (end of 6mo support) |
9798
| v1.7 | 2024年03月18日 | v1.7.0 | 2024年09月18日 | 2024年09月18日 (end of 6mo support) |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /