From 02a4eaf78358f724cf0d0a5ee7a889e41c45695b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:09:16 +0200 Subject: [PATCH 1/3] chore(deps): update dependency terraform-linters/tflint to v0.63.1 (#189) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .docker/pre-commit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/pre-commit/Dockerfile b/.docker/pre-commit/Dockerfile index 6a406e00..e24d0977 100644 --- a/.docker/pre-commit/Dockerfile +++ b/.docker/pre-commit/Dockerfile @@ -87,7 +87,7 @@ RUN set -eux; \ chmod 755 /usr/local/bin/terragrunt # renovate: datasource=github-releases depName=terraform-linters/tflint registryUrl=https://github.com/ -ARG TFLINT_VERSION="0.63.0" +ARG TFLINT_VERSION="0.63.1" ARG TFLINT_SRC="https://github.com/terraform-linters/tflint/releases/download/v${TFLINT_VERSION}/tflint_linux_amd64.zip" ARG TFLINT_ARTIFACT="tflint.zip" RUN set -eux; \ From c5eb3b7a55d47c1ac3a42dc810e864f5fdc7fa18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:09:57 +0200 Subject: [PATCH 2/3] chore(deps): update dependency hashicorp/packer to v1.15.4 (#188) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .docker/pre-commit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/pre-commit/Dockerfile b/.docker/pre-commit/Dockerfile index e24d0977..ec19094e 100644 --- a/.docker/pre-commit/Dockerfile +++ b/.docker/pre-commit/Dockerfile @@ -40,7 +40,7 @@ RUN set -eux; \ chmod 755 /usr/local/bin/jq # renovate: datasource=github-releases depName=hashicorp/packer registryUrl=https://github.com/ -ARG PACKER_VERSION="1.15.3" +ARG PACKER_VERSION="1.15.4" ARG PACKER_SRC="https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip" ARG PACKER_ARTIFACT="packer.zip" RUN set -eux; \ From 9377485be5814a6600f2ea069cdc01d3f3725064 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:11:08 +0200 Subject: [PATCH 3/3] chore(deps): update aws providers and modules to v7.6.0 (#139) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- modules/platform/ec2_deployment/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/platform/ec2_deployment/main.tf b/modules/platform/ec2_deployment/main.tf index 7fcc9240..fd504efb 100644 --- a/modules/platform/ec2_deployment/main.tf +++ b/modules/platform/ec2_deployment/main.tf @@ -34,7 +34,7 @@ data "aws_subnet" "runner_subnet" { } data "external" "download_lambdas" { - program = ["bash", "${path.module}/scripts/download_lambdas.sh", "/tmp/${var.runner_configs.prefix}/", "v7.5.0"] + program = ["bash", "${path.module}/scripts/download_lambdas.sh", "/tmp/${var.runner_configs.prefix}/", "v7.6.0"] }