Skip to content

Commit

Permalink
Update TG-0.50.9 (#84)
Browse files Browse the repository at this point in the history
* Update TG-0.50.9

* Fix permissions
  • Loading branch information
snovikov authored Aug 29, 2023
1 parent e969551 commit 341e23f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
- 0.25.0
TF_TG:
# Terraform 1.5.x
- 'TF-1.5.6 TG-0.50.6'
- 'TF-1.5.6 TG-0.50.9'
# Terraform 1.4.x
- 'TF-1.4.6 TG-0.50.6'
- 'TF-1.4.6 TG-0.50.9'
# Terraform 1.3.x
- 'TF-1.3.9 TG-0.50.6'
- 'TF-1.3.9 TG-0.50.9'
# Terraform 1.2.x
- 'TF-1.2.9 TG-0.50.6'
- 'TF-1.2.9 TG-0.50.9'
# Terraform 1.1.x
- 'TF-1.1.9 TG-0.50.6'
- 'TF-1.1.9 TG-0.50.9'
# Terraform 1.0.x
- 'TF-1.0.11 TG-0.50.6'
- 'TF-1.0.11 TG-0.50.9'

steps:
- name: Checkout repository
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
- master

permissions:
contents: write
pull-requests: write
contents: read

jobs:
update_release_draft:
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TAG = latest
# Versions
ATLANTIS = '0.25.0'
TERRAFORM = '1.5.6'
TERRAGRUNT = '0.50.6'
TERRAGRUNT = '0.50.9'
TERRAGRUNT_ATLANTIS_CONFIG = '1.16.0'

pull:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ For building you can overwrite your desired versions with the following three Ma
```
make build
make build TERRAFORM=1.5.6
make build TERRAFORM=1.5.6 TERRAGRUNT=0.50.6
make build TERRAFORM=1.5.6 TERRAGRUNT=0.50.6 ATLANTIS=0.25.0
make build TERRAFORM=1.5.6 TERRAGRUNT=0.50.6 ATLANTIS=0.25.0 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0
make build TERRAFORM=1.5.6 TERRAGRUNT=0.50.9
make build TERRAFORM=1.5.6 TERRAGRUNT=0.50.9 ATLANTIS=0.25.0
make build TERRAFORM=1.5.6 TERRAGRUNT=0.50.9 ATLANTIS=0.25.0 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0
```

## Available images
Expand Down

0 comments on commit 341e23f

Please sign in to comment.