Releases: cocoonstack/cocoon-agent
Releases · cocoonstack/cocoon-agent
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