PackageTrack

Go modules · #2290

github.com/digitalocean/digitalocean-cloud-controller-manager

v0.1.69digitalocean/digitalocean-cloud-controller-manager

Release timeline

140 releases since 2017
2019202120232025

Releases

  1. v0.1.17-0.20190804220428-e88961ce89ba4 Aug 2019pre-release

    Nothing published for this version

  2. v0.1.1617 Jul 2019
    Release notes3 sources agree

    Added

    • HTTP/2 support for LB services (@snormore)

    Changed

    • Update Kubernetes dependencies to 1.15.0 (@timoreimann)
    • Set default LB health check protocol to TCP if not specified (@snormore)
    • Default to HTTP for sticky sessions if no protocol is defined (@snormore)

    Fixed

    • Do not return error when load-balancer deletion succeeds (@timoreimann)
    • Remove local load-balancer cache entry when load-balancer is deleted (@timoreimann)
    Open source →
  3. v0.1.16-hotfix26 Aug 2019pre-release

    Nothing published for this version

  4. v0.1.16-hotfix14 Aug 2019pre-release

    Nothing published for this version

  5. v0.1.1527 Jun 2019
    Release notes3 sources agree
    • Set cloud tagging, authentication lookup skipping, and cloud provider flags in-code (@timoreimann)
    • Drop droplet cache usage in Instances implementation (@timoreimann)
    • Add note to README about CCM being already installed on DOKS (@snormore)
    • Set a custom user agent for the godo client (@andrewsomething)
    Open source →
  6. v0.1.1426 Apr 2019
    Release notes3 sources agree
    • Update Kubernetes dependencies to 1.14.1 (@timoreimann)
    • Handle case where stale droplet cache can result in incorrect node deletions (@nanzhong)
    Open source →
  7. v0.1.133 Apr 2019
    Release notes3 sources agree
    • Add support for configuring a specific vpc id (@nanzhong)
    Open source →
  8. v0.1.1226 Mar 2019
    Release notes3 sources agree
    • Cache API results for DigitalOcean resources and manage them in ResourcesController (@nanzhong)
    Open source →
  9. v0.1.1119 Mar 2019
    Release notes3 sources agree
    • loadbalancers: add support for PROXY protocol (@timoreimann)
    • loadbalancers: support numeric health check parameters (@timoreimann)
    Open source →
  10. v0.1.1027 Feb 2019
    Release notes3 sources agree
    • loadbalancers: don't use pointer to loop variable in load balancers map (@bouk)
    Open source →
  11. v0.1.926 Feb 2019
    Release notes3 sources agree

    IMPORTANT: This release contains a significant bug. Use v0.1.10 instead.

    • Reconcile cluster ID tags on DO load-balancer resources (@timoreimann)
    • Makefile: Fix check-headers target and header violations (@timoreimann)
    • prepend the DO-specific tag component to the cluster ID (@timoreimann)
    • add script to clean up used DigitalOcean resources (@timoreimann)
    • tag created load balancers with existing cluster ID (@timoreimann)
    • add some documentation and fix load balancer naming (@tariq1890)
    • bump Go version to 1.11.5 (@timoreimann)
    • fix link in docs (@eddiezane)
    • fix typo in Makefile (@rig0rmortis)
    • remove duplicate 'contributing' section (@groovemonkey)
    • add end-to-end test verifying Kubernetes compatibility (@timoreimann)
    • support overriding the load-balancer health check protocol via the service.beta.kubernetes.io/do-loadbalancer-healthcheck-protocol annotation (@andrewsykim)
    Open source →
  12. v0.1.822 Oct 2018
    Release notes3 sources agree
    • 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)
    Open source →
  13. v0.1.71 Aug 2018
    Release notes3 sources agree
    • implement InstanceShutdownByProviderID which adds taints to droplets that are shutdown (@andrewsykim)
    Open source →
  14. v0.1.614 May 2018
    Release notes3 sources agree
    • support loadbalancer http -> https redirect (@peterver)
    Open source →
  15. v0.1.59 May 2018
    Release notes3 sources agree
    • 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)
    Open source →
  16. v0.1.418 Mar 2018
    Release notes3 sources agree
    • Support loadbalancer sticky sessions (@xmudrii)
    • Add RBAC ClusterRole, ClusterRoleBindings and ServiceAccount

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

    Open source →
  17. v0.1.314 Dec 2017
    Release notes3 sources agree
    • 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

    Open source →
  18. v0.1.25 Oct 2017
    Release notes3 sources agree
    • 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

    Open source →
  19. v0.1.127 Sept 2017
    Release notes3 sources agree
    • Wait for load balancer to be active to retrieve its IP (@odacremolbap)
    • Use pagination when listing all droplets (@yuvalsade)

    Supports Kubernetes Versions: v1.7

    Open source →
  20. v0.1.011 Aug 2017
    Release notes3 sources agree
    • 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

    Open source →