Skip to content

Commit

Permalink
Update atlantis 0.33.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Feb 6, 2025
1 parent d205b73 commit 7dc20ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
ATLANTIS:
- 0.32.0
- 0.33.0
TF_TG:
# Terraform 1.10.x
- 'TF-1.10.5 TG-0.72.6'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ IMAGE = "flaconi/atlantis-terragrunt"
TAG = latest

# Versions
ATLANTIS = '0.32.0'
ATLANTIS = '0.33.0'
TERRAFORM = '1.10.5'
TERRAGRUNT = '0.72.6'
TERRAGRUNT_ATLANTIS_CONFIG = '1.19.0'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ e.g.
make build
make build TERRAFORM=1.10.5
make build TERRAFORM=1.10.5 TERRAGRUNT=0.72.6
make build TERRAFORM=1.10.5 TERRAGRUNT=0.72.6 ATLANTIS=0.32.0
make build TERRAFORM=1.10.5 TERRAGRUNT=0.72.6 ATLANTIS=0.32.0 SOPS=3.9.4
make build TERRAFORM=1.10.5 TERRAGRUNT=0.72.6 ATLANTIS=0.33.0
make build TERRAFORM=1.10.5 TERRAGRUNT=0.72.6 ATLANTIS=0.33.0 SOPS=3.9.4
```

## Available images
Expand Down

0 comments on commit 7dc20ec

Please sign in to comment.