Skip to content

Releases: linode/linode-cloud-controller-manager

v0.3.23

31 Jan 16:57
49549b4

Choose a tag to compare

Features

  • Added support for CCM Managed firewalls. Specify an ACL using service.beta.kubernetes.io/linode-loadbalancer-firewall-acl
  • Added support to update/delete the attached user-managed firewall

What's Changed

  • fix: set host-uuid correctly on non LKE clusters by @schinmai-akamai in #167
  • Replace helper by @schinmai-akamai in #170
  • Add feature to update / delete attached firewall by @rammanoj in #171
  • always return lbnotfound from getNodeBalancerForService by @luthermonson in #168
  • CCM Managed firewalls by @schinmai-akamai in #169

Full Changelog: v0.3.22...v0.3.23

v0.3.22

15 Jan 09:35
74cd6d2

Choose a tag to compare

What's Changed

Full Changelog: v0.3.21...v0.3.22

v0.3.21

09 Jan 01:29
5572272

Choose a tag to compare

Features

  • Added support for service.beta.kubernetes.io/linode-loadbalancer-firewall to assign a nodebalancer a firewall.
  • Added support for Linode host UUID to be attached to each node as an annotation node.k8s.linode.com/host-uuid
  • Added a versioned helm chart as a release artifact

What's Changed

New Contributors

Full Changelog: v0.3.20...v0.3.21

v0.3.20

08 Nov 21:09
fc4ad36

Choose a tag to compare

Changes

  • Do not ensure/update LBs if nodes are empty @okokes-akamai (#139)
  • Support adding tags to nodebalancers @schinmai-akamai (#138)

v0.3.19

11 Sep 17:55
aec305f

Choose a tag to compare

Changes

  • Allow passing linodeApitoken and region as secretRef @schinmai-akamai (#134)
  • Adding an environment vairiable to change default hostname only ingress abilities. @cmcga1125 (#130)

v0.3.18

24 Jul 12:43
83f2d2e

Choose a tag to compare

Changes

v0.3.17

04 Apr 12:38
82fde84

Choose a tag to compare

Changes

v0.3.16

18 Apr 15:00
1428580

Choose a tag to compare

Changes

  • Update k8s dependencies to v1.21.0 @sibucan (#108)
  • add Github Action workflow for unit tests @Charliekenney23 (#106)
  • update development steps in README.md @Charliekenney23 (#105)
  • Bump go.mod go version 1.15 -> 1.17 @LBGarber (#103)
  • add missing tests for zones interface @Charliekenney23 (#102)
  • run go mod tidy @Charliekenney23 (#101)

v0.3.15

15 Sep 21:18
8d6a724

Choose a tag to compare

Changes

  • Fix bug that caused generic API errors via InstanceExistsByProviderID to delete nodes @Charliekenney23 (#99)
  • bump linodego to v0.32.2 @Charliekenney23 (#100)

v0.3.14

04 Aug 20:45
d979ab9

Choose a tag to compare

Changes

  • Hardcode --authentication-skip-lookup=true to short-circuit ConfigMap auth @Charliekenney23 (#98)