v0.0.10
Pre-releaseWe're excited to announce the latest alpha version of kube-router! This release along with multiple bug fixes adds support for network policy v1 or GA version of network policy released as part of Kubernetes 1.7. Kube-router is also tested and verified to work well with Kubernetes latest release 1.7 release.
Upgrade Steps
You can update your DaemonSet to use the following cloudnativelabs/kube-router:v0.0.10 image to upgrade .
Please note that going forward from this release kube-router will take explicit --master/--kubeconfig argument. If not specfied will use incluster config.
Changelog
3b1257c adding explicit --kubeconfig param in example daemonset manifests
b77c28f Update README.md
f5e518e Merge pull request #91 from cloudnativelabs/90-network-policy-ga
279bc66 Netork policy GA: select all pods in namespace if pod selector is not specified in the network policy spec
562008c Merge pull request #83 from dimm0/feature/inclusterconfig
8d2ed48 Either of the --master or --kubeconfig is sufficient
909c24d Merge pull request #86 from cloudnativelabs/85-network-policy-ga
922c9f5 GA network policy does not reject if there is not a single source pod matching a policy
1d62de7 Merge branch 'master' into feature/inclusterconfig
ccbba72 Using inclusterconfig for default configuration
c85e02a Update README.md
c1a4e65 Update README.md
7d2d5b4 update readme to mention support for network policy GA
c0a14e8 Merge pull request #82 from cloudnativelabs/network-policy-ga
b4c063e support for network policy GA
8a3d6c0 Merge pull request #81 from cloudnativelabs/cleanup-config
a86bc44 fix null pointer dereference during kube-router --cleanup-config
c64b72e Merge pull request #76 from cloudnativelabs/aws-src-dst-check
449f1bf fix Source/destination check disable logic
04d0ed3 Merge pull request #74 from cloudnativelabs/prometheus
ef66b01 WIP prometheus metrics: add pps in and out per service backend
84e0357 Merge pull request #73 from cloudnativelabs/export_policy
83ca0c4 BGP export polices to advertise routes so that extra hop is avoided
Automated with GoReleaser
Built with go version go1.8.3 linux/amd64