firecracker-go-sdk
firecracker-go-sdk copied to clipboard
An SDK in Go for the Firecracker microVM API
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.1.1 to 1.4.0. Release notes Sourced from github.com/containernetworking/plugins's releases. CNI Plugins v1.4.0 New features: (#832). tap: allow for a tap device to be created as a bridge...
The Firecracker team recently added a [Linux Kernel 6.1 configuration for guest VMs](https://github.com/firecracker-microvm/firecracker/tree/main/resources/guest_configs). When switching to this, and using CNI for networking and IP allocation, the IP address is injected...
*Description of changes:* When setting up the `jailer` via `firecracker-go-sdk` I noticed that the SDK only supported setting a `WithNumaNode` to provide affinity. This change allows the `WithNumaNode` to be...
Hi there, I've been using Firecracker for a while, mainly via the Go SDK and noticed a bunch of new messages with the v1.5.1 release. Is there a recommended way...
*Issue #, if available:* CI is failing at the testLogandMetrics test against firecracker main branch due to upstream [default loglevel](https://github.com/firecracker-microvm/firecracker/pull/4171/files) change from `warning` to `info`. *Description of changes:* By submitting...
*Issue #, if available:* *Description of changes:* Enhance change the firecracker binary path and stdin, stdout, stderr. By submitting this pull request, I confirm that my contribution is made under...
Right now there is a bug when trying to start a Firecracker VM with jailer using a CNI where the VM is never joined to the correct network namespace. This...
Before, when providing a drive which is already in the jailer rootfs, the LinkFilesHandler would fail trying to hard-link the file to the path where it is already linked. This...
*Issue #, if available: firecracker-microvm/firecracker#4014* *Description of changes:* Forward the `container_snapshot_path` parameter of the firecracker load snapshot request. By submitting this pull request, I confirm that my contribution is made...
*Description of changes:* The package has been deprecated since 1.16. #440 firecracker-go-sdk has dropped Go 1.14 and 1.15 Signed-off-by: NanamiNakano By submitting this pull request, I confirm that my contribution...