- bump to go 1.10 - Add a linker tag with the build version - Remove fastbuild, go builds are cached now - Use better ginkgo suite names
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
Signed-off-by: André Martins <aanm90@gmail.com>
This changes the ip allocation logic to round robin. Before this, host-local IPAM searched for available IPs from start of subnet. Hence it tends to allocate IPs that had been used recently. This is not ideal since it may cause collisions.