From 79d1d69c2b139213cefec55fad5cfd3e04b143d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:47:26 +0000 Subject: [PATCH] chore(deps): update terraform provides --- infrastructure/docs/client-node/providers.tf | 4 ++-- .../kubernetes/cluster/k3s-cluster/providers.tf | 2 +- .../cluster/kubeadm-cluster/providers.tf | 2 +- .../modules/k8s/chaos_mesh/versions.tf | 2 +- infrastructure/quick-deploy/aws/versions.tf | 16 ++++++++-------- infrastructure/quick-deploy/gcp/versions.tf | 6 +++--- .../quick-deploy/localhost/versions.tf | 14 +++++++------- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/infrastructure/docs/client-node/providers.tf b/infrastructure/docs/client-node/providers.tf index 0bf48b827..871c2ed3d 100644 --- a/infrastructure/docs/client-node/providers.tf +++ b/infrastructure/docs/client-node/providers.tf @@ -7,11 +7,11 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.20.0" + version = "~> 4.67.0" } random = { source = "hashicorp/random" - version = "~> 3.1.0" + version = "~> 3.6.3" } template = { source = "hashicorp/template" diff --git a/infrastructure/docs/kubernetes/cluster/k3s-cluster/providers.tf b/infrastructure/docs/kubernetes/cluster/k3s-cluster/providers.tf index 34c3fb61a..b2dfb05ee 100644 --- a/infrastructure/docs/kubernetes/cluster/k3s-cluster/providers.tf +++ b/infrastructure/docs/kubernetes/cluster/k3s-cluster/providers.tf @@ -7,7 +7,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.69.0" + version = "~> 3.76.1" } template = { diff --git a/infrastructure/docs/kubernetes/cluster/kubeadm-cluster/providers.tf b/infrastructure/docs/kubernetes/cluster/kubeadm-cluster/providers.tf index 34c3fb61a..b2dfb05ee 100644 --- a/infrastructure/docs/kubernetes/cluster/kubeadm-cluster/providers.tf +++ b/infrastructure/docs/kubernetes/cluster/kubeadm-cluster/providers.tf @@ -7,7 +7,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.69.0" + version = "~> 3.76.1" } template = { diff --git a/infrastructure/modules/k8s/chaos_mesh/versions.tf b/infrastructure/modules/k8s/chaos_mesh/versions.tf index 1edb1db8d..3c130e427 100644 --- a/infrastructure/modules/k8s/chaos_mesh/versions.tf +++ b/infrastructure/modules/k8s/chaos_mesh/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { helm = { source = "hashicorp/helm" - version = ">= 2.10.1" + version = ">= 2.16.1" } } } diff --git a/infrastructure/quick-deploy/aws/versions.tf b/infrastructure/quick-deploy/aws/versions.tf index 432714fd3..17ba68b3a 100644 --- a/infrastructure/quick-deploy/aws/versions.tf +++ b/infrastructure/quick-deploy/aws/versions.tf @@ -2,35 +2,35 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.61" + version = "~> 5.81" } null = { source = "hashicorp/null" - version = "~> 3.2.1" + version = "~> 3.2.3" } local = { source = "hashicorp/local" - version = "~> 2.4.0" + version = "~> 2.5.2" } random = { source = "hashicorp/random" - version = "~> 3.5.1" + version = "~> 3.6.3" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.21.1" + version = "~> 2.34.0" } kubectl = { source = "gavinbunney/kubectl" - version = "~> 1.14.0" + version = "~> 1.18.0" } tls = { source = "hashicorp/tls" - version = "~> 4.0.4" + version = "~> 4.0.6" } pkcs12 = { source = "chilicat/pkcs12" - version = "~> 0.0.7" + version = "~> 0.2.5" } } } diff --git a/infrastructure/quick-deploy/gcp/versions.tf b/infrastructure/quick-deploy/gcp/versions.tf index f4baa9a2f..ae8258e31 100644 --- a/infrastructure/quick-deploy/gcp/versions.tf +++ b/infrastructure/quick-deploy/gcp/versions.tf @@ -3,15 +3,15 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 4.78.0" + version = "~> 4.85.0" } random = { source = "hashicorp/random" - version = "~> 3.5.1" + version = "~> 3.6.3" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.21.1" + version = "~> 2.34.0" } } } diff --git a/infrastructure/quick-deploy/localhost/versions.tf b/infrastructure/quick-deploy/localhost/versions.tf index fbf3d379c..95249fdbd 100644 --- a/infrastructure/quick-deploy/localhost/versions.tf +++ b/infrastructure/quick-deploy/localhost/versions.tf @@ -2,31 +2,31 @@ terraform { required_providers { null = { source = "hashicorp/null" - version = "~> 3.2.1" + version = "~> 3.2.3" } local = { source = "hashicorp/local" - version = "~> 2.4.0" + version = "~> 2.5.2" } random = { source = "hashicorp/random" - version = "~> 3.5.1" + version = "~> 3.6.3" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.21.1" + version = "~> 2.34.0" } kubectl = { source = "gavinbunney/kubectl" - version = "~> 1.14.0" + version = "~> 1.18.0" } tls = { source = "hashicorp/tls" - version = "~> 4.0.4" + version = "~> 4.0.6" } pkcs12 = { source = "chilicat/pkcs12" - version = "~> 0.0.7" + version = "~> 0.2.5" } } }