Skip to content

Commit 8f4d5e7

Browse files
⬆️ Bump for tf-1.15.5 tg-1.0.6 ot-1.12.1 aws-2.34.57 gcp-570.0.0 (#3033)
Files changed: M Dockerfile M README.md Co-authored-by: ChristophShyper <ChristophShyper@users.noreply.github.com>
1 parent e6c8be3 commit 8f4d5e7

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ ARG GCP=no
1818
ARG YC=no
1919

2020
# Versions of dependencies
21-
ARG AWS_VERSION=2.34.53
22-
ARG GCP_VERSION=569.0.0
21+
ARG AWS_VERSION=2.34.57
22+
ARG GCP_VERSION=570.0.0
2323
ARG AZ_VERSION=2.86.0
24-
ARG TF_VERSION=1.15.4
25-
ARG OT_VERSION=1.12.0
26-
ARG TG_VERSION=1.0.5
24+
ARG TF_VERSION=1.15.5
25+
ARG OT_VERSION=1.12.1
26+
ARG TG_VERSION=1.0.6
2727

2828
# Pinned tool versions (override via --build-arg if needed)
2929
ARG TFLINT_VERSION=0.62.1

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.15.4-ot-1.12.0-tg-1.0.5` |
69+
| `tf-1.15.5-ot-1.12.1-tg-1.0.6` |
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.15.4-tg-1.0.5` | `docker-terragrunt` | `tf-1.15.4-tg-1.0.5` | `1.15.4` | `N/A` | `1.0.5` |
75-
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.12.0-tg-1.0.5` | `docker-terragrunt` | `ot-1.12.0-tg-1.0.5` | `N/A` | `1.12.0` | `1.0.5` |
76-
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.15.4-tg-1.0.5` | `docker-terragrunt` | `tf-1.15.4-tg-1.0.5` | `1.15.4` | `N/A` | `1.0.5` |
77-
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.12.0-tg-1.0.5` | `docker-terragrunt` | `ot-1.12.0-tg-1.0.5` | `N/A` | `1.12.0` | `1.0.5` |
74+
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.15.5-tg-1.0.6` | `docker-terragrunt` | `tf-1.15.5-tg-1.0.6` | `1.15.5` | `N/A` | `1.0.6` |
75+
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.12.1-tg-1.0.6` | `docker-terragrunt` | `ot-1.12.1-tg-1.0.6` | `N/A` | `1.12.1` | `1.0.6` |
76+
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.15.5-tg-1.0.6` | `docker-terragrunt` | `tf-1.15.5-tg-1.0.6` | `1.15.5` | `N/A` | `1.0.6` |
77+
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.12.1-tg-1.0.6` | `docker-terragrunt` | `ot-1.12.1-tg-1.0.6` | `N/A` | `1.12.1` | `1.0.6` |
7878

7979

8080
# Available flavors

0 commit comments

Comments
 (0)