Skip to content

Commit

Permalink
Update atlantis 0.28.3, TG 0.59.5 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Jun 24, 2024
1 parent 54c0b12 commit c86ebfa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@ jobs:
fail-fast: false
matrix:
ATLANTIS:
- 0.28.1
- 0.28.3
TF_TG:
# Terraform 1.8.x
- 'TF-1.8.5 TG-0.58.14'
- 'TF-1.8.5 TG-0.59.5'
# Terraform 1.7.x
- 'TF-1.7.5 TG-0.58.14'
- 'TF-1.7.5 TG-0.59.5'
# Terraform 1.6.x
- 'TF-1.6.6 TG-0.58.14'
- 'TF-1.6.6 TG-0.59.5'
# Terraform 1.5.x
- 'TF-1.5.7 TG-0.58.14'
- 'TF-1.5.7 TG-0.59.5'
# Terraform 1.4.x
- 'TF-1.4.7 TG-0.58.14'
- 'TF-1.4.7 TG-0.59.5'
# Terraform 1.3.x
- 'TF-1.3.10 TG-0.58.14'
- 'TF-1.3.10 TG-0.59.5'
# Terraform 1.2.x
- 'TF-1.2.9 TG-0.58.14'
- 'TF-1.2.9 TG-0.59.5'
# Terraform 1.1.x
- 'TF-1.1.9 TG-0.58.14'
- 'TF-1.1.9 TG-0.59.5'
# Terraform 1.0.x
- 'TF-1.0.11 TG-0.58.14'
- 'TF-1.0.11 TG-0.59.5'

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 @@ -10,9 +10,9 @@ IMAGE = "flaconi/atlantis-terragrunt"
TAG = latest

# Versions
ATLANTIS = '0.28.1'
ATLANTIS = '0.28.3'
TERRAFORM = '1.8.5'
TERRAGRUNT = '0.58.14'
TERRAGRUNT = '0.59.5'
TERRAGRUNT_ATLANTIS_CONFIG = '1.18.0'
SOPS = '3.8.1'
ONE_PASSWORD_CLI = '2.29.0'
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.5
make build TERRAFORM=1.8.5 TERRAGRUNT=0.58.14
make build TERRAFORM=1.8.5 TERRAGRUNT=0.58.14 ATLANTIS=0.28.1
make build TERRAFORM=1.8.5 TERRAGRUNT=0.58.14 ATLANTIS=0.28.1 SOPS=3.8.1
make build TERRAFORM=1.8.5 TERRAGRUNT=0.59.5
make build TERRAFORM=1.8.5 TERRAGRUNT=0.59.5 ATLANTIS=0.28.3
make build TERRAFORM=1.8.5 TERRAGRUNT=0.59.5 ATLANTIS=0.28.3 SOPS=3.8.1
```

## Available images
Expand Down

0 comments on commit c86ebfa

Please sign in to comment.