Skip to content

Tags: CrueLu/firecracker

Tags

v0.24.4

Toggle v0.24.4's commit message
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.

v0.23.4

Toggle v0.23.4's commit message
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.

v0.24.3

Toggle v0.24.3's commit message
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.

v0.8.0

Toggle v0.8.0's commit message
Added

* The jailer can now be configured to enter a preexisting network namespace,
and to run as a daemon.
* Enabled PATCH operations on /drives resources.

Changed

* The microVM id supplied to the jailer may now contain alphanumeric characters
and hyphens, up to a maximum length of 64 characters.
* Replaced the permissions property of /drives resources with a boolean.
* Removed the state property of /drives resources.

v0.24.2

Toggle v0.24.2's commit message
Fixed

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

v0.23.3

Toggle v0.23.3's commit message
Fixed

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

v0.22.4

Toggle v0.22.4's commit message
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.

v0.23.2

Toggle v0.23.2's commit message
Fixed

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

v0.24.1

Toggle v0.24.1's commit message
Fixed

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

v0.22.3

Toggle v0.22.3's commit message
Fixed

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