From abb4bdcabc98b7f89d1a5e57995a1f7f3a1b13ba Mon Sep 17 00:00:00 2001 From: Adam Rush Date: Thu, 4 Nov 2021 07:10:07 +0000 Subject: [PATCH] Bumped binary / provider versions --- .github/workflows/build.yml | 2 +- .github/workflows/destroy.yml | 2 +- terraform/variables.tf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46ea5eb..bf8f00f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ env: # https://github.com/terraform-linters/tflint-ruleset-azurerm/releases TFLINT_RULESET_AZURERM_VERSION: "v0.13.2" # https://github.com/terraform-linters/tflint/releases - TFLINT_VERSION: "v0.33.0" + TFLINT_VERSION: "v0.33.1" # Env var concatenation is currently not supported at Workflow or Job scope. See workaround below: # https://github.community/t5/GitHub-Actions/How-can-we-concatenate-multiple-env-vars-at-workflow-and-job/td-p/48489 diff --git a/.github/workflows/destroy.yml b/.github/workflows/destroy.yml index 4e1f5a3..638819b 100644 --- a/.github/workflows/destroy.yml +++ b/.github/workflows/destroy.yml @@ -55,7 +55,7 @@ env: TF_LOG_PATH: terraform.log TF_LOG: TRACE # https://github.com/hashicorp/terraform/releases - TF_VERSION: "1.0.8" + TF_VERSION: "1.0.10" TF_WORKING_DIR: terraform # Env var concatenation is currently not supported at Workflow or Job scope. See workaround below: diff --git a/terraform/variables.tf b/terraform/variables.tf index 3ebd3fa..f53f581 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -6,7 +6,7 @@ # https://github.com/Azure/AKS/releases # az aks get-versions --location eastus --output table variable "kubernetes_version" { - default = "1.20.9" + default = "1.21.2" } # Helm charts @@ -26,7 +26,7 @@ variable "nginx_chart_version" { # https://hub.helm.sh/charts/jetstack/cert-manager # helm search repo jetstack/cert-manager variable "cert_manager_chart_version" { - default = "v1.5.4" + default = "v1.6.1" } # https://github.com/vmware-tanzu/helm-charts/releases