Skip to content

Commit 1fcf5db

Browse files
andrewsykimmurali-reddy
authored andcommitted
add CHANGELOG (#387)
1 parent ab08c31 commit 1fcf5db

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CHANGELOG
2+
3+
## v0.2.0-beta.1 - April 11th 2018
4+
* Add service/endpoints handlers so BGP routes are added/removed as soon as service/endpoints updates occur (@andrewsykim)
5+
* Networkpolicies should account for pods that are not given a pod IP yet (@xanonid)
6+
* Refactor to use shared informers (@andrewsykim)
7+
* Fix bug where default ASN is used for iBGP peering when cluster ASN is set (@andrewsykim)
8+
* Support advertising `service.Status.LoadBalancer.Ingress` IPs with flag `--advertise-loadbalancer-ip` (@jjo)
9+
* Add delay for AWS EC2 operations and only make API calls if kube-router has the necessary IAM roles (@murali-reddy)
10+
* Add unit tests `Test_addExportPolicies` (@andrewsykim)
11+
* 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)
12+
* Withdraw VIP routes if `service.Spec.ExternalTrafficPolicy=Local` and a node does not contain healthy endpoints for a service (@TvL2386)

0 commit comments

Comments
 (0)