Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Upgrade to Firecracker v0.22.0 #692

Merged
merged 1 commit into from
Nov 16, 2020
Merged

Commits on Nov 16, 2020

  1. Upgrade to Firecracker v0.22.1 /w SDK v0.22.0

    Bump firecracker-go-sdk -- thanks to the upstream team for the release
    
    The firecracker rust API's have changed the fields for `log_fifo` -> `log_path`
    and `metrics_fifo`->`metrics_path`.
    Metrics have been moved to their own API call.
    
    This change is breaking on the firecracker side, but the firecracker-go-sdk
    Config has been kept backwards compatible.
    
    This means that ignite users will have no action item when upgrading ignite.
    The ignite-sandbox binary inside the sandbox image just needs to match the
    version of firecracker to avoid any API mismatch.
    stealthybox committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    d2a9999 View commit details
    Browse the repository at this point in the history