Skip to content

Commit 6e3bd4b

Browse files
Bump for tf-1.10.5-ot-1.9.0-tg-0.73.11-aws-2.24.10-gcp-511.0.0-az-2.69.0 (#2609)
## 📝 Brief description <!-- Write you description here --> <!-- Diff summary - START --> Bump for tf-1.10.5-ot-1.9.0-tg-0.73.11-aws-2.24.10-gcp-511.0.0-az-2.69.0 <!-- Diff summary - END --> ## 💻 Commits <!-- Diff commits - START --> * 6e2021d - ChristophShyper - 2025-02-22 05:20:58 Bump for tf-1.10.5-ot-1.9.0-tg-0.73.11-aws-2.24.10-gcp-511.0.0-az-2.69.0 Files changed: M Makefile M README.md <!-- Diff commits - END --> ## :file_folder: Modified files <!-- Diff files - START --> Makefile | 4 ++-- README.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) <!-- Diff files - END --> ## :warning: Additional information * [ ] Pushed to a branch with a proper name and provided proper commit message. * [ ] Provided a clear and concise description of what the issue is. *Check [CONTRIBUTING.md][contributing] and [CODE_OF_CONDUCT.md][code] for more information* [contributing]: https://github.com/devops-infra/.github/blob/master/CONTRIBUTING.md [code]: https://github.com/devops-infra/.github/blob/master/CODE_OF_CONDUCT.md Co-authored-by: ChristophShyper <ChristophShyper@users.noreply.github.com>
1 parent 83193d8 commit 6e3bd4b

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.24.9
5+
AWS_VERSION := 2.24.10
66
GCP_VERSION := 511.0.0
77
AZ_VERSION = 2.69.0
88
TF_VERSION := 1.10.5
99
OT_VERSION := 1.9.0
10-
TG_VERSION := 0.73.8
10+
TG_VERSION := 0.73.11
1111

1212
# GitHub Actions bogus variables
1313
GITHUB_REF ?= refs/heads/null

README.md

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

8181
| Current release full tag version value |
8282
|:---------------------------------------|
83-
| `tf-1.10.5-ot-1.9.0-tg-0.73.8` |
83+
| `tf-1.10.5-ot-1.9.0-tg-0.73.11` |
8484

8585

8686
| Registry | Example full image name | Image name | Image version | Terraform version | OpenTofu version | Terragrunt version |
8787
|--------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|---------------------|----------------------|-------------------|------------------|--------------------|
88-
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.10.5-tg-0.73.8` | `docker-terragrunt` | `tf-1.10.5-tg-0.73.8` | `1.10.5` | `N/A` | `0.73.8` |
89-
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.9.0-tg-0.73.8` | `docker-terragrunt` | `ot-1.9.0-tg-0.73.8` | `N/A` | `1.9.0` | `0.73.8` |
90-
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.10.5-tg-0.73.8` | `docker-terragrunt` | `tf-1.10.5-tg-0.73.8` | `1.10.5` | `N/A` | `0.73.8` |
91-
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.9.0-tg-0.73.8` | `docker-terragrunt` | `ot-1.9.0-tg-0.73.8` | `N/A` | `1.9.0` | `0.73.8` |
88+
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.10.5-tg-0.73.11` | `docker-terragrunt` | `tf-1.10.5-tg-0.73.11` | `1.10.5` | `N/A` | `0.73.11` |
89+
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.9.0-tg-0.73.11` | `docker-terragrunt` | `ot-1.9.0-tg-0.73.11` | `N/A` | `1.9.0` | `0.73.11` |
90+
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.10.5-tg-0.73.11` | `docker-terragrunt` | `tf-1.10.5-tg-0.73.11` | `1.10.5` | `N/A` | `0.73.11` |
91+
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.9.0-tg-0.73.11` | `docker-terragrunt` | `ot-1.9.0-tg-0.73.11` | `N/A` | `1.9.0` | `0.73.11` |
9292

9393

9494
# Available flavours

0 commit comments

Comments
 (0)