Skip to content

⬆️ Bump for tg-0.83.2 ot-1.10.3 aws-2.27.55 gcp-530.0.0 #2843

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
phony: help

# Provide versions of the main dependencies to use with this Docker image
AWS_VERSION := 2.27.49
GCP_VERSION := 529.0.0
AWS_VERSION := 2.27.55
GCP_VERSION := 530.0.0
AZ_VERSION = 2.75.0
TF_VERSION := 1.12.2
OT_VERSION := 1.10.2
TG_VERSION := 0.83.0
OT_VERSION := 1.10.3
TG_VERSION := 0.83.2
TF_TG_VERSION := tf-$(TF_VERSION)-tg-$(TG_VERSION)
OT_TG_VERSION := ot-$(OT_VERSION)-tg-$(TG_VERSION)
FULL_VERSION := tf-$(TF_VERSION)-ot-$(OT_VERSION)-tg-$(TG_VERSION)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ bundled with or not (see second table below).

| Current release full tag version value |
|:---------------------------------------|
| `tf-1.12.2-ot-1.10.2-tg-0.83.0` |
| `tf-1.12.2-ot-1.10.3-tg-0.83.2` |


| Registry | Example full image name | Image name | Image version | Terraform version | OpenTofu version | Terragrunt version |
|--------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|---------------------|----------------------|-------------------|------------------|--------------------|
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.12.2-tg-0.83.0` | `docker-terragrunt` | `tf-1.12.2-tg-0.83.0` | `1.12.2` | `N/A` | `0.83.0` |
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.10.2-tg-0.83.0` | `docker-terragrunt` | `ot-1.10.2-tg-0.83.0` | `N/A` | `1.10.2` | `0.83.0` |
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.12.2-tg-0.83.0` | `docker-terragrunt` | `tf-1.12.2-tg-0.83.0` | `1.12.2` | `N/A` | `0.83.0` |
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.10.2-tg-0.83.0` | `docker-terragrunt` | `ot-1.10.2-tg-0.83.0` | `N/A` | `1.10.2` | `0.83.0` |
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.12.2-tg-0.83.2` | `docker-terragrunt` | `tf-1.12.2-tg-0.83.2` | `1.12.2` | `N/A` | `0.83.2` |
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.10.3-tg-0.83.2` | `docker-terragrunt` | `ot-1.10.3-tg-0.83.2` | `N/A` | `1.10.3` | `0.83.2` |
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.12.2-tg-0.83.2` | `docker-terragrunt` | `tf-1.12.2-tg-0.83.2` | `1.12.2` | `N/A` | `0.83.2` |
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.10.3-tg-0.83.2` | `docker-terragrunt` | `ot-1.10.3-tg-0.83.2` | `N/A` | `1.10.3` | `0.83.2` |


# Available flavours
Expand Down