Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 16:56

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 to LKECluster.K8sVersion.
  • Breaking Change LKEClusterCreateOptions.Version renamed to LKEClusterCreateOptions.K8sVersion.
  • Breaking Change LKEClusterAPIEndpoint.Endpoints removed in favor of LKEClusterAPIEndpoint.Endpoint.
  • Breaking Change client.GetLKEClusterAPIEndpoint removed in favor of client.ListLKEClusterAPIEndpoints.

🚀 Added

  • add GetFirewall method @Charliekenney23 (#138)

🐛 Bug Fixes

  • fix ICMP protocol value @Charliekenney23 (#136)