Skip to content

Releases: k8snetworkplumbingwg/whereabouts

Adds Leader Election

05 Nov 13:15
7e39872
Compare
Choose a tag to compare

Add leader election to handle race conditions at scale. As well as optimizations and handling for run away processes (by improving the handling of contexts).

Prior to race conditions fixes

08 Jul 15:37
aec29ad
Compare
Choose a tag to compare

Prior to introducing code to address race conditions with k8s backend as described in #110

Release prior to removing network address from CIDR ranges

01 Jun 15:30
9e4ea85
Compare
Choose a tag to compare

In this version when using a CIDR formatted range, it will assign all addresses in the CIDR.

After this release, both the network address (first address in the CIDR) and the broadcast (last address in the CIDR) are not assigned.

Pre-release before changing CRD namespace

30 Jan 19:45
d3c8d8e
Compare
Choose a tag to compare
Merge pull request #32 from dougbtv/travis-openshift-build

Updates travis to build Dockerfile.openshift