v0.2.0-beta.3
Pre-releaseKube-router v0.2.0-beta.3 release is mainly follow-up release to the internal code refactoring done in v0.2.0-beta.2 and v0.2.0-beta.1
Breaking Change
Kube-router internal started using SharedInformerFactory which has a resync period. When resync period value great that 0 is specified, informer in go-client replays all the cached object, resulting in unnessary updates and processing. Since kube-router controllers already has periodc full sync periodic replay of objects is not required. Hence the flag --config-sync-period is deprecated.
Major Changes
af9875d Replace glide depenedency management with dep
71d16bf Code is restructured to confirm to standard go projects format
041c055 Optimizations to improve the periodic sync's done by the controllers
a1ecedf Some more optimization to perform full-sync in the controllers only when needed
8c746b2 Make GoBGP server listen only on node IP