Skip to content

Releases: linode/linodego

v0.24.1

08 Dec 19:14
Compare
Choose a tag to compare

Changes

🚀 Added

  • add object-acl get and update methods @Charliekenney23 (#173)

v0.24.0

06 Nov 17:24
Compare
Choose a tag to compare

Changes

🧰 Changed

  • Breaking Change update VLAN type to include linode mac and ipv4 addresses @Charliekenney23 (#172)

v0.23.1

03 Nov 20:59
Compare
Choose a tag to compare

Changes

🚀 Added

  • add support for VLANs @Charliekenney23 (#171)

v0.23.0

26 Oct 20:43
Compare
Choose a tag to compare

⚠️ Removed

  • Remove Limited from Object Storage Key Create Options @phillc (#169)

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