From 229a29bdfe3aa356751b7787dd95f4949dcec616 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 22 Mar 2020 10:45:14 +0100 Subject: [PATCH] Fixes #11 add latest version of terragrunt --- .travis.yml | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index d227118..0dab714 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 7c76898..131e892 100644 --- a/README.md +++ b/README.md @@ -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` | @@ -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: `` | latest stable during tag creation | latest stable 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 |