Skip to content

Releases: digitalocean/digitalocean-cloud-controller-manager

v0.1.25

16 Jun 19:59
f6d3c7e

Choose a tag to compare

See the CHANGELOG for details.

v0.1.24

18 May 12:49
9b14a85

Choose a tag to compare

See the CHANGELOG for details.

v0.1.23

31 Jan 16:03
e82508d

Choose a tag to compare

See the CHANGELOG for details.

v0.1.22

15 Jan 18:24
8b4929c

Choose a tag to compare

See the CHANGELOG for details.

v0.1.21

27 Oct 16:07
16c0824

Choose a tag to compare

Provides version compatible with Kubernetes 1.16.

Check out the CHANGELOG for more details.

v0.1.20

09 Sep 22:10
fa2ad87

Choose a tag to compare

Fix load-balancer bug related to handling of DigitalOcean Let's Encrypt certificates that have been automatically rotated by DigitalOcean's LBaaS.

v0.1.19

28 Aug 16:49
67c685a

Choose a tag to compare

Fixes an issue around load-balancers being deleted manually that was introduced in v0.1.17.

Check out the CHANGELOG for more details.

v0.1.18

09 Aug 22:40
58a3698

Choose a tag to compare

This release contains a single change:

  • Reduce API interactions around LB tag synchronization

Check out the CHANGELOG for more details.

v0.1.17

06 Aug 14:45
2b8677c

Choose a tag to compare

Notable changes:

  • LBs can now be renamed freely without affecting CCM
  • Improve latency during LB provisioning
  • Support specifying HTTP2 ports via annotation
  • Support accessing LBs from inside the cluster through a specified hostname managed by a DNS record of the user
  • Various fixes

Check out the CHANGELOG for more details.

v0.1.16-hotfix2

06 Aug 14:04

Choose a tag to compare

This is a hotfix release based on v0.1.16-hotfix1. It fixes a regression related to sticky sessions.

We set the protocol to HTTP if the sticky sessions option was set. However, this prevents concurrent usage of TCP and sticky HTTPS.

The release reverts the logic to the previous state.

Check out the CHANGELOG for more details.