- This release updates critcal vendored dependencies
- gobgp is updated latest version 2.19
-k8s.io/client-go
,k8s.io/apimachinery
,k8s.io/api
are updated tov0.18.8
- Also
dep
is no longer used, we will be using go modules going forward for dependency management - Go 1.13 is version used for building kube-router and gobgp binaries
breaking changes
- starting from this release kube-router by default tries to auto-configure MTU for both pod interfaces and
kube-bridge
bridge interface. If you do not wish to change the MTU please set--auto-mtu
to false. Please see https://github.com/cloudnativelabs/kube-router/blob/master/docs/user-guide.md#mtu if you would like to manually configure the MTU value.
Changelog
400e496 update go.sum
d1a2316 .gitignore: Drop vendor folder (#993)
8e3f36c Add LoadBalancer to getExternalIPs (#995)
92b914e review comments
7904b7c addressing review comments
947bb24 fix lint error
db1bd56 set mtu
in cni spec to auto configure MTU's of the pod's veth's and kube-bridge interfaces
d32d651 go.mod: Vendor newer prometheus and k8s (#990)
5a5e835 fix(network_policy): mask mark reset on FW marks (#992)
824614d Add Support for Reading Peer Passwords via a File (#986)