Skip to content

Commit

Permalink
Update TG 0.72.6 and sops
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov committed Feb 3, 2025
1 parent 3cd1d99 commit c189dcc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ jobs:
- 0.32.0
TF_TG:
# Terraform 1.10.x
- 'TF-1.10.5 TG-0.63.8'
- 'TF-1.10.5 TG-0.72.6'
# Terraform 1.9.x
- 'TF-1.9.8 TG-0.63.8'
- 'TF-1.9.8 TG-0.72.6'
# Terraform 1.8.x
- 'TF-1.8.5 TG-0.63.8'
- 'TF-1.8.5 TG-0.72.6'
# Terraform 1.7.x
- 'TF-1.7.5 TG-0.63.8'
- 'TF-1.7.5 TG-0.72.6'
# Terraform 1.6.x
- 'TF-1.6.6 TG-0.63.8'
- 'TF-1.6.6 TG-0.72.6'
# Terraform 1.5.x
- 'TF-1.5.7 TG-0.63.8'
- 'TF-1.5.7 TG-0.72.6'
# Terraform 1.4.x
- 'TF-1.4.7 TG-0.63.8'
- 'TF-1.4.7 TG-0.72.6'
# Terraform 1.3.x
- 'TF-1.3.10 TG-0.63.8'
- 'TF-1.3.10 TG-0.72.6'
# Terraform 1.2.x
- 'TF-1.2.9 TG-0.63.8'
- 'TF-1.2.9 TG-0.72.6'
# Terraform 1.1.x
- 'TF-1.1.9 TG-0.63.8'
- 'TF-1.1.9 TG-0.72.6'
# Terraform 1.0.x
- 'TF-1.0.11 TG-0.63.8'
- 'TF-1.0.11 TG-0.72.6'

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 @@ -11,10 +11,10 @@ TAG = latest

# Versions
ATLANTIS = '0.32.0'
TERRAFORM = '1.10.4'
TERRAGRUNT = '0.63.8'
TERRAFORM = '1.10.5'
TERRAGRUNT = '0.72.6'
TERRAGRUNT_ATLANTIS_CONFIG = '1.19.0'
SOPS = '3.8.1'
SOPS = '3.9.4'
ONE_PASSWORD_CLI = '2.30.3'

pull:
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.10.4
make build TERRAFORM=1.10.4 TERRAGRUNT=0.63.8
make build TERRAFORM=1.10.4 TERRAGRUNT=0.63.8 ATLANTIS=0.32.0
make build TERRAFORM=1.10.4 TERRAGRUNT=0.63.8 ATLANTIS=0.32.0 SOPS=3.8.1
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
```

## Available images
Expand Down

0 comments on commit c189dcc

Please sign in to comment.