Releases: linode/linodego
v0.22.1
v0.22.0
v0.21.2
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.
-
WaitForLKEClusterReady
has moved from github.com/linode/linodego to
github.com/linode/linodego/k8s/pkg/condition and now takes the linodego client as an argument. -
ClusterHasReadyNode
has moved from github.com/linode/linodego/pkg/condition to github.com/linode/linodego/k8s/pkg/condition -
ClusterConditionFunc
has moved from github.com/linode/linodego/pkg/condition to the base module, and now takes an options struct instead of a kubernetes client. -
test
is 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.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)