Skip to content

Releases: terraform-google-modules/terraform-google-kubernetes-engine

terraform-google-kubernetes-engine v8.0.0

08 Apr 16:48
cbd4140
Compare
Choose a tag to compare

⚠ 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

terraform-google-kubernetes-engine v7.3.0

19 Feb 16:24
1d4c858
Compare
Choose a tag to compare

Features

  • Add enable_kubernetes_alpha flag for beta clusters (#437) (f6f7370)

Bug Fixes

  • Rolled back to basic path routing for networks (#434) (8571f61)

terraform-google-kubernetes-engine v7.2.0

11 Feb 14:54
2016e01
Compare
Choose a tag to compare

Features

  • Add master_ipv4_cidr_block output for private clusters (#427) (2cc64c8)
  • Allow workload identity submodule to update existing k8s SA. (#430) (51fba38)

Bug Fixes

terraform-google-kubernetes-engine v7.1.0

07 Feb 04:16
064f308
Compare
Choose a tag to compare

Features

Bug Fixes

  • Change for_each splat syntax on update variants, closes #414 (#415) (a20425f)
  • If release_channel is active, set min_master_version to null (#412) (4c7b399)
  • Prevents "Invalid index" when creating private cluster (#422) (cc53d1c), closes #419
  • Stop warning about deprecated external references from destroy provisioners. (#420) (c8fde26)

terraform-google-kubernetes-engine v7.0.0

29 Jan 22:39
7be707a
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Minimum beta provider version increased to 3.1 to allow surge upgrades.
  • beta clusters now have surge upgrades turned on by default. This behavior can be tuned using the max_surge and max_unavailable inputs.
  • moves node pool state location to allow using for_each on them

Features

  • Add a service activation module (#146) (658ea51)
  • Enable Surge Upgrades by specifying max_surge and max_unavailable (Beta) (#394) (e4abe78)
  • move to using for_each for node pools (#257) (7d0c9aa)
  • Tweak formatting in readme.txt (#410) (c656a5c)

Bug Fixes

  • change pod_security_policy_config type to list(object()) (#408) (a99352a)

  • Removed dependency on jq from wait-for-cluster.sh script (#402) (d2a5e28)

  • Prepare upgrade guide for 7.0 (#407) (156952d), closes #407

v6.2.0

27 Dec 21:39
95e169e
Compare
Choose a tag to compare
Release v6.2.0

v6.1.1

05 Dec 03:27
3212e3b
Compare
Choose a tag to compare
Update CHANGELOG.md

v6.1.0

03 Dec 15:58
2283032
Compare
Choose a tag to compare
Update CHANGELOG.md

v6.0.1

02 Dec 18:11
45a8e33
Compare
Choose a tag to compare
Add #359, v6.0.1 to CHANGELOG

v6.0.0

01 Dec 02:06
b57db96
Compare
Choose a tag to compare
Merge pull request #355 from terraform-google-modules/aaron-lane-6.0.0

6.0.0 notes