From da1174b45e6cf3de6caebb82506ee12e43c89c0f Mon Sep 17 00:00:00 2001 From: Novikov Sergey Date: Thu, 3 Aug 2023 12:56:18 +0200 Subject: [PATCH] Update TF-1.5.4, TG-0.48.6 (#79) --- .github/workflows/docker_build.yml | 12 ++++++------ Makefile | 4 ++-- README.md | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index b07087a..9c955f9 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -18,17 +18,17 @@ jobs: - 0.24.4 TF_TG: # Terraform 1.5.x - - 'TF-1.5.3 TG-0.48.1' + - 'TF-1.5.4 TG-0.48.6' # Terraform 1.4.x - - 'TF-1.4.6 TG-0.48.1' + - 'TF-1.4.6 TG-0.48.6' # Terraform 1.3.x - - 'TF-1.3.9 TG-0.48.1' + - 'TF-1.3.9 TG-0.48.6' # Terraform 1.2.x - - 'TF-1.2.9 TG-0.48.1' + - 'TF-1.2.9 TG-0.48.6' # Terraform 1.1.x - - 'TF-1.1.9 TG-0.48.1' + - 'TF-1.1.9 TG-0.48.6' # Terraform 1.0.x - - 'TF-1.0.11 TG-0.48.1' + - 'TF-1.0.11 TG-0.48.6' steps: - name: Checkout repository diff --git a/Makefile b/Makefile index b585321..2467828 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ TAG = latest # Versions ATLANTIS = '0.24.4' -TERRAFORM = '1.5.3' -TERRAGRUNT = '0.48.1' +TERRAFORM = '1.5.4' +TERRAGRUNT = '0.48.6' TERRAGRUNT_ATLANTIS_CONFIG = '1.16.0' pull: diff --git a/README.md b/README.md index 6b97250..04ba209 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ For building you can overwrite your desired versions with the following three Ma ``` make build -make build TERRAFORM=1.5.3 -make build TERRAFORM=1.5.3 TERRAGRUNT=0.48.1 -make build TERRAFORM=1.5.3 TERRAGRUNT=0.48.1 ATLANTIS=0.24.4 -make build TERRAFORM=1.5.3 TERRAGRUNT=0.48.1 ATLANTIS=0.24.4 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0 +make build TERRAFORM=1.5.4 +make build TERRAFORM=1.5.4 TERRAGRUNT=0.48.6 +make build TERRAFORM=1.5.4 TERRAGRUNT=0.48.6 ATLANTIS=0.24.4 +make build TERRAFORM=1.5.4 TERRAGRUNT=0.48.6 ATLANTIS=0.24.4 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0 ``` ## Available images