v0.9.0-beta.0
Pre-release
Pre-release
- 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 dedicatedaws_eks_node_group
resource.
Upgrade Notes
GKE and AKS
- Update the version in
Dockerfile
andclusters.tf
tov0.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
.
- Update the version in
Dockerfile
andclusters.tf
to the transitional releasev0.8.1-beta.0
. - Apply the transitional release to your ops and apps environments.
- Manually cordon old nodes using
kubectl
and wait for workloads to be moved. - Update the version in
Dockerfile
andclusters.tf
tov0.9.0-beta.0
.