firecracker-go-sdk
firecracker-go-sdk copied to clipboard
An SDK in Go for the Firecracker microVM API
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Currently, [`NetworkInterface.StaticConfiguration.IPConfiguration.IPAddr`](https://pkg.go.dev/github.com/firecracker-microvm/firecracker-go-sdk#IPConfiguration) is of type `net.IPNet` which, according to the `net` library, represents ```go // An IPNet represents an IP network. type IPNet struct { IP IP // network number...
Bumps [github.com/go-openapi/validate](https://github.com/go-openapi/validate) from 0.22.0 to 0.24.0. Commits afe2925 chore(go): go-openapi requires go.1.20 across the board 3deae16 ci: give tests with race more time to complete, esp on windows 190ed6b updated...
Bumps [github.com/containernetworking/cni](https://github.com/containernetworking/cni) from 1.1.2 to 1.2.0. Release notes Sourced from github.com/containernetworking/cni's releases. v1.2.0 This is libcni v1.2.0, which releases the new CNI spec version v1.1.0. Major changes: GC verb The...
This commit enhances the readability of the main function by adding comments to explain each line of code. These comments provide clarity and guidance for beginners, helping them understand the...
*Issue #, if available:* *Description of changes:* This links the memory and snapshot files into the root of the jail and fixes an issue where `WithSnapshots` overrides the injected `LinkFilesHandler`....
Bumps [github.com/containernetworking/cni](https://github.com/containernetworking/cni) from 1.1.2 to 1.2.1. Commits e82d996 Merge pull request #1098 from squeed/gc-shared-warning 2c926b5 SPEC: add warning about preserving shared resources for GC ed014fe Merge pull request #1089 from...
Once we upgrade fireracker-go-sdk to support firecracker v1.5.0 api we should rea-dd #574 since with v1.5.0 we no longer need to pass log-path with log-level option. This will require updating...
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.4.1 to 1.5.1. Release notes Sourced from github.com/containernetworking/plugins's releases. v1.5.1 What's Changed Fix release tar images' owner to root by @s1061123 in containernetworking/plugins#1054 Full Changelog: https://github.com/containernetworking/plugins/compare/v1.5.0...v1.5.1 CNI...
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.20.0 to 0.21.0. Commits 673e0f9 unix: skip ethtool driver test for busy interface 6943ab6 unix/linux: update glibc to 2.39 92f3ad6 unix: update to Linux kernel 6.9 f34bb9f...