Skip to content

Releases: linode/linodego

v0.22.1

21 Oct 20:10
Compare
Choose a tag to compare

Changes

  • Add Limited Access Object Storage Keys @phillc (#167)

v0.22.0

21 Oct 15:21
Compare
Choose a tag to compare

Changes

🧰 Changed

  • make ClusterConditionFunc's adhere to k8s waiter convention @Charliekenney23 (#165)

v0.21.2

05 Oct 19:38
Compare
Choose a tag to compare

Changes

🚀 Added

  • add BYO SSL support for Object Storage @Charliekenney23 (#166)

v0.21.1

14 Sep 13:31
Compare
Choose a tag to compare

Changes

  • add proxy_protocol support for NodeBalancerConfigs @Charliekenney23 (#163)
  • Fix typo on waitfor.go comments @altmas5 (#164)

v0.21.0

31 Aug 12:46
Compare
Choose a tag to compare

🚀 Added

  • github.com/linode/linodego/k8s module, which is dependent on kubernetes modules.

Changes

  • Kubernetes modules are no longer a dependency of the base linodego module.

  • WaitForLKEClusterReady has moved from github.com/linode/linodego to
    github.com/linode/linodego/k8s/pkg/condition and now takes the linodego client as an argument.

  • ClusterHasReadyNode has moved from github.com/linode/linodego/pkg/condition to github.com/linode/linodego/k8s/pkg/condition

  • ClusterConditionFunc has moved from github.com/linode/linodego/pkg/condition to the base module, and now takes an options struct instead of a kubernetes client.

  • test is now its own module, allowing integration tests to be isolated, and its kubernetes dependencies not part of the base module.

v0.20.1

27 Aug 13:41
Compare
Choose a tag to compare

Changes

🚀 Added

v0.20.0

28 Jul 12:28
Compare
Choose a tag to compare

Changes

  • Add LKEClusterPoolDisk type and disks field to LKEClusterPool @jnschaeffer (#158)

⚠️ Removed

v0.19.0

10 Jun 14:32
Compare
Choose a tag to compare

Changes

  • Upgraded k8s.io/client-go to v0.18.3 @Charliekenney23 (#152)

⚠️ Removed

  • Breaking Change deprecated method (Client).RenameVolume removed @sgmac (#153)

v0.18.0

27 May 21:00
Compare
Choose a tag to compare

Changes

  • Breaking Change InstanceDisk.Created type updated from time.Time to *time.Time.
  • Breaking Change InstanceDisk.Updated type updated from time.Time to *time.Time.
  • Breaking Change Volume.Created type updated from time.Time to *time.Time.
  • Breaking Change Volume.Updated type updated from time.Time to *time.Time.

🐛 Bug Fixes

  • all timestamps should be pointers @Charliekenney23 (#150)

v0.17.0

22 May 20:05
Compare
Choose a tag to compare

Changes

  • add firewall update method @Charliekenney23 (#149)