Skip to content

Commit

Permalink
add CHANGELOG (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsykim authored and murali-reddy committed Apr 12, 2018
1 parent ab08c31 commit 1fcf5db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CHANGELOG

## v0.2.0-beta.1 - April 11th 2018
* Add service/endpoints handlers so BGP routes are added/removed as soon as service/endpoints updates occur (@andrewsykim)
* Networkpolicies should account for pods that are not given a pod IP yet (@xanonid)
* Refactor to use shared informers (@andrewsykim)
* Fix bug where default ASN is used for iBGP peering when cluster ASN is set (@andrewsykim)
* Support advertising `service.Status.LoadBalancer.Ingress` IPs with flag `--advertise-loadbalancer-ip` (@jjo)
* Add delay for AWS EC2 operations and only make API calls if kube-router has the necessary IAM roles (@murali-reddy)
* Add unit tests `Test_addExportPolicies` (@andrewsykim)
* Allow advertise pod CIDR to be set using a node annotation `kube-router.io/pod-cidr`, this will override the pod CIDR specified in node.Spec.PodCIDR(@andrewsykim)
* Withdraw VIP routes if `service.Spec.ExternalTrafficPolicy=Local` and a node does not contain healthy endpoints for a service (@TvL2386)

0 comments on commit 1fcf5db

Please sign in to comment.