From 3faa604ca48c3da19475147bb1322d1db212fb36 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Mon, 3 Feb 2025 11:50:23 -0800 Subject: [PATCH] docs: document TPG requirement --- docs/upgrading_to_v36.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/upgrading_to_v36.0.md b/docs/upgrading_to_v36.0.md index 3e13e6dd6..413b74e1c 100644 --- a/docs/upgrading_to_v36.0.md +++ b/docs/upgrading_to_v36.0.md @@ -1,6 +1,9 @@ # Upgrading to v36.0 The v36.0 release of *kubernetes-engine* is a backwards incompatible release. +### Google Cloud Platform Provider upgrade +The Terraform Kubernetes Engine Module now requires version 6.14 or higher of the Google Cloud Platform Providers. + ### var.enable_gcfs removed from Autopilot sub-modules The variable `enable_gcfs` has been removed from the Autopilot sub-modules. Autopilot clusters that run GKE version `1.25.5-gke.1000` and later use [Image streaming](https://cloud.google.com/kubernetes-engine/docs/how-to/image-streaming).