Skip to content

Commit

Permalink
Merge pull request #18 from cytopia/release-0.10
Browse files Browse the repository at this point in the history
Add latest terragrunt version
  • Loading branch information
cytopia authored Sep 11, 2020
2 parents 1e5a966 + dd48bd3 commit df9c93f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ env:
- TF=0.12 TG=0.22
- TF=0.12 TG=0.23
- TF=0.13 TG=0.23
- TF=0.13 TG=0.24
- TF=latest TG=latest


Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,16 @@ they always contain the latest stable version as shown below.
| Docker tag | Terraform version | Terragrunt version |
|--------------|------------------------|------------------------|
| `latest` | latest stable | latest stable |
| | | |
| `0.13-0.24` | latest stable `0.13.x` | latest stable `0.24.x` |
| `0.13-0.23` | latest stable `0.13.x` | latest stable `0.23.x` |
| | | |
| `0.12-0.23` | latest stable `0.12.x` | latest stable `0.23.x` |
| `0.12-0.22` | latest stable `0.12.x` | latest stable `0.22.x` |
| `0.12-0.21` | latest stable `0.12.x` | latest stable `0.21.x` |
| `0.12-0.20` | latest stable `0.12.x` | latest stable `0.20.x` |
| `0.12-0.19` | latest stable `0.12.x` | latest stable `0.19.x` |
| | | |
| `0.11-0.18` | latest stable `0.11.x` | latest stable `0.18.x` |


Expand All @@ -77,12 +81,16 @@ you will have to take care yourself and update your CI tools every time a new ta
| Docker tag | docker-terragrunt | Terraform version | Terragrunt version |
|-------------------|-------------------|--------------------------------------------|--------------------------------------------|
| `latest-<tag>` | Tag: `<tag>` | latest stable during tag creation | latest stable during tag creation |
| | | | |
| `0.13-0.24-<tag>` | Tag: `<tag>` | latest stable `0.13.x` during tag creation | latest stable `0.24.x` during tag creation |
| `0.13-0.23-<tag>` | Tag: `<tag>` | latest stable `0.13.x` during tag creation | latest stable `0.23.x` during tag creation |
| | | | |
| `0.12-0.23-<tag>` | Tag: `<tag>` | latest stable `0.12.x` during tag creation | latest stable `0.23.x` during tag creation |
| `0.12-0.22-<tag>` | Tag: `<tag>` | latest stable `0.12.x` during tag creation | latest stable `0.22.x` during tag creation |
| `0.12-0.21-<tag>` | Tag: `<tag>` | latest stable `0.12.x` during tag creation | latest stable `0.21.x` during tag creation |
| `0.12-0.20-<tag>` | Tag: `<tag>` | latest stable `0.12.x` during tag creation | latest stable `0.20.x` during tag creation |
| `0.12-0.19-<tag>` | Tag: `<tag>` | latest stable `0.12.x` during tag creation | latest stable `0.19.x` during tag creation |
| | | | |
| `0.11-0.18-<tag>` | Tag: `<tag>` | latest stable `0.11.x` during tag creation | latest stable `0.18.x` during tag creation |

Where `<tag>` refers to the chosen git tag from this repository.
Expand Down

0 comments on commit df9c93f

Please sign in to comment.