From 3e7ff11e6a45867cf26a9439e8df3a94c0739e03 Mon Sep 17 00:00:00 2001 From: ChristophShyper Date: Thu, 18 Feb 2021 05:21:33 +0000 Subject: [PATCH] [AUTOMATIC] Bump for tf-0.14.7-tg-0.28.6 --- Makefile | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 6fe148ad..4f372590 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ phony: help # Provide versions of Terraform and Terragrunt to use with this Docker image -TF_VERSION := 0.14.6 -TG_VERSION := 0.28.5 +TF_VERSION := 0.14.7 +TG_VERSION := 0.28.6 # GitHub Actions bogus variables diff --git a/README.md b/README.md index 06542cc2..77d65449 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Docker image with Terraform, Terragrunt, Python, Make, Docker, Git, and all need Tag of Docker image tells which version of Terraform and Terragrunt it contains and which public cloud provider CLI it's bundled with or not (see below).
For example: - * `devopsinfra/docker-terragrunt:tf-0.14.6-tg-0.28.5` means it's Terraform v0.14.6 and Terragrunt v0.28.5 without additional CLI. - * `devopsinfra/docker-terragrunt:aws-tf-0.14.6-tg-0.28.5` means it's Terraform v0.14.6 and Terragrunt v0.28.5 with AWS CLI. + * `devopsinfra/docker-terragrunt:tf-0.14.7-tg-0.28.6` means it's Terraform v0.14.7 and Terragrunt v0.28.6 without additional CLI. + * `devopsinfra/docker-terragrunt:aws-tf-0.14.7-tg-0.28.6` means it's Terraform v0.14.7 and Terragrunt v0.28.6 with AWS CLI. **Source code is available at [devopsinfra/docker-terragrunt](https://github.com/devopsinfra/docker-terragrunt).** @@ -62,8 +62,8 @@ Furthermore, versioning labels of images contain versions of said software to em | Image name | Terraform version | Terragrunt version | Cloud API/SDK | | ----------------------------------------------------------------------------------------------------- | ----------------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `devopsinfra/docker-terragrunt:latest`
`devopsinfra/docker-terragrunt:tf-0.14.6-tg-0.28.5` | v0.14.6 | v0.28.5 | N/A | -| `devopsinfra/docker-terragrunt:aws-latest`
`devopsinfra/docker-terragrunt:aws-tf-0.14.6-tg-0.28.5` | v0.14.6 | v0.28.5 | [awscli](https://github.com/aws/aws-cli) - For interacting with AWS infrastructure, e.g. for publishing Lambda packages to S3.
[boto3](https://github.com/boto/boto3) - Python library for interacting with AWS infrastructure in scripts. | +| `devopsinfra/docker-terragrunt:latest`
`devopsinfra/docker-terragrunt:tf-0.14.7-tg-0.28.6` | v0.14.7 | v0.28.6 | N/A | +| `devopsinfra/docker-terragrunt:aws-latest`
`devopsinfra/docker-terragrunt:aws-tf-0.14.7-tg-0.28.6` | v0.14.7 | v0.28.6 | [awscli](https://github.com/aws/aws-cli) - For interacting with AWS infrastructure, e.g. for publishing Lambda packages to S3.
[boto3](https://github.com/boto/boto3) - Python library for interacting with AWS infrastructure in scripts. | **Without public cloud provider CLIs**
Use for example `devopsinfra/docker-terragrunt:latest`.