Releases: linode/linodego
Releases · linode/linodego
v0.21.1
v0.21.0
🚀 Added
- github.com/linode/linodego/k8s module, which is dependent on kubernetes modules.
Changes
-
Kubernetes modules are no longer a dependency of the base linodego module.
-
WaitForLKEClusterReadyhas moved from github.com/linode/linodego to
github.com/linode/linodego/k8s/pkg/condition and now takes the linodego client as an argument. -
ClusterHasReadyNodehas moved from github.com/linode/linodego/pkg/condition to github.com/linode/linodego/k8s/pkg/condition -
ClusterConditionFunchas moved from github.com/linode/linodego/pkg/condition to the base module, and now takes an options struct instead of a kubernetes client. -
testis now its own module, allowing integration tests to be isolated, and its kubernetes dependencies not part of the base module.
v0.20.1
v0.20.0
v0.19.0
v0.18.0
Changes
- Breaking Change
InstanceDisk.Createdtype updated fromtime.Timeto*time.Time. - Breaking Change
InstanceDisk.Updatedtype updated fromtime.Timeto*time.Time. - Breaking Change
Volume.Createdtype updated fromtime.Timeto*time.Time. - Breaking Change
Volume.Updatedtype updated fromtime.Timeto*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.Versionrenamed toLKECluster.K8sVersion. - Breaking Change
LKEClusterCreateOptions.Versionrenamed toLKEClusterCreateOptions.K8sVersion. - Breaking Change
LKEClusterAPIEndpoint.Endpointsremoved in favor ofLKEClusterAPIEndpoint.Endpoint. - Breaking Change
client.GetLKEClusterAPIEndpointremoved 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)