Skip to content

v1.6

Compare
Choose a tag to compare
@leokondrashov leokondrashov released this 18 Oct 02:32
· 94 commits to main since this release

Added

  • Added support for NVIDIA GPU in stock-only setup, with setup script and example Knative deployment.
  • Upgraded the Firecracker version. Vanilla Firecracker snapshots are supported with local snapshot storage. Remote snapshot support is added but unstable (GH-823).
  • Added a new netPoolSize option to configure the amount of network devices in the Firecracker VM network pool (10 by default), which can be used to keep the network initialization off the cold start path of Firecracker VMs.

Changed

Fixed

  • Removed the limitation on the number of functions instances that can be restored from a single Firecracker snapshot (previously it was limited to 1).