Releases: linode/linodego
Releases · linode/linodego
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.
v0.12.2
v0.12.1
v0.12.0
v0.11.0
v0.10.1
v0.10.0
v0.9.2
v0.9.1
v0.9.0
Breaking Changes
ResizeInstance
now takesResizeInstanceOptions
to supportAllowAutoDiskResize
(API v4.0.23)ResizeInstanceOptions
renamed toInstanceResizeOptions
to fit conventionRescueInstanceOptions
renamed toInstanceRescueOptions
to fit convention
Features
- Adds new
EventAction
constants:ActionLinodeMutateCreate
,ActionLinodeResizeCreate
,ActionLishBoot
(API v4.0.23) - Adds
GetInstanceTransfer
which returns anInstanceTransfer
(API v4.0.23)