Skip to content

Commit abe5076

Browse files
⬆️ Bump for tf-1.13.5 tg-0.93.3 ot-1.10.7 aws-2.31.32 gcp-546.0.0 az-2.79.0 (#2938)
Files changed: M Makefile M README.md Co-authored-by: ChristophShyper <ChristophShyper@users.noreply.github.com>
1 parent a3718c2 commit abe5076

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Makefile

Lines changed: 6 additions & 6 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.31.27
6-
GCP_VERSION := 545.0.0
7-
AZ_VERSION = 2.78.0
8-
TF_VERSION := 1.13.4
9-
OT_VERSION := 1.10.6
10-
TG_VERSION := 0.93.0
5+
AWS_VERSION := 2.31.32
6+
GCP_VERSION := 546.0.0
7+
AZ_VERSION = 2.79.0
8+
TF_VERSION := 1.13.5
9+
OT_VERSION := 1.10.7
10+
TG_VERSION := 0.93.3
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.13.4-ot-1.10.6-tg-0.93.0` |
69+
| `tf-1.13.5-ot-1.10.7-tg-0.93.3` |
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.13.4-tg-0.93.0` | `docker-terragrunt` | `tf-1.13.4-tg-0.93.0` | `1.13.4` | `N/A` | `0.93.0` |
75-
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.10.6-tg-0.93.0` | `docker-terragrunt` | `ot-1.10.6-tg-0.93.0` | `N/A` | `1.10.6` | `0.93.0` |
76-
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.13.4-tg-0.93.0` | `docker-terragrunt` | `tf-1.13.4-tg-0.93.0` | `1.13.4` | `N/A` | `0.93.0` |
77-
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.10.6-tg-0.93.0` | `docker-terragrunt` | `ot-1.10.6-tg-0.93.0` | `N/A` | `1.10.6` | `0.93.0` |
74+
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.13.5-tg-0.93.3` | `docker-terragrunt` | `tf-1.13.5-tg-0.93.3` | `1.13.5` | `N/A` | `0.93.3` |
75+
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.10.7-tg-0.93.3` | `docker-terragrunt` | `ot-1.10.7-tg-0.93.3` | `N/A` | `1.10.7` | `0.93.3` |
76+
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.13.5-tg-0.93.3` | `docker-terragrunt` | `tf-1.13.5-tg-0.93.3` | `1.13.5` | `N/A` | `0.93.3` |
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.3` | `docker-terragrunt` | `ot-1.10.7-tg-0.93.3` | `N/A` | `1.10.7` | `0.93.3` |
7878

7979

8080
# Available flavours

0 commit comments

Comments
 (0)