From 5e1e56042c7da2043265f0f4c7bc874a2607e854 Mon Sep 17 00:00:00 2001 From: Novikov Sergey Date: Wed, 8 Jan 2025 16:09:07 +0100 Subject: [PATCH] Update atlantis 0.32.0, TF 1.10.4 (#119) --- .github/workflows/docker_build.yml | 4 ++-- Makefile | 4 ++-- README.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 6e53611..a144116 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -15,10 +15,10 @@ jobs: fail-fast: false matrix: ATLANTIS: - - 0.31.0 + - 0.32.0 TF_TG: # Terraform 1.10.x - - 'TF-1.10.0 TG-0.63.8' + - 'TF-1.10.4 TG-0.63.8' # Terraform 1.9.x - 'TF-1.9.8 TG-0.63.8' # Terraform 1.8.x diff --git a/Makefile b/Makefile index 1ac6dc7..716385a 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ IMAGE = "flaconi/atlantis-terragrunt" TAG = latest # Versions -ATLANTIS = '0.31.0' -TERRAFORM = '1.10.0' +ATLANTIS = '0.32.0' +TERRAFORM = '1.10.4' TERRAGRUNT = '0.63.8' TERRAGRUNT_ATLANTIS_CONFIG = '1.19.0' SOPS = '3.8.1' diff --git a/README.md b/README.md index 863843b..98308ab 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ For building you can overwrite your desired versions with the following three Ma e.g. ``` make build -make build TERRAFORM=1.10.0 -make build TERRAFORM=1.10.0 TERRAGRUNT=0.63.8 -make build TERRAFORM=1.10.0 TERRAGRUNT=0.63.8 ATLANTIS=0.31.0 -make build TERRAFORM=1.10.0 TERRAGRUNT=0.63.8 ATLANTIS=0.31.0 SOPS=3.8.1 +make build TERRAFORM=1.10.4 +make build TERRAFORM=1.10.4 TERRAGRUNT=0.63.8 +make build TERRAFORM=1.10.4 TERRAGRUNT=0.63.8 ATLANTIS=0.32.0 +make build TERRAFORM=1.10.4 TERRAGRUNT=0.63.8 ATLANTIS=0.32.0 SOPS=3.8.1 ``` ## Available images