Releases: linode/linodego
Releases · linode/linodego
v0.13.1
25 Mar 15:05
Compare
Sorry, something went wrong.
No results found
v0.13.0
21 Feb 14:08
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added
Retries on Linode Busy. errors.
v0.12.1
22 Nov 19:25
Compare
Sorry, something went wrong.
No results found
v0.12.0
04 Oct 13:26
Compare
Sorry, something went wrong.
No results found
Breaking Changes
ObjectStorageBucket no longer provides objects, size, or region.
v0.11.0
02 Oct 17:48
Compare
Sorry, something went wrong.
No results found
Features
Adds support for Object Storage
v0.10.1
01 Oct 21:24
Compare
Sorry, something went wrong.
No results found
Fixes
Fixes panic when API is down #84
v0.10.0
25 Jun 18:42
Compare
Sorry, something went wrong.
No results found
Change Log
Breaking Changes
Change to AllowAutoDiskResize to *bool is a breaking change, so bump minor version.
v0.9.2
25 Jun 16:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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