Releases: hookdeploy/hookdeployed
Releases · hookdeploy/hookdeployed
Release list
v0.1.3
What's Changed
- fix(enroll): treat consumed device poll as already completed by @michaelsbernstein in #37
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- README: link to hookdeploy.dev Agent & CLI docs by @michaelsbernstein in #32
- fix(connect): RST_STREAM when a local deliver body is truncated by @michaelsbernstein in #33
- ci: wire go test into PR and main CI by @michaelsbernstein in #34
- chore: bump version to 0.1.2 by @michaelsbernstein in #35
- docs: add CHANGELOG by @michaelsbernstein in #36
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- feat(packaging): Debian package + APT repo build script by @michaelsbernstein in #22
- fix(packaging): debconf password field truncated enrollment tokens; enroll failure must not fail dpkg by @michaelsbernstein in #23
- fix(packaging): postinst wrote to stdout before sourcing confmodule, desyncing the debconf protocol by @michaelsbernstein in #24
- feat(packaging): apt.hookdeploy.dev/install.sh APT setup wrapper by @michaelsbernstein in #25
- feat(tap): -no-tty mode, stdin-close as the cross-platform stop trigger by @michaelsbernstein in #26
- feat(cli): -json output for list and tap list by @michaelsbernstein in #28
- feat(cli): rename subcommand for agent self-rename by @michaelsbernstein in #29
- feat(enroll): add -no-tty for GUI-driven device-code enroll by @michaelsbernstein in #27
- feat(enroll): send optional -client identifier on device start by @michaelsbernstein in #30
- fix: stop dead-credential reconnect loops and detect clock skew by @michaelsbernstein in #31
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- feat(agent): re-check renewal on reconnect, on a ticker, and after wake from sleep by @michaelsbernstein in #1
- feat(agent): persist the renewal token issued at enrollment by @michaelsbernstein in #2
- feat(agent): renew using the rotating renewal token; write token before certs by @michaelsbernstein in #3
- feat(agent): report system info on change by @michaelsbernstein in #4
- feat(agent): stop retrying and unenroll when the relay reports revocation by @michaelsbernstein in #5
- feat(agent): enroll via browser-issued code by @michaelsbernstein in #6
- feat(agent): multi-org credential store with one active org by @michaelsbernstein in #7
- feat(agent): add unenroll to remove an agent from this machine by @michaelsbernstein in #8
- feat(agent): connect by region with automatic relay assignment by @michaelsbernstein in #9
- feat(agent): add --enforce and --fallback to connect by @michaelsbernstein in #10
- feat(agent): re-place when a relay reports it is draining by @michaelsbernstein in #11
- feat(agent): serve HTTP/2 on the relay connection and deliver locally by @michaelsbernstein in #12
- feat(agent): verify delivery completeness before proxying success by @michaelsbernstein in #13
- fix(agent): propagate Content-Length to the local hop and fix error classification by @michaelsbernstein in #14
- feat(agent): deliver to the target port instead of a hardcoded one by @michaelsbernstein in #15
- feat(agent): tap a destination and receive its traffic locally by @michaelsbernstein in #16
- feat(agent): tap by ID instead of slug/name by @michaelsbernstein in #17
- fix(connect): fast reconnect after healthy sessions (no more 4s+ gaps on blips) by @michaelsbernstein in #18
- feat(tap): endpoint-only raw taps (agent tap ) by @michaelsbernstein in #19
- feat(distribution): Linux release pipeline + install.sh + systemd unit by @michaelsbernstein in #20
- Linux distribution, public README, and BSL 1.1 by @michaelsbernstein in #21
New Contributors
- @michaelsbernstein made their first contribution in #1
Full Changelog: https://github.com/hookdeploy/hookdeployed/commits/v0.1.0