Releases: linode/linodego
Releases · linode/linodego
v0.20.1
v0.20.0
v0.19.0
v0.18.0
Changes
- Breaking Change
InstanceDisk.Created
type updated fromtime.Time
to*time.Time
. - Breaking Change
InstanceDisk.Updated
type updated fromtime.Time
to*time.Time
. - Breaking Change
Volume.Created
type updated fromtime.Time
to*time.Time
. - Breaking Change
Volume.Updated
type updated fromtime.Time
to*time.Time
.
🐛 Bug Fixes
- all timestamps should be pointers @Charliekenney23 (#150)
v0.17.0
v0.16.0
v0.15.0
Changes
- Update LKE methods for GA LKE API @displague (#143)
- implement WaitForLKEClusterReady @Charliekenney23 (#139)
- handle Linode API default 502 response @Charliekenney23 (#144)
- Breaking Change
LKECluster.Version
renamed toLKECluster.K8sVersion
. - Breaking Change
LKEClusterCreateOptions.Version
renamed toLKEClusterCreateOptions.K8sVersion
. - Breaking Change
LKEClusterAPIEndpoint.Endpoints
removed in favor ofLKEClusterAPIEndpoint.Endpoint
. - Breaking Change
client.GetLKEClusterAPIEndpoint
removed in favor ofclient.ListLKEClusterAPIEndpoints
.
🚀 Added
- add GetFirewall method @Charliekenney23 (#138)
🐛 Bug Fixes
- fix ICMP protocol value @Charliekenney23 (#136)
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.