diff --git a/.mailmap b/.mailmap index 18c3c02beb1..b4c9ed51739 100644 --- a/.mailmap +++ b/.mailmap @@ -33,3 +33,5 @@ Muskaan Singla Nikita Zakirov Tomoya Iwata +Andrea Manzini +Colin Percival diff --git a/CHANGELOG.md b/CHANGELOG.md index f9dc8a03f12..8af38184bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CREDITS.md b/CREDITS.md index f8e68078dcc..0bbcbd8e809 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -21,6 +21,7 @@ Contributors to the Firecracker repository: - Aaron O'Mullan - Abhijeet Kasurde - acatangiu +- acsmyth <54330152+acsmyth@users.noreply.github.com> - Adam Jensen - Adam Leskis - Adrian Catangiu @@ -37,11 +38,12 @@ Contributors to the Firecracker repository: - Alexandru-Cezar Sardan - Alin Dima - Anatoli Babenia -- Andrea Manzini +- Andrea Manzini - Andreea Florescu - Andrei Casu-Pop - Andrei Cipu - Andrei Sandu +- Andrew Laucius - Andrew Yao - Andrii Radyk - andros21 @@ -76,11 +78,12 @@ Contributors to the Firecracker repository: - Christopher Diehl - Christos Katsakioris - cneira -- Colin Percival +- Colin Percival - Colton J. McCurdy - Constantin Musca - CuriousCorrelation - czybjtu +- Dakshin Devanand - Damien Stanton - Dan Horobeanu - Dan Lemmond @@ -98,12 +101,14 @@ Contributors to the Firecracker repository: - Eddie Cazares - Eduard Kyvenko - Egor Lazarchuk +- Emmanuel Ferdman - EvanJP - Felipe R. Monteiro - Filippo Sironi - Fraser Pringle - Gabe Jackson - Gabriel Ionescu +- Gabriel Kopper <41166074+gckopper@users.noreply.github.com> - Garrett Squire - George Pisaltu - George Siton @@ -112,6 +117,7 @@ Contributors to the Firecracker repository: - Greg Dunn - Gregory Brzeski - Grzegorz Uriasz +- Gudmundur Bjarni Olafsson - Gulshan Kumar - Gábor Lipták - hacker65536 @@ -120,6 +126,7 @@ Contributors to the Firecracker repository: - Hermes - Himanshu Neema - HQ01 +- huang-jl <1046678590@qq.com> - Iggy Jackson - ihciah - Ioana Chirca @@ -235,6 +242,7 @@ Contributors to the Firecracker repository: - Serban Iorga - shakram02 - Shen Jiale +- Sheng-Wei (Way) Chen - Shion Yamashita - singwm - sladynnunes diff --git a/docs/RELEASE_POLICY.md b/docs/RELEASE_POLICY.md index ced8714d247..16b3a3b699a 100644 --- a/docs/RELEASE_POLICY.md +++ b/docs/RELEASE_POLICY.md @@ -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) | diff --git a/tools/update-credits.sh b/tools/update-credits.sh index c6ff953b64c..6a60af30ad7 100755 --- a/tools/update-credits.sh +++ b/tools/update-credits.sh @@ -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).)