This repository has been archived by the owner on Oct 8, 2019. It is now read-only.
Releases: sky-uk/merlin
Releases · sky-uk/merlin
0.2.2
0.1.4: Add timeouts for netlink IPVS calls (#23)
We observed a netlink call hang indefinitely (despite libnetwork setting a socket timeout). This caused the merlin reconciler loop to hang and stop working. To guard against this rare occurrence, we wrap all netlink calls in a goroutine. In addition, merlin will now panic if the netlink call fails, as it's unexpected to ever happen normally and may be unrecoverable.
0.1.3
0.1.0: Move health check to server (#12)
This provides the most general approach. Servers can define their port and health check endpoint independently of the virtual service.