From 00e27da15a8d23605b834b32e5ba3cd62b5adf30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:26:19 +0000 Subject: [PATCH] chore(deps): update patch-grouped | datasource | package | from | to | | ---------------- | ----------------------------- | ------- | ------- | | github-tags | aws/aws-cli | 2.17.22 | 2.17.27 | | github-tags | golang/go | 1.22.5 | 1.22.6 | | github-releases | opentofu/opentofu | 1.8.0 | 1.8.1 | | github-releases | hashicorp/terraform | 1.9.3 | 1.9.4 | | terraform-module | terraform-aws-modules/vpc/aws | 5.12.0 | 5.12.1 | --- .github/workflows/labeler.yml | 2 +- .github/workflows/links.yml | 2 +- .github/workflows/tests.yml | 4 ++-- .tool-versions | 8 ++++---- modules/eks-cluster/vpc.tf | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 1d609136..0fd10896 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -19,7 +19,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: failure() && github.event_name == 'schedule' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@a02d7cc991ba9ccda5d27221d02237ccb70964a6 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@dd209181f12ba16a2781cbab8b473adea45538a3 # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 20af840e..408df54a 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -45,7 +45,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: failure() && github.event_name == 'schedule' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@a02d7cc991ba9ccda5d27221d02237ccb70964a6 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@dd209181f12ba16a2781cbab8b473adea45538a3 # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 07b6dcad..2142676f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -149,7 +149,7 @@ jobs: - name: Upload test reports if: always() - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 with: name: test-reports-${{ matrix.test_function }} path: "./test/src/${{ matrix.test_function }}_unit-tests_filtered.xml" @@ -190,7 +190,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: github.event_name == 'schedule' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@a02d7cc991ba9ccda5d27221d02237ccb70964a6 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@dd209181f12ba16a2781cbab8b473adea45538a3 # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.tool-versions b/.tool-versions index 8c7b3eef..e324b765 100644 --- a/.tool-versions +++ b/.tool-versions @@ -13,20 +13,20 @@ # check it with # diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly" -awscli 2.17.22 +awscli 2.17.27 # renovate: datasource=github-tags depName=eksctl-io/eksctl eksctl 0.188.0 -golang 1.22.5 +golang 1.22.6 just 1.34.0 -opentofu 1.8.0 +opentofu 1.8.1 pre-commit 3.8.0 -terraform 1.9.3 +terraform 1.9.4 terraform-docs 0.18.0 diff --git a/modules/eks-cluster/vpc.tf b/modules/eks-cluster/vpc.tf index 79823454..a425e824 100644 --- a/modules/eks-cluster/vpc.tf +++ b/modules/eks-cluster/vpc.tf @@ -4,7 +4,7 @@ locals { module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "5.12.0" + version = "5.12.1" name = local.vpc_name # requires a /16 range, resulting in 2 leftover subnets, which can be used for DBs