Skip to content

Commit 39c2baf

Browse files
⬆️ Bump for tg-0.93.11 aws-2.32.7 (#2946)
Files changed: M Makefile M README.md Co-authored-by: ChristophShyper <ChristophShyper@users.noreply.github.com>
1 parent 806b75b commit 39c2baf

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
phony: help
33

44
# Provide versions of the main dependencies to use with this Docker image
5-
AWS_VERSION := 2.32.3
5+
AWS_VERSION := 2.32.7
66
GCP_VERSION := 548.0.0
77
AZ_VERSION = 2.80.0
88
TF_VERSION := 1.14.0
99
OT_VERSION := 1.10.7
10-
TG_VERSION := 0.93.10
10+
TG_VERSION := 0.93.11
1111
TF_TG_VERSION := tf-$(TF_VERSION)-tg-$(TG_VERSION)
1212
OT_TG_VERSION := ot-$(OT_VERSION)-tg-$(TG_VERSION)
1313
FULL_VERSION := tf-$(TF_VERSION)-ot-$(OT_VERSION)-tg-$(TG_VERSION)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ bundled with or not (see second table below).
6666

6767
| Current release full tag version value |
6868
|:---------------------------------------|
69-
| `tf-1.14.0-ot-1.10.7-tg-0.93.10` |
69+
| `tf-1.14.0-ot-1.10.7-tg-0.93.11` |
7070

7171

7272
| Registry | Example full image name | Image name | Image version | Terraform version | OpenTofu version | Terragrunt version |
7373
|--------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|---------------------|----------------------|-------------------|------------------|--------------------|
74-
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.14.0-tg-0.93.10` | `docker-terragrunt` | `tf-1.14.0-tg-0.93.10` | `1.14.0` | `N/A` | `0.93.10` |
75-
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.10.7-tg-0.93.10` | `docker-terragrunt` | `ot-1.10.7-tg-0.93.10` | `N/A` | `1.10.7` | `0.93.10` |
76-
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.14.0-tg-0.93.10` | `docker-terragrunt` | `tf-1.14.0-tg-0.93.10` | `1.14.0` | `N/A` | `0.93.10` |
77-
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.10.7-tg-0.93.10` | `docker-terragrunt` | `ot-1.10.7-tg-0.93.10` | `N/A` | `1.10.7` | `0.93.10` |
74+
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.14.0-tg-0.93.11` | `docker-terragrunt` | `tf-1.14.0-tg-0.93.11` | `1.14.0` | `N/A` | `0.93.11` |
75+
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.10.7-tg-0.93.11` | `docker-terragrunt` | `ot-1.10.7-tg-0.93.11` | `N/A` | `1.10.7` | `0.93.11` |
76+
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.14.0-tg-0.93.11` | `docker-terragrunt` | `tf-1.14.0-tg-0.93.11` | `1.14.0` | `N/A` | `0.93.11` |
77+
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.10.7-tg-0.93.11` | `docker-terragrunt` | `ot-1.10.7-tg-0.93.11` | `N/A` | `1.10.7` | `0.93.11` |
7878

7979

8080
# Available flavours

0 commit comments

Comments
 (0)