Skip to content

Commit

Permalink
Update atlantis 0.31.0, add TF 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov committed Nov 27, 2024
1 parent d16d8c8 commit 1b9d518
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
fail-fast: false
matrix:
ATLANTIS:
- 0.30.0
- 0.31.0
TF_TG:
# Terraform 1.10.x
- 'TF-1.10.0 TG-0.63.8'
# Terraform 1.9.x
- 'TF-1.9.7 TG-0.63.8'
- 'TF-1.9.8 TG-0.63.8'
# Terraform 1.8.x
- 'TF-1.8.5 TG-0.63.8'
# Terraform 1.7.x
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ IMAGE = "flaconi/atlantis-terragrunt"
TAG = latest

# Versions
ATLANTIS = '0.30.0'
TERRAFORM = '1.9.7'
ATLANTIS = '0.31.0'
TERRAFORM = '1.10.0'
TERRAGRUNT = '0.63.8'
TERRAGRUNT_ATLANTIS_CONFIG = '1.19.0'
SOPS = '3.8.1'
ONE_PASSWORD_CLI = '2.30.0'
ONE_PASSWORD_CLI = '2.30.3'

pull:
docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g' | sed "s/\$${ATLANTIS}/$(ATLANTIS)/g";)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.7
make build TERRAFORM=1.9.7 TERRAGRUNT=0.63.8
make build TERRAFORM=1.9.7 TERRAGRUNT=0.63.8 ATLANTIS=0.30.0
make build TERRAFORM=1.9.7 TERRAGRUNT=0.63.8 ATLANTIS=0.30.0 SOPS=3.8.1
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
```

## Available images
Expand Down

0 comments on commit 1b9d518

Please sign in to comment.