v1.13.1

firecracker-microvm/firecrackerv1.13.1Sep 1, 2025by Manciukic

AI Summary

Firecracker v1.13.1 is a small patch release that fixes a typo in the Swagger definition of MmdsConfig where the property imds_compat was incorrectly spelled as imds_comat, which caused auto-generated clients to create bad requests.

Key Highlights

  • Fixed typo in Swagger definition of MmdsConfig
  • Property imds_compat was spelled as imds_comat
  • Fixes auto-generated client request issues

Full Release Notes

### 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 client to create bad requests.