Skip to content

Commit

Permalink
Merge pull request #12 from cytopia/release-0.5
Browse files Browse the repository at this point in the history
Fixes #11 Add latest version of terragrunt
  • Loading branch information
cytopia authored Mar 22, 2020
2 parents 1bc1a2c + 229a29b commit 429b56a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ env:
- TF=0.12 TG=0.19
- TF=0.12 TG=0.20
- TF=0.12 TG=0.21
- TF=0.12 TG=0.22
- TF=0.12 TG=0.23
- TF=latest TG=latest


Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ they always contain the latest stable version as shown below.
| Docker tag | Terraform version | Terragrunt version |
|--------------|------------------------|------------------------|
| `latest` | latest stable | latest stable |
| `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` |
Expand All @@ -72,6 +74,8 @@ 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.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 |
Expand Down

0 comments on commit 429b56a

Please sign in to comment.