Skip to content

Releases: linode/linodego

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)

v0.16.0

19 May 20:42
Compare
Choose a tag to compare

🚀 Added

  • add firewall rules methods @Charliekenney23 (#148)
  • add firewall device methods @Charliekenney23 (#146)

v0.15.0

29 Apr 16:56
Compare
Choose a tag to compare

Changes

  • Update LKE methods for GA LKE API @displague (#143)
  • implement WaitForLKEClusterReady @Charliekenney23 (#139)
  • handle Linode API default 502 response @Charliekenney23 (#144)
  • Breaking Change LKECluster.Version renamed to LKECluster.K8sVersion.
  • Breaking Change LKEClusterCreateOptions.Version renamed to LKEClusterCreateOptions.K8sVersion.
  • Breaking Change LKEClusterAPIEndpoint.Endpoints removed in favor of LKEClusterAPIEndpoint.Endpoint.
  • Breaking Change client.GetLKEClusterAPIEndpoint removed in favor of client.ListLKEClusterAPIEndpoints.

🚀 Added

  • add GetFirewall method @Charliekenney23 (#138)

🐛 Bug Fixes

  • fix ICMP protocol value @Charliekenney23 (#136)

v0.14.0

02 Apr 16:59
d0ed4da
Compare
Choose a tag to compare

Changes

  • Breaking Change InstanceRebuildOptions.Booted is now a pointer.
  • Breaking Change InstanceRebuildOptions.StackscriptID is now InstanceRebuildOptions.StackScriptID
  • Breaking Change InstanceRebuildOptions.StackscriptData is now InstanceRebuildOptions.StackScriptData

🚀 Added

🐛 Bug Fixes

  • InstanceRebuildOptions no longer requires all fields to be specified @phillc (#135)

v0.13.1

25 Mar 15:05
b9f56d0
Compare
Choose a tag to compare

🚀 Added

v0.13.0

21 Feb 14:08
Compare
Choose a tag to compare

Changed

  • adds LKEClusters to tag lists

Features

  • add CreateLKECluster, GetLKECluster, ListLKEClusters, UpdateLKECluster, DeleteLKECluster
  • add CreateLKEClusterPool, GetLKEClusterPool, ListLKEClusterPools, UpdateLKEClusterPool, DeleteLKEClusterPool, WaitForLKEClusterStatus
  • add ListLKEVersions, GetLKEVersion, GetLKEClusterAPIEndpoint, GetLKEClusterKubeconfig
  • add BalanceUninvoiced to Account
  • add NodeBalancerStats
  • 429 Rate Limit errors are now retried and the Retry-After header is respected.

v0.12.2

03 Dec 13:50
Compare
Choose a tag to compare

Added

  • Retries on Linode Busy. errors.

v0.12.1

22 Nov 19:25
0434aae
Compare
Choose a tag to compare

Changed

  • Update dependencies.

v0.12.0

04 Oct 13:26
139df15
Compare
Choose a tag to compare

Breaking Changes

  • ObjectStorageBucket no longer provides objects, size, or region.