Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ Muskaan Singla <[email protected]> <[email protected].
Egor Lazarchuk <[email protected]>
Nikita Zakirov <[email protected]> <[email protected]>
Tomoya Iwata <[email protected]>
Andrea Manzini <[email protected]> <[email protected]>
Colin Percival <[email protected]> <[email protected]>
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ and this project adheres to

### Fixed

- [#5418](https://github.com/firecracker-microvm/firecracker/pull/5418): Fixed
typo in Swagger definition of `MmdsConfig`, where the property `imds_compat`
was spelled as `imds_comat`. This caused auto-generated clients to create bad
requests.

## [1.13.0]

### Added
Expand Down
12 changes: 10 additions & 2 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Contributors to the Firecracker repository:
- Aaron O'Mullan <[email protected]>
- Abhijeet Kasurde <[email protected]>
- acatangiu <[email protected]>
- acsmyth <[email protected]>
- Adam Jensen <[email protected]>
- Adam Leskis <[email protected]>
- Adrian Catangiu <[email protected]>
Expand All @@ -37,11 +38,12 @@ Contributors to the Firecracker repository:
- Alexandru-Cezar Sardan <[email protected]>
- Alin Dima <[email protected]>
- Anatoli Babenia <[email protected]>
- Andrea Manzini <ilmanzo@gmail.com>
- Andrea Manzini <andrea.manzini@suse.com>
- Andreea Florescu <[email protected]>
- Andrei Casu-Pop <[email protected]>
- Andrei Cipu <[email protected]>
- Andrei Sandu <[email protected]>
- Andrew Laucius <[email protected]>
- Andrew Yao <[email protected]>
- Andrii Radyk <[email protected]>
- andros21 <[email protected]>
Expand Down Expand Up @@ -76,11 +78,12 @@ Contributors to the Firecracker repository:
- Christopher Diehl <[email protected]>
- Christos Katsakioris <[email protected]>
- cneira <[email protected]>
- Colin Percival <cperciva@tarsnap.com>
- Colin Percival <cperciva@freebsd.org>
- Colton J. McCurdy <[email protected]>
- Constantin Musca <[email protected]>
- CuriousCorrelation <[email protected]>
- czybjtu <[email protected]>
- Dakshin Devanand <[email protected]>
- Damien Stanton <[email protected]>
- Dan Horobeanu <[email protected]>
- Dan Lemmond <[email protected]>
Expand All @@ -98,12 +101,14 @@ Contributors to the Firecracker repository:
- Eddie Cazares <[email protected]>
- Eduard Kyvenko <[email protected]>
- Egor Lazarchuk <[email protected]>
- Emmanuel Ferdman <[email protected]>
- EvanJP <[email protected]>
- Felipe R. Monteiro <[email protected]>
- Filippo Sironi <[email protected]>
- Fraser Pringle <[email protected]>
- Gabe Jackson <[email protected]>
- Gabriel Ionescu <[email protected]>
- Gabriel Kopper <[email protected]>
- Garrett Squire <[email protected]>
- George Pisaltu <[email protected]>
- George Siton <[email protected]>
Expand All @@ -112,6 +117,7 @@ Contributors to the Firecracker repository:
- Greg Dunn <[email protected]>
- Gregory Brzeski <[email protected]>
- Grzegorz Uriasz <[email protected]>
- Gudmundur Bjarni Olafsson <[email protected]>
- Gulshan Kumar <[email protected]>
- Gábor Lipták <[email protected]>
- hacker65536 <[email protected]>
Expand All @@ -120,6 +126,7 @@ Contributors to the Firecracker repository:
- Hermes <[email protected]>
- Himanshu Neema <[email protected]>
- HQ01 <[email protected]>
- huang-jl <[email protected]>
- Iggy Jackson <[email protected]>
- ihciah <[email protected]>
- Ioana Chirca <[email protected]>
Expand Down Expand Up @@ -235,6 +242,7 @@ Contributors to the Firecracker repository:
- Serban Iorga <[email protected]>
- shakram02 <[email protected]>
- Shen Jiale <[email protected]>
- Sheng-Wei (Way) Chen <[email protected]>
- Shion Yamashita <[email protected]>
- singwm <[email protected]>
- sladynnunes <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions docs/RELEASE_POLICY.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ v3.1 will be patched since were the last two Firecracker releases and less than

| Release | Release Date | Latest Patch | Min. end of support | Official end of Support |
| ------: | -----------: | -----------: | ------------------: | :------------------------------ |
| v1.13 | 2025-08-28 | v1.13.1 | 2026-02-28 | Supported |
| v1.12 | 2025-05-07 | v1.12.1 | 2025-11-07 | Supported |
| v1.11 | 2025-03-18 | v1.11.0 | 2025-09-18 | Supported |
| v1.10 | 2024-11-07 | v1.10.1 | 2025-05-07 | 2025-05-07 (v1.12 released) |
Expand Down
1 change: 0 additions & 1 deletion tools/update-credits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ cd "$(dirname "$BASH_SOURCE")/.."

{
cat <<-'EOH'

# Firecracker Credits and Thanks

(This file is autogenerated using [update-credits.sh](tools/update-credits.sh).)
Expand Down