Skip to content

v0.9.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pst pst released this 25 May 08:56
· 425 commits to master since this release
fa8dc07
  • Updates dependency versions in Dockerfile including Terraform and provider CLIs
  • Updates Terraform provider versions in modules
  • GKE: Bump min_master_version to 1.16
  • EKS: Replace worker node aws_autoscaling_group with dedicated aws_eks_node_group resource.

Upgrade Notes

GKE and AKS

  1. Update the version in Dockerfile and clusters.tf to v0.9.0-beta.0.

EKS

To migrate from the previously used aws_autoscaling_group to the new dedicated aws_eks_node_group resource without interruptions to the cluster workloads, a transitional release is provided. This transitional release will have worker nodes started using both the aws_autoscaling_group and aws_eks_node_group, allowing you to cordon the old nodes before they are removed when finally updating to v0.9.0-beta.0.

  1. Update the version in Dockerfile and clusters.tf to the transitional release v0.8.1-beta.0.
  2. Apply the transitional release to your ops and apps environments.
  3. Manually cordon old nodes using kubectl and wait for workloads to be moved.
  4. Update the version in Dockerfile and clusters.tf to v0.9.0-beta.0.