Releases: loopholelabs/drafter
Releases · loopholelabs/drafter
v0.6.1
v0.6.0
This is a breaking change, a major refactoring more details in #63
What's Changed
- oci: add config for systemd unit file path by @lgfa29 in #73
- Fix shutdown logic in case a runner hasn't been started successfully by @pojntfx in #75
- Integrate
main
by @pojntfx in #77 - Invoke
OnCompletion
hook for both local and remote devices by @pojntfx in #79 - build(deps): Bump golang.org/x/sys from 0.28.0 to 0.29.0 by @dependabot in #69
- build(deps): Bump golang.org/x/crypto from 0.30.0 to 0.31.0 in the go_modules group by @dependabot in #70
- build(deps): Bump github.com/metal-stack/go-ipam from 1.14.7 to 1.14.8 by @dependabot in #71
- Add S3 Security Configuration by @pojntfx in #78
- Jamesmoore/arch 224 silo support device groups by @jimmyaxod in #63
Full Changelog: v0.5.3...v0.6.0
v0.5.3
Merge pull request #65 from loopholelabs/switch-to-cbor Switch agent system to CBOR
v0.5.2
Merge pull request #64 from loopholelabs/add-custom-payload-event-sup…
v0.5.1
chore: Use latest Buildroot release since it supports Go 1.23 Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
v0.5.0
Merge pull request #50 from loopholelabs/heterogeneous-host-migrations Add initial support for heterogeneous host migrations and running Kubernetes in the guest
v0.4.0
Merge pull request #42 from loopholelabs/allow-custom-agent-service Allow defining custom agent services
v0.3.3
Merge pull request #35 from loopholelabs/improve-context-signaling Improve Signaling Logic
v0.2.4
firecracker: record VM process ID After the VM is started, it's sometimes necessary to interact with the `firecracker` process directly, which requires knowing its PID. Record the `firecracker` process ID when it starts and bubble it up to the peer.
v0.2.3
fix: Set valid shell commands as default values Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>