Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 2.29 KB

File metadata and controls

54 lines (39 loc) · 2.29 KB

CHANGELOG

v0.1.9 (beta) - Feb 7th 2019

  • Support for modifying firewall rules to allow traffic from loadbalancer

v0.1.8 (beta) - Oct 24th 2018

  • add support for loadbalancer health check paths via service annotation service.beta.kubernetes.io/do-loadbalancer-healthcheck-path (@andrewsykim)
  • various clean ups (golint, CI, etc) (@timoreimann)

v0.1.7 (beta) - Aug 1st 2018

  • implement InstanceShutdownByProviderID which adds taints to droplets that are shutdown (@andrewsykim)

v0.1.6 (alpha) - May 11th 2018

  • support loadbalancer http -> https redirect (@peterver)

v0.1.5 (alpha) - May 9th 2018

  • loadbalancers: Support nodes where nodeName is the private or public IP (@klausenbusk)
  • Add the ability to overide the DO API address (@cagedmantis)
  • update godo to v1.2.0 (@andrewsykim)
  • update kubernetes dependenicies to v1.10.2 (@andrewsykim)

v0.1.4 (alpha) - March 18th 2018

  • Support loadbalancer sticky sessions (@xmudrii)
  • Add RBAC ClusterRole, ClusterRoleBindings and ServiceAccount

Supports Kubernetes Versions: v1.8.X - v1.9.X

v0.1.3 (alpha) - December 13th 2017

  • Support clusters where nodeName is the private or public IP (@klausenbusk)
  • Switch Docker base image to Alpine from Ubuntu (@klausenbusk)

Supports Kubernetes Versions: v1.8

v0.1.2 (alpha) - October 5th 2017

  • Implement InstanceExistsByProviderID (@andrewsykim)
  • Cloud Controller Manager should run as a critical pod with resource requests (@andrewsykim)
  • Handle new provider ID format in node spec - digitalocean://droplet-id (@andrewsykim)
  • Implement GetZoneByProviderID and GetZoneByNodeName (@bhcleek)
  • Remove import for in-tree cloud provider - results in smaller binary (@andrewsykim)

Supports Kubernetes Versions: v1.8

v0.1.1 (alpha) - September 27th 2017

  • Wait for load balancer to be active to retrieve its IP (@odacremolbap)
  • Use pagination when listing all droplets (@yuvalsade)

Supports Kubernetes Versions: v1.7

v0.1.0 (alpha) - August 10th 2017

  • implement nodecontroller - responsible for: address managemnet, monitoring node status and node deletions.
  • implement zones - responsible for assigning nodes a zone in DigitalOcean
  • implement servicecontroller - responsible for: creating, updating and deleting services of type LoadBalancer with DO loadbalancers.

Supports Kubernetes Versions: v1.7