Releases: linode/linodego
Releases · linode/linodego
v0.14.0
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
- Add SecondaryEntity to Event @stvnjacobs (#134)
🐛 Bug Fixes
v0.13.1
v0.13.0
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.