Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Releases: sky-uk/merlin

0.2.2

08 Oct 09:02
Compare
Choose a tag to compare

checkKey.key type modified to match generated code for proto3 syntax

0.1.4: Add timeouts for netlink IPVS calls (#23)

22 May 09:50
c1ea830
Compare
Choose a tag to compare
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

27 Apr 15:20
0e95208
Compare
Choose a tag to compare
Prepare CHANGELOG.md for 0.1.3 (#20)

0.1.0: Move health check to server (#12)

13 Mar 13:53
0f14a34
Compare
Choose a tag to compare
This provides the most general approach. Servers can define their port
and health check endpoint independently of the virtual service.

0.0.2

22 Feb 13:46
0b75b1c
Compare
Choose a tag to compare
Don't clean up artifacts (#8)