Releases
v8.0.0
terraform-google-kubernetes-engine v8.0.0
⚠ BREAKING CHANGES
Beta clusters now have Workload Identity enabled by default. To disable Workload Identity, set identity_namespace = null
Beta clusters now have shielded nodes enabled by default. To disable, set enable_shielded_nodes = false
.
Features
Add support for setting var.istio_auth (#462 ) (fff4272 )
Added support for specifying autoscaling_profile in var.cluster_autoscaling (#456 ) (1ac2c5c )
Enable WI and shielded nodes by default in beta clusters (#441 ) (704962b )
Rollout default_max_pods_per_node setting to GA modules (#439 ) (36ddbbb )
Bug Fixes
Correct bug in passing var.zones for safer cluster modules (#474 ) (7660b51 )
Fix CI for Workload Identity (#460 ) (025f8b7 )
Remove unused variable service_account
in safer-cluster to avoid confusion (#448 ) (a30e7cd )
update and pin kubernetes provider to >= 1.11.1 (#453 ) (418d9b3 )
Use gcloud module for ACM submodule, will force reinstall of ACM (#442 ) (9737190 ), closes #454
You can’t perform that action at this time.