Skip to content

Releases: firecracker-microvm/firecracker

Firecracker v0.23.5

23 Jul 13:55
Compare
Choose a tag to compare

Fixed

  • Fixed seccomp blocking syscalls necessary for Rust panics.

Firecracker v0.24.4

25 May 15:33
Compare
Choose a tag to compare

Fixed

  • Fixed race between vcpu initialization and emulation thread which could
    potentially lead to segmentation faults.
  • Fixed the SSBD mitigation not being enabled on aarch64 with the provided
    prod-host-setup.md, by force-enabling it.

Firecracker v0.23.4

25 May 16:09
Compare
Choose a tag to compare

Changed

  • Changed Docker images repository from DockerHub to Amazon ECR.

Fixed

  • Snapshot related host files (vm-state, memory, block backing files) are now
    flushed to their backing mediums as part of the CreateSnapshot operation.
  • Fixed race between vcpu initialization and emulation thread which could
    potentially lead to segmentation faults.
  • Fixed the SSBD mitigation not being enabled on aarch64 with the provided
    prod-host-setup.md, by force-enabling it.

Firecracker v0.24.3

11 May 15:34
Compare
Choose a tag to compare

Changed

  • Changed Docker images repository from DockerHub to Amazon ECR.

Fixed

  • Snapshot related host files (vm-state, memory, block backing files) are now
    flushed to their backing mediums as part of the CreateSnapshot operation.
  • Fixed ballooning API definition by renaming all fields which mentioned "MB"
    to use "MiB" instead.

Firecracker v0.24.2

19 Feb 13:04
Compare
Choose a tag to compare

Fixed

  • Fixed the SIGPIPE signal handler so Firecracker no longer exits. The signal is still recorded in metrics and logs.

Firecracker v0.23.3

19 Feb 13:07
Compare
Choose a tag to compare

Fixed

  • Fixed the SIGPIPE signal handler so Firecracker no longer exits. The signal
    is still recorded in metrics and logs.

Firecracker v0.22.4

01 Feb 14:26
Compare
Choose a tag to compare

Fixed

  • Fixed the reported used bytes for any virtio-block request.
  • Fixed all virtio-block read/write operations to valid guest addresses
    with buffer length of 0 to result in no-op.

Firecracker v0.23.2

15 Jan 16:55
Compare
Choose a tag to compare

Fixed

  • Fixed off-by-one error in virtio-block descriptor address validation.

Firecracker v0.24.1

14 Jan 08:58
Compare
Choose a tag to compare

Fixed

  • Fixed off-by-one error in virtio-block descriptor address validation.

Firecracker v0.22.3

13 Jan 16:48
Compare
Choose a tag to compare

Fixed

  • Fixed off-by-one error in virtio-block descriptor address validation.