From 5ab54537b848b8567fcde8d6533a57433946d443 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:49:29 +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 +- infrastructure/modules/k8s/chaos_mesh/versions.tf | 2 +- infrastructure/quick-deploy/aws/versions.tf | 14 +++++++------- infrastructure/quick-deploy/gcp/versions.tf | 6 +++--- infrastructure/quick-deploy/localhost/versions.tf | 12 ++++++------ 7 files changed, 21 insertions(+), 21 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 7e5e66bbc..c43e4467a 100644 --- a/infrastructure/quick-deploy/aws/versions.tf +++ b/infrastructure/quick-deploy/aws/versions.tf @@ -2,23 +2,23 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.4.0" + version = "~> 5.73.0" } 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.33.0" } kubectl = { source = "gavinbunney/kubectl" @@ -26,11 +26,11 @@ terraform { } 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..ef0ce9672 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.33.0" } } } diff --git a/infrastructure/quick-deploy/localhost/versions.tf b/infrastructure/quick-deploy/localhost/versions.tf index fbf3d379c..76bd9a5e3 100644 --- a/infrastructure/quick-deploy/localhost/versions.tf +++ b/infrastructure/quick-deploy/localhost/versions.tf @@ -2,19 +2,19 @@ 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.33.0" } kubectl = { source = "gavinbunney/kubectl" @@ -22,11 +22,11 @@ terraform { } tls = { source = "hashicorp/tls" - version = "~> 4.0.4" + version = "~> 4.0.6" } pkcs12 = { source = "chilicat/pkcs12" - version = "~> 0.0.7" + version = "~> 0.2.5" } } }