PackageTrack
Sign in Get early access

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

v0.1.68 #2290 most downloaded on Go modules digitalocean/digitalocean-cloud-controller-manager

What this package is like to depend on

Last release 1 months ago

14 Jul 2026

Ships fairly regularly

a new release about every 2 months

Nearly every release is documented

notes for 68 of 69 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

139 releases · first in 2017

7 releases in the last 12 months

see the full history below

Release timeline

139 releases · Aug 2017 to Jul 2026
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 139
  1. v0.1.69-0.20260714193349-d16ff3a6a582 14 Jul 2026 pre-release

    Nothing published for this version

  2. v0.1.68 06 Jul 2026
    Release notes

    See the CHANGELOG for details.

    Open source →
    Release notes
    • Add handling for private IP only droplets (@gottwald)
    • Replace alpine:3.15 with distroless static-debian13 nonroot base image (@thearyanahmed)
    • Updated dependencies (@gottwald)
    Open source →
  3. v0.1.67 06 May 2026
    Release notes

    See the CHANGELOG for details.

    Open source →
    Release notes
    • Updates dependencies: (@schekuri)
      • github.com/digitalocean/godo v1.188.0
      • go.uber.org/zap v1.28.0
      • k8s.io/api v0.36.0
      • k8s.io/apimachinery v0.36.0
      • k8s.io/client-go v0.36.0
      • k8s.io/cloud-provider v0.36.0
      • k8s.io/component-base v0.36.0
      • k8s.io/utils v0.0.0-20260319190234-28399d86e0b5
      • sigs.k8s.io/controller-runtime v0.24.0
    Open source →
  4. v0.1.66 12 Mar 2026
    Release notes

    See the CHANGELOG for details.

    Open source →
    Release notes
    • Add public ipv6 node address handling (@gottwald)
    • Add automatic dual-stack support for REGIONAL_NETWORK load balancers when all cluster nodes support dual-stack networking (@gottwald)
    • Add node filtering to load balancers: only LB-Ready nodes with appropriate IP addresses are included in load balancers (@gottwald)
    • Emit Kubernetes events when load balancer configuration errors occur (e.g., explicit dual-stack annotation with IPv4-only nodes) (@gottwald)
    Open source →
  5. v0.1.65 19 Jan 2026
    Release notes

    See the CHANGELOG for details.

    Open source →
    Release notes
    • Fix syncTags error handling bug (@gottwald)
    • Updates dependencies: (@dependabot)
      • sigs.k8s.io/controller-runtime v0.22.4
      • go.uber.org/zap v1.27.1
      • golang.org/x/crypto v0.45.0
      • golang.org/x/sync v0.19.0
      • k8s.io/api v0.35.0
      • k8s.io/apimachinery v0.35.0
      • k8s.io/client-go v0.35.0
      • k8s.io/cloud-provider v0.35.0
      • k8s.io/component-base v0.35.0
      • k8s.io/klog/v2 v2.130.1
      • k8s.io/utils v0.0.0-20260108192941-914a6e750570
      • sigs.k8s.io/controller-runtime v0.22.4
    • Update actions/checkout to 6.0.0 (@dependabot)
    Open source →
  6. v0.1.65-0.20251109195901-86be2923dc99 09 Nov 2025 pre-release

    Nothing published for this version

  7. v0.1.64 08 Oct 2025
    Release notes

    See the CHANGELOG for details.

    Open source →
    Release notes
    • Updates dependencies: (@okamidash)
      • k8s.io/api v0.34.1
        • k8s.io/apimachinery v0.34.1
        • k8s.io/client-go v0.34.1
        • k8s.io/cloud-provider v0.34.1
        • k8s.io/component-base v0.34.1
      • sigs.k8s.io/controller-runtime v0.22.2
      • k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
      • github.com/digitalocean/[email protected]
      • github.com/prometheus/[email protected]
      • golang.org/x/lint v0.0.0-20241112194109-818c5a804067
        • golang.org/x/oauth2 v0.32.0
        • golang.org/x/sync v0.17.0
    • Update actions/checkout to 5.0.0 (@dependabot)
    • Fixes an issue that caused CCM to crash when the certificate ID annotation is removed #845 (@okamidash)
    Open source →
  8. v0.1.63 04 Aug 2025
    Release notes

    See the CHANGELOG for details.

    Open source →
    Release notes
    • Add network-stack annotation to allow configuration of IPV4 or DUALSTACK networking for load balancers (@jvasilevsky)
    Open source →
  9. v0.1.62 18 Jun 2025
    Release notes

    See the CHANGELOG for details.

    Open source →
    Release notes
    • Add optional DEFAULT_LB_TYPE environment variable to configure the default load balancer type between REGIONAL and REGIONAL_NETWORK (@olove)
    • Restrict the kube-proxy health port to be accessible by the load balancer only instead of allowing all IPv4 and IPv6 addresses (@olove)
    • Fixes an issue with nodes that don't have their providerID set from the kubelet configuration. From now on, if the node object node.Spec.ProviderID property is empty, we will retrieve the information using the DO API by listing the droplets with that name.
    Open source →
  10. v0.1.61 29 May 2025
    Release notes

    See the CHANGELOG for details.

    Open source →
    Release notes
    • Ensure Network LoadBalancer (NLB) is the default loadbalancer type (@olove)
    Open source →
  11. v0.1.60 27 May 2025
    Release notes

    See the CHANGELOG for details.

    Open source →
    Release notes
    Open source →
  12. v0.1.59 14 Feb 2025
    Release notes

    See the CHANGELOG for details.

    Open source →
    Release notes
    • Add an initial random delay when syncing the tags to load balancers (@olove)
    Open source →
  13. v0.1.58 17 Jan 2025
    Release notes
    • Add IPv6 address to the LoadBalancer Service Ingress list (@jvasilevsky)
    • Update dependencies: (@eomolo)
      • k8s.io packages v0.32.0
      • sigs.k8s.io/controller-runtime v0.20.0
      • github.com/prometheus/client_golang v1.20.5
      • godo v1.133.0
    • Update go to 1.23.4 (@eomolo)
    • Reduce the number of results per page when listing objects via DO API (@d-honeybadger)
    Open source →
  14. v0.1.57 03 Dec 2024
    Release notes
    • Update dependencies
      • godo v1.131.0
    • Migrate to CCM InstancesV2
    Open source →
  15. v0.1.57-0.20241203133354-b2e91a832ab8 03 Dec 2024 pre-release

    Nothing published for this version

  16. v0.1.57-0.20241202163008-6aa29b68ee26 02 Dec 2024 pre-release

    Nothing published for this version

  17. v0.1.57-0.20241124135611-8f64eb1e4159 24 Nov 2024 pre-release

    Nothing published for this version

  18. v0.1.57-0.20241118161607-c20703ff56d5 18 Nov 2024 pre-release

    Nothing published for this version

  19. v0.1.57-0.20241111172210-ceb3a4a474ee 11 Nov 2024 pre-release

    Nothing published for this version

  20. v0.1.57-0.20240902142152-eb84e90c61b7 02 Sep 2024 pre-release

    Nothing published for this version

  21. v0.1.57-0.20240826174642-764f25e7f23e 26 Aug 2024 pre-release

    Nothing published for this version

  22. v0.1.56 26 Aug 2024
    Release notes
    • Update dependencies: (@d-honeybadger)
      • k8s.io packages v0.31.0
      • sigs.k8s.io/controller-runtime v0.19.0
      • github.com/prometheus/client_golang v1.20.2
    • Update go to 1.23 (@d-honeybadger)
    Open source →
  23. v0.1.56-0.20240729152054-9c05307162cb 29 Jul 2024 pre-release

    Nothing published for this version

  24. v0.1.55 29 Jul 2024
    Release notes
    • When using the LoadBalancer service.beta.kubernetes.io/do-loadbalancer-type=REGIONAL_NETWORK (under closed beta), firewall rules are added to open up the underlying health check port and all the defined (port, protocols) defined on the service. This is to permit traffic to arrive directly on the underlying worker nodes.
    Open source →
  25. v0.1.55-0.20240625070033-291f324c02bf 25 Jun 2024 pre-release

    Nothing published for this version

  26. v0.1.55-0.20240617144911-a7fe042579e6 17 Jun 2024 pre-release

    Nothing published for this version

  27. v0.1.54 12 Jun 2024
    Release notes
    • Fixes an issue with load balancer health checks when the LB is using PROXY protocol. The new health check implementation (introduced in v0.1.51), now probes either kube proxy (Cluster) or the health check node port (Local). If the LB enables PROXY protocol, this alters the health check behavior to also use PROXY protocol. Since these Kubernetes components don't support PROXY protocol, this caused worker nodes to be marked as unhealthy. Support was added to the load balancer health check to optionally enable/disable PROXY protocol. When using the default health check implementation the health check will disable PROXY protocol. If the service.beta.kubernetes.io/do-loadbalancer-override-health-check is provided, then the health check will default to the setting on the LB.
    Open source →
  28. v0.1.54-0.20240612174630-4fc8ef07bf86 12 Jun 2024 pre-release

    Nothing published for this version

  29. v0.1.53 07 Jun 2024
    Release notes
    • Adding support for internal load balancers (NOTE: this is a closed beta feature, contact DigitalOcean support to review its public availability). This is enabled by setting a new annotation service.beta.kubernetes.io/do-loadbalancer-network to INTERNAL.
    Open source →
  30. v0.1.52 04 Jun 2024
    Release notes
    • Adding support for specifiying loadBalancerSourceRanges in the service spec. Source ranges take precedence over annotation based allow rules (service.beta.kubernetes.io/do-loadbalancer-allow-rules).
    Open source →
  31. v0.1.51 28 May 2024
    Release notes
    • Adjusts load balancer health check behaviour to probe Kubernetes components correctly, ensuring that LB traffic stops in time in case of unavailability and pending node replacements. The concrete health check configuration depends on the specified external traffic policy. See the extended documentation for details.
    • Adding new annotation service.beta.kubernetes.io/do-loadbalancer-certificate-name to configure which TLS certificate to use for HTTPs forwarding rules. This can be used instead of service.beta.kubernetes.io/do-loadbalancer-certificate-id which needs to be manually updated when using Let's Encrypt certificates. This is due to the certificate ID updating each time the certificate is rotated. If both annotations are provided, then service.beta.kubernetes.io/do-loadbalancer-certificate-id takes precedence.
    Open source →
  32. v0.1.51-0.20240521072950-64bdbb225684 21 May 2024 pre-release

    Nothing published for this version

  33. v0.1.51-0.20240520143844-771c3953999a 20 May 2024 pre-release

    Nothing published for this version

  34. v0.1.51-0.20240516145540-a2f88a0c1666 16 May 2024 pre-release

    Nothing published for this version

  35. v0.1.51-0.20240513154224-ac72b885da46 13 May 2024 pre-release

    Nothing published for this version

  36. v0.1.50 07 May 2024
    Release notes
    Open source →
  37. v0.1.49 11 Apr 2024
    Release notes
    • Fix load balancer admission webhook to handle load balancer ID changes gracefully (@prichrd)
    Open source →
  38. v0.1.49-0.20240314073524-f8187f6d122b 14 Mar 2024 pre-release

    Nothing published for this version

  39. v0.1.49-0.20240226151849-b4c9ac5dacaf 26 Feb 2024 pre-release

    Nothing published for this version

  40. v0.1.49-0.20240220080442-67eff91db765 20 Feb 2024 pre-release

    Nothing published for this version

  41. v0.1.49-0.20240206190426-39ad3c40217c 06 Feb 2024 pre-release

    Nothing published for this version

  42. v0.1.48 06 Feb 2024
    Release notes
    • Split release manifests to allow optional deployment of admission server (@prichrd)
    • Add documentation for the admission server (@prichrd)
    Open source →
  43. v0.1.48-0.20240201211117-11754f0bea2b 01 Feb 2024 pre-release

    Nothing published for this version

  44. v0.1.47 01 Feb 2024
    Release notes
    • Add validation webhook for LoadBalancer services (@prichrd)
    Open source →
  45. v0.1.47-0.20240110141837-c647207ea4d2 10 Jan 2024 pre-release

    Nothing published for this version

  46. v0.1.46 09 Jan 2024
    Release notes
    Open source →
  47. v0.1.45 22 Aug 2023
    Release notes
    Open source →
  48. v0.1.45-0.20230822174552-1f0e05c99d89 22 Aug 2023 pre-release

    Nothing published for this version

  49. v0.1.44 02 Aug 2023
    Release notes
    • Remove deny and allow load balancer firewall rules when annotations are removed (@olove)
    Open source →
  50. v0.1.43 25 May 2023
    Release notes
    Open source →
  51. v0.1.43-0.20230525181332-8e4175fcc44e 25 May 2023 pre-release

    Nothing published for this version

  52. v0.1.43-0.20230327164044-58d722e2285e 27 Mar 2023 pre-release

    Nothing published for this version

  53. v0.1.43-0.20230322165029-29380fe78462 22 Mar 2023 pre-release

    Nothing published for this version

  54. v0.1.43-0.20230320154045-2103c4db1319 20 Mar 2023 pre-release

    Nothing published for this version

  55. v0.1.43-0.20230306164224-8c69ce78fbc1 06 Mar 2023 pre-release

    Nothing published for this version

  56. v0.1.43-0.20230113212325-23854fa4c9dc 13 Jan 2023 pre-release

    Nothing published for this version

  57. v0.1.42 10 Jan 2023
    Release notes
    Open source →
  58. v0.1.42-0.20230104105131-30f1647112d9 04 Jan 2023 pre-release

    Nothing published for this version

  59. v0.1.41 03 Jan 2023
    Release notes
    • Add annotation for customizing Load Balancer HTTP Idle Timeout (@StephenVarela)
    • Add annotations for Load Balancers Firewalls (@jrolheiser)
    • Relax validation for Load Balancers UDP ports (@anitgandhi)
    • Deprecate annotation for customizing Load Balancer algorithm (@anitgandhi)
    Open source →
  60. v0.1.40 15 Nov 2022
    Release notes
    • Support setting DO API rate limit (@timoreimann)
    • Update Go to v1.19 (@timoreimann)
    • Support specifying region explicitly (@shatoboar)
    • Support custom annotation to specify HTTP3 entry ports for Load Balancers (@anitgandhi)
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive