diff --git a/.travis.yml b/.travis.yml index c0b836a..eaa78f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index a885533..ccc0299 100644 --- a/README.md +++ b/README.md @@ -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` | @@ -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: `` | latest stable during tag creation | latest stable during tag creation | +| | | | | +| `0.13-0.24-` | Tag: `` | latest stable `0.13.x` during tag creation | latest stable `0.24.x` during tag creation | | `0.13-0.23-` | Tag: `` | latest stable `0.13.x` during tag creation | latest stable `0.23.x` during tag creation | +| | | | | | `0.12-0.23-` | Tag: `` | latest stable `0.12.x` during tag creation | latest stable `0.23.x` during tag creation | | `0.12-0.22-` | Tag: `` | latest stable `0.12.x` during tag creation | latest stable `0.22.x` during tag creation | | `0.12-0.21-` | Tag: `` | latest stable `0.12.x` during tag creation | latest stable `0.21.x` during tag creation | | `0.12-0.20-` | Tag: `` | latest stable `0.12.x` during tag creation | latest stable `0.20.x` during tag creation | | `0.12-0.19-` | Tag: `` | latest stable `0.12.x` during tag creation | latest stable `0.19.x` during tag creation | +| | | | | | `0.11-0.18-` | Tag: `` | latest stable `0.11.x` during tag creation | latest stable `0.18.x` during tag creation | Where `` refers to the chosen git tag from this repository.