Skip to content

Commit 0b5daa1

Browse files
⬆️ Bump for tf-1.15.4 tg-1.0.5 aws-2.34.53 gcp-569.0.0 (#3030)
Files changed: M Dockerfile M README.md Co-authored-by: ChristophShyper <ChristophShyper@users.noreply.github.com>
1 parent 5262e39 commit 0b5daa1

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 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.48
22-
ARG GCP_VERSION=568.0.0
21+
ARG AWS_VERSION=2.34.53
22+
ARG GCP_VERSION=569.0.0
2323
ARG AZ_VERSION=2.86.0
24-
ARG TF_VERSION=1.15.3
24+
ARG TF_VERSION=1.15.4
2525
ARG OT_VERSION=1.12.0
26-
ARG TG_VERSION=1.0.4
26+
ARG TG_VERSION=1.0.5
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.3-ot-1.12.0-tg-1.0.4` |
69+
| `tf-1.15.4-ot-1.12.0-tg-1.0.5` |
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.3-tg-1.0.4` | `docker-terragrunt` | `tf-1.15.3-tg-1.0.4` | `1.15.3` | `N/A` | `1.0.4` |
75-
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.12.0-tg-1.0.4` | `docker-terragrunt` | `ot-1.12.0-tg-1.0.4` | `N/A` | `1.12.0` | `1.0.4` |
76-
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.15.3-tg-1.0.4` | `docker-terragrunt` | `tf-1.15.3-tg-1.0.4` | `1.15.3` | `N/A` | `1.0.4` |
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.4` | `docker-terragrunt` | `ot-1.12.0-tg-1.0.4` | `N/A` | `1.12.0` | `1.0.4` |
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` |
7878

7979

8080
# Available flavors

0 commit comments

Comments
 (0)