Skip to content

Releases: loopholelabs/drafter

v0.6.1

05 Mar 00:03
7a2cb34
Compare
Choose a tag to compare
Merge pull request #89 from loopholelabs/pojntfx/arch-304-update-docs…

v0.6.0

27 Feb 19:49
5e91f57
Compare
Choose a tag to compare

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

07 Jan 17:44
5d74338
Compare
Choose a tag to compare
Merge pull request #65 from loopholelabs/switch-to-cbor

Switch agent system to CBOR

v0.5.2

18 Dec 01:21
a96530e
Compare
Choose a tag to compare
Merge pull request #64 from loopholelabs/add-custom-payload-event-sup…

v0.5.1

10 Dec 07:12
cf7606b
Compare
Choose a tag to compare
chore: Use latest Buildroot release since it supports Go 1.23

Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>

v0.5.0

25 Nov 19:22
6e75057
Compare
Choose a tag to compare
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

03 Oct 08:19
f3cf200
Compare
Choose a tag to compare
Merge pull request #42 from loopholelabs/allow-custom-agent-service

Allow defining custom agent services

v0.3.3

24 Aug 00:24
e712a91
Compare
Choose a tag to compare
Merge pull request #35 from loopholelabs/improve-context-signaling

Improve Signaling Logic

v0.2.4

29 Jul 21:36
Compare
Choose a tag to compare
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

25 Jul 08:02
Compare
Choose a tag to compare
fix: Set valid shell commands as default values

Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>