Skip to content

Releases: linode/linodego

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.

v0.11.0

02 Oct 17:48
Compare
Choose a tag to compare

Features

  • Adds support for Object Storage

v0.10.1

01 Oct 21:24
a090b5f
Compare
Choose a tag to compare

Fixes

  • Fixes panic when API is down #84

v0.10.0

25 Jun 18:42
Compare
Choose a tag to compare

Change Log

v0.10.0 (2019-06-25)

Breaking Changes

  • Change to AllowAutoDiskResize to *bool is a breaking change, so bump minor version.

v0.9.2

25 Jun 16:01
Compare
Choose a tag to compare

v0.9.2 (2019-06-25)

Breaking Changes

  • AllowAutoDiskResize on InstanceResizeOptions is now a pointer, allowing it to be set to false.

Features

  • Support the PersistAcrossBoots flag, allowing users to set it to false and attach more disks.