Skip to content

Commit

Permalink
Update atlantis 0.24.3, TG 0.47.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Jun 21, 2023
1 parent 77ba9a6 commit 3068659
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
fail-fast: false
matrix:
ATLANTIS:
- 0.24.2
- 0.24.3
TF_TG:
# Terraform 1.5.x
- 'TF-1.5.0 TG-0.46.3'
- 'TF-1.5.1 TG-0.47.0'
# Terraform 1.4.x
- 'TF-1.4.6 TG-0.46.3'
- 'TF-1.4.6 TG-0.47.0'
# Terraform 1.3.x
- 'TF-1.3.9 TG-0.46.3'
- 'TF-1.3.9 TG-0.47.0'
# Terraform 1.2.x
- 'TF-1.2.9 TG-0.46.3'
- 'TF-1.2.9 TG-0.47.0'
# Terraform 1.1.x
- 'TF-1.1.9 TG-0.46.3'
- 'TF-1.1.9 TG-0.47.0'
# Terraform 1.0.x
- 'TF-1.0.11 TG-0.46.3'
- 'TF-1.0.11 TG-0.47.0'

steps:
- name: Checkout repository
Expand Down
6 changes: 3 additions & 3 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.24.2'
TERRAFORM = '1.5.0'
TERRAGRUNT = '0.46.3'
ATLANTIS = '0.24.3'
TERRAFORM = '1.5.1'
TERRAGRUNT = '0.47.0'
TERRAGRUNT_ATLANTIS_CONFIG = '1.16.0'

pull:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ For building you can overwrite your desired versions with the following three Ma

```
make build
make build TERRAFORM=1.5.0
make build TERRAFORM=1.5.0 TERRAGRUNT=0.46.3
make build TERRAFORM=1.5.0 TERRAGRUNT=0.46.3 ATLANTIS=0.24.2
make build TERRAFORM=1.5.0 TERRAGRUNT=0.46.3 ATLANTIS=0.24.2 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0
make build TERRAFORM=1.5.1
make build TERRAFORM=1.5.1 TERRAGRUNT=0.47.0
make build TERRAFORM=1.5.1 TERRAGRUNT=0.47.0 ATLANTIS=0.24.3
make build TERRAFORM=1.5.1 TERRAGRUNT=0.47.0 ATLANTIS=0.24.3 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0
```

## Available images
Expand Down

0 comments on commit 3068659

Please sign in to comment.