Skip to content

Releases: linode/linodego

v0.13.1

25 Mar 15:05
b9f56d0

Choose a tag to compare

🚀 Added

v0.13.0

21 Feb 14:08

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

Choose a tag to compare

Added

  • Retries on Linode Busy. errors.

v0.12.1

22 Nov 19:25
0434aae

Choose a tag to compare

Changed

  • Update dependencies.

v0.12.0

04 Oct 13:26
139df15

Choose a tag to compare

Breaking Changes

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

v0.11.0

02 Oct 17:48

Choose a tag to compare

Features

  • Adds support for Object Storage

v0.10.1

01 Oct 21:24
a090b5f

Choose a tag to compare

Fixes

  • Fixes panic when API is down #84

v0.10.0

25 Jun 18:42

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

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.

v0.9.1

18 Jun 15:54

Choose a tag to compare

Fixes

  • Fix the json struct tag for the AllowAutoDiskResize flag on Linodes

Features

  • Support alternative root CA certificates with Client.SetRooteCertificate
  • Support setting a client's API token with Client.SetToken