firecracker-go-sdk
firecracker-go-sdk copied to clipboard
An SDK in Go for the Firecracker microVM API
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.24.0. Commits 332fd65 go.mod: update golang.org/x dependencies 0b431c7 x509roots/fallback: update bundle 349231f ssh: implement CryptoPublicKey on sk keys 44c9b0f ssh: allow server auth callbacks to...
Hello, I was playing around with SDK and spent some time figuring out inter-uVM communication. Only found out after a while that the firecracker-containerd project had a working example. Thought...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.24.0. Commits 332fd65 go.mod: update golang.org/x dependencies 0b431c7 x509roots/fallback: update bundle 349231f ssh: implement CryptoPublicKey on sk keys 44c9b0f ssh: allow server auth callbacks to...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.26.0 to 0.28.0. Commits adef4cc go.mod: update golang.org/x dependencies a0819fb sha3: fix cSHAKE initialization for extremely large N and or S 42ee18b ssh: return ServerAuthError after too...
*Issue #, if available:* *Description of changes:* Removes dependency on external logging library in favor of stdlib By submitting this pull request, I confirm that my contribution is made under...
Hey, is there a reason why there has been no tagged release since September 2022? I see folks committing to main so wondering if this is a conscious decision by...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.38.0 to 0.39.0. Commits 3bf9d2a ssh/test: skip KEX test if unsupported by system SSH client 9bab967 go.mod: update golang.org/x dependencies 4f9f0ca x509roots/fallback: add init time benchmark eac7cf0...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.38.0 to 0.39.0. Commits 3bf9d2a ssh/test: skip KEX test if unsupported by system SSH client 9bab967 go.mod: update golang.org/x dependencies 4f9f0ca x509roots/fallback: add init time benchmark eac7cf0...
Bumps [github.com/vishvananda/netlink](https://github.com/vishvananda/netlink) from 1.3.0 to 1.3.1. Release notes Sourced from github.com/vishvananda/netlink's releases. v1.3.1 What's Changed Fix deprecated comments by @champtar in vishvananda/netlink#1011 Fix: Do not crash when enumerating tc filters...
*Description of changes:* kernelArgs fails while parsing "init" kernel parameters with extra command line arguments. For example the following kernel args gets incorrectly parsed: ``` console=ttyS0 reboot=k panic=1 pci=off init=/bin/sh...