Skip to content

Releases: linode/linode-cloud-controller-manager

v0.3.9

11 Jan 16:00
a0465bd
Compare
Choose a tag to compare

Changes

  • allow configuring proxy-protocol per port @Charliekenney23 (#86)
  • Add replace for goautoneg bitbucket repo to e2e go.mod @g1bl3t (#83)
  • Generate new testing server certificate and add docs @g1bl3t (#81)

v0.3.8

24 Sep 13:18
3d5e9c7
Compare
Choose a tag to compare

Changes

  • allow configuring proxy protocol @Charliekenney23 (#78)
  • Fix typo, minor change @altmas5 (#79)

v0.3.7

10 Sep 17:08
47a92d4
Compare
Choose a tag to compare

Changes

  • add nodebalancer-id annotation @Charliekenney23 (#76)

🧰 Changed

  • Add replace directive in go.mod for deprecated goautoneg bitbucket repo @g1bl3t (#77)

v0.3.6

31 Jul 17:12
d21a52b
Compare
Choose a tag to compare

Changes

  • Fixes HTTPS port failing on initial creation @phillc (#75)
  • Add loadbalancer preserve annotation @Charliekenney23 (#69)
  • Disable insecure port, enable secure port on 10253 @sibucan (#65)

v0.3.5

12 Mar 16:13
b412d44
Compare
Choose a tag to compare

Changes

  • make build-linux before building docker image @phillc (#64)

v0.3.4

12 Mar 15:53
a294305
Compare
Choose a tag to compare

🐛 Bug Fixes

v0.3.3

12 Mar 14:40
ea73dec
Compare
Choose a tag to compare

🧰 Changed

🐛 Bug Fixes

  • Ensure rebuild options are captured correctly if NodeBalancer config exists @g1bl3t (#55)

v0.3.2

16 Jan 19:03
Compare
Choose a tag to compare

Features

  • Added support for Sentry error reporting.

v0.3.1

17 Dec 17:07
eca7485
Compare
Choose a tag to compare

Fixed

  • CCM now sets backend nodes correctly when adding ports on LoadBalancer service update.

v0.3.0

06 Nov 19:05
39e2422
Compare
Choose a tag to compare

Added

  • New LoadBalancer TLS annotations.

example:

service.beta.kubernetes.io/linode-loadbalancer-default-protocol: "http"
service.beta.kubernetes.io/linode-loadbalancer-port-443: |
    {
        "tls-secret-name": "prod-app-tls",
        "protocol": "https"
    }

Fixed

  • New syntax fixes an issue where a creating a load balancer created with both
    an http and https port would fail silently.
  • Some error messages changed to meet linter standards
  • CCM now uses out-of-cluster authentication when kubeconfig is passed as a command-
    line argument.

Deprecated

  • Former annotations linode-loadbalancer-tls and linode-loadbalancer-protocol will
    be removed Q3 2020.