@@ -9,29 +9,29 @@ We are continuously validating the currently supported Firecracker releases (as
9
9
per [ Firecracker’s release policy] ( ../docs/RELEASE_POLICY.md ) ) using a
10
10
combination of all supported host and guest kernel versions in the table below.
11
11
12
- While other versions and other kernel configs might work, they are not
13
- periodically validated in our test suite, and using them might result in
14
- unexpected behaviour. Starting with release ` v1.0 ` each major and minor release
15
- will specify the supported kernel versions.
16
-
17
12
Once a kernel version is officially added, it is supported for a ** minimum of 2
18
13
years** . At least 2 major guest and host versions will be supported at any time.
19
14
When support is added for a third kernel version, the oldest will be deprecated
20
15
and removed in a following release, after its minimum end of support date.
21
16
17
+ ** Note** While other versions and other kernel configs might work, they are not
18
+ periodically validated in our test suite, and using them might result in
19
+ unexpected behaviour. Starting with release ` v1.0 ` each major and minor release
20
+ will specify the supported kernel versions.
21
+
22
22
### Host Kernel
23
23
24
- | Host kernel | Min. version | Min. end of support |
25
- | ----------: | -----------: | ------------------: |
26
- | v5.10 | v1.0.0 | 2024-01-31 |
27
- | v6.1 | v1.5.0 | 2025-10-12 |
24
+ | Page size | Host kernel | Min. version | Min. end of support |
25
+ | ----------: | ----------: | ---------- -: | ------------------: |
26
+ | 4K | v5.10 | v1.0.0 | 2024-01-31 |
27
+ | 4K | v6.1 | v1.5.0 | 2025-10-12 |
28
28
29
29
### Guest Kernel
30
30
31
- | Guest kernel | Min. version | Min. end of support |
32
- | -----------: | -----------: | ------------------: |
33
- | v5.10 | v1.0.0 | 2024-01-31 |
34
- | v6.1 | v1.9.0 | 2026-09-02 |
31
+ | Page size | Guest kernel | Min. version | Min. end of support |
32
+ | ----------: | ---------- -: | -----------: | ------------------: |
33
+ | 4K | v5.10 | v1.0.0 | 2024-01-31 |
34
+ | 4K | v6.1 | v1.9.0 | 2026-09-02 |
35
35
36
36
The guest kernel configs used in our validation pipelines can be found
37
37
[ here] ( ../resources/guest_configs/ ) while a breakdown of the relevant guest
0 commit comments