diff --git a/Makefile b/Makefile index 771a63df..604d49de 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,12 @@ phony: help # Provide versions of the main dependencies to use with this Docker image -AWS_VERSION := 2.27.49 -GCP_VERSION := 529.0.0 +AWS_VERSION := 2.27.55 +GCP_VERSION := 530.0.0 AZ_VERSION = 2.75.0 TF_VERSION := 1.12.2 -OT_VERSION := 1.10.2 -TG_VERSION := 0.83.0 +OT_VERSION := 1.10.3 +TG_VERSION := 0.83.2 TF_TG_VERSION := tf-$(TF_VERSION)-tg-$(TG_VERSION) OT_TG_VERSION := ot-$(OT_VERSION)-tg-$(TG_VERSION) FULL_VERSION := tf-$(TF_VERSION)-ot-$(OT_VERSION)-tg-$(TG_VERSION) diff --git a/README.md b/README.md index 7edbf837..bb574c61 100644 --- a/README.md +++ b/README.md @@ -66,15 +66,15 @@ bundled with or not (see second table below). | Current release full tag version value | |:---------------------------------------| -| `tf-1.12.2-ot-1.10.2-tg-0.83.0` | +| `tf-1.12.2-ot-1.10.3-tg-0.83.2` | | Registry | Example full image name | Image name | Image version | Terraform version | OpenTofu version | Terragrunt version | |--------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|---------------------|----------------------|-------------------|------------------|--------------------| -| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.12.2-tg-0.83.0` | `docker-terragrunt` | `tf-1.12.2-tg-0.83.0` | `1.12.2` | `N/A` | `0.83.0` | -| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.10.2-tg-0.83.0` | `docker-terragrunt` | `ot-1.10.2-tg-0.83.0` | `N/A` | `1.10.2` | `0.83.0` | -| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.12.2-tg-0.83.0` | `docker-terragrunt` | `tf-1.12.2-tg-0.83.0` | `1.12.2` | `N/A` | `0.83.0` | -| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.10.2-tg-0.83.0` | `docker-terragrunt` | `ot-1.10.2-tg-0.83.0` | `N/A` | `1.10.2` | `0.83.0` | +| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.12.2-tg-0.83.2` | `docker-terragrunt` | `tf-1.12.2-tg-0.83.2` | `1.12.2` | `N/A` | `0.83.2` | +| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.10.3-tg-0.83.2` | `docker-terragrunt` | `ot-1.10.3-tg-0.83.2` | `N/A` | `1.10.3` | `0.83.2` | +| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.12.2-tg-0.83.2` | `docker-terragrunt` | `tf-1.12.2-tg-0.83.2` | `1.12.2` | `N/A` | `0.83.2` | +| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.10.3-tg-0.83.2` | `docker-terragrunt` | `ot-1.10.3-tg-0.83.2` | `N/A` | `1.10.3` | `0.83.2` | # Available flavours