Skip to content

Commit

Permalink
fix(TPG>=5.25.0)!: bump for #1948 (#1955)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed May 25, 2024
1 parent c87333b commit b12c2e7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autogen/main/versions.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.21.0, < 6"
version = ">= 5.25.0, < 6"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
5 changes: 5 additions & 0 deletions docs/upgrading_to_v31.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Upgrading to v31.0
The v31.0 release of *kubernetes-engine* is a backwards incompatible release.

### Google Cloud Platform Provider upgrade
The Terraform Kubernetes Engine Module now requires version 5.25 or higher of the Google Cloud Platform Providers.
2 changes: 1 addition & 1 deletion modules/private-cluster-update-variant/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.21.0, < 6"
version = ">= 5.25.0, < 6"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion modules/private-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.21.0, < 6"
version = ">= 5.25.0, < 6"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.21.0, < 6"
version = ">= 5.25.0, < 6"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit b12c2e7

Please sign in to comment.