Skip to content

Commit

Permalink
Update atlantis to TG 0.58.3 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored May 7, 2024
1 parent c26b46c commit 04d51cb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ jobs:
- 0.27.3
TF_TG:
# Terraform 1.8.x
- 'TF-1.8.2 TG-0.57.9'
- 'TF-1.8.2 TG-0.58.3'
# Terraform 1.7.x
- 'TF-1.7.5 TG-0.57.9'
- 'TF-1.7.5 TG-0.58.3'
# Terraform 1.6.x
- 'TF-1.6.6 TG-0.57.9'
- 'TF-1.6.6 TG-0.58.3'
# Terraform 1.5.x
- 'TF-1.5.7 TG-0.57.9'
- 'TF-1.5.7 TG-0.58.3'
# Terraform 1.4.x
- 'TF-1.4.7 TG-0.57.9'
- 'TF-1.4.7 TG-0.58.3'
# Terraform 1.3.x
- 'TF-1.3.10 TG-0.57.9'
- 'TF-1.3.10 TG-0.58.3'
# Terraform 1.2.x
- 'TF-1.2.9 TG-0.57.9'
- 'TF-1.2.9 TG-0.58.3'
# Terraform 1.1.x
- 'TF-1.1.9 TG-0.57.9'
- 'TF-1.1.9 TG-0.58.3'
# Terraform 1.0.x
- 'TF-1.0.11 TG-0.57.9'
- 'TF-1.0.11 TG-0.58.3'

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ TAG = latest
# Versions
ATLANTIS = '0.27.3'
TERRAFORM = '1.8.2'
TERRAGRUNT = '0.57.9'
TERRAGRUNT = '0.58.3'
TERRAGRUNT_ATLANTIS_CONFIG = '1.17.4'
SOPS = '3.8.1'
ONE_PASSWORD_CLI = '2.27.0'
ONE_PASSWORD_CLI = '2.28.0'

pull:
docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g' | sed "s/\$${ATLANTIS}/$(ATLANTIS)/g";)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ e.g.
```
make build
make build TERRAFORM=1.8.2
make build TERRAFORM=1.8.2 TERRAGRUNT=0.57.9
make build TERRAFORM=1.8.2 TERRAGRUNT=0.57.9 ATLANTIS=0.27.3
make build TERRAFORM=1.8.2 TERRAGRUNT=0.57.9 ATLANTIS=0.27.3 SOPS=3.8.1
make build TERRAFORM=1.8.2 TERRAGRUNT=0.58.3
make build TERRAFORM=1.8.2 TERRAGRUNT=0.58.3 ATLANTIS=0.27.3
make build TERRAFORM=1.8.2 TERRAGRUNT=0.58.3 ATLANTIS=0.27.3 SOPS=3.8.1
```

## Available images
Expand Down

0 comments on commit 04d51cb

Please sign in to comment.