Skip to content

v1.1.0

Compare
Choose a tag to compare
@murali-reddy murali-reddy released this 02 Oct 22:07
· 726 commits to master since this release
  • 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 to v0.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

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)