Releases: cocoonstack/cocoon-agent
Releases · cocoonstack/cocoon-agent
Release list
v0.1.8
v0.1.7
Changelog
- 5b6b7a4 feat(agent): reseed verb — host-fed entropy, CRNG reseed, machine-id regen
- 12488df fix(agent): bound Wait on abandoned stdout/stderr pipes with WaitDelay
- afb3351 fix(agent): drop baked /var/lib/dbus/machine-id so regen yields a fresh id
- 9d92adc fix(agent): fall back to random machine-id when systemd-machine-id-setup fails
v0.1.6
Changelog
- 5b6b7a4 feat(agent): reseed verb — host-fed entropy, CRNG reseed, machine-id regen
- 12488df fix(agent): bound Wait on abandoned stdout/stderr pipes with WaitDelay
- afb3351 fix(agent): drop baked /var/lib/dbus/machine-id so regen yields a fresh id
- 9d92adc fix(agent): fall back to random machine-id when systemd-machine-id-setup fails
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
Changelog
- cafb0a6 chore: align tooling and add godoc
- 7da1245 clean up
- ebf932b feat(windows): AF_VSOCK + viosock guest support (#2)
- 7592c8f feat(windows): SCM-aware service mode + sc.exe via cmd.exe
- 4db0d96 fix(serve): retry vsock listen for ~2m to ride out viosock PnP-bind
- dfb7f9c fix(server): unblock stdin pump after cmd.Wait so MsgExit isn't held
- 7454222 fix(windows-install): set service start type to delayed-auto
- c797c89 fix(windows-install): stage sc.exe in a temp .bat to escape binPath quotes
- db13d35 packaging: tolerate missing vhost_vsock module on minimal guest kernels
v0.1.0
Changelog
- f7b99cb clean up
- 06dee79 feat: initial v0.1 — vsock exec agent
- 01fecae fix: Close() also tears down active sessions
- c8e280f packaging: tighten systemd unit
- 1d6d8ef refactor: /code review pass — drop redundant Listener interface, fix lifecycle leaks
- 4d0716d security/lifecycle: address ultrareview P0/P1/P2 findings