From 2b11af439411df2b470ba7d3812741ffb63cc089 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:36:52 +0000 Subject: [PATCH] fix(deps): update minor-grouped (#237) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(deps): update minor-grouped | datasource | package | from | to | | ---------------- | ---------------------------------------- | -------- | -------- | | github-tags | camunda/infraex-common-config | 1.2.19 | 1.3.0 | | go | github.com/aws/aws-sdk-go-v2/service/ec2 | v1.206.0 | v1.208.0 | | terraform-module | terraform-aws-modules/eks/aws | 20.33.1 | 20.34.0 | | terraform-module | terraform-aws-modules/iam/aws | 5.52.2 | 5.53.0 | | github-releases | aquasecurity/trivy | 0.59.1 | 0.60.0 | * chore: update files from pre-commit run --------- Signed-off-by: Balázs <96087935+bkenez@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: infraex-misc[bot] <158277198+infraex-misc[bot]@users.noreply.github.com> Co-authored-by: Balázs <96087935+bkenez@users.noreply.github.com> --- .github/workflows/daily-cleanup.yml | 4 ++-- .github/workflows/labeler.yml | 2 +- .github/workflows/links.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/renovate-automerge.yml | 2 +- .github/workflows/test-gha-eks.yml | 4 ++-- .github/workflows/tests.yml | 6 +++--- .pre-commit-config.yaml | 2 +- .tool-versions | 2 +- modules/eks-cluster/README.md | 8 ++++---- modules/eks-cluster/cluster.tf | 2 +- modules/eks-cluster/iam.tf | 6 +++--- test/src/go.mod | 2 +- test/src/go.sum | 2 ++ 14 files changed, 24 insertions(+), 22 deletions(-) diff --git a/.github/workflows/daily-cleanup.yml b/.github/workflows/daily-cleanup.yml index d6e44592..b4ccb667 100644 --- a/.github/workflows/daily-cleanup.yml +++ b/.github/workflows/daily-cleanup.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 - name: Install asdf tools with cache - uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19 + uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0 - name: Use repo .tool-version as global version run: cp .tool-versions ~/.tool-versions @@ -93,7 +93,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: failure() && github.event_name == 'schedule' && steps.retry-delete-orphaned-resources.outcome == 'failure' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19 + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0 with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 6b5f0c65..b56de189 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -20,7 +20,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@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19 + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0 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 e4e1927d..dc71678d 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -46,7 +46,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@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19 + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0 with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 76ff1f43..0f0b758d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,5 +9,5 @@ on: jobs: lint: - uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19 + uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0 secrets: inherit diff --git a/.github/workflows/renovate-automerge.yml b/.github/workflows/renovate-automerge.yml index 41ba9db7..cfc68126 100644 --- a/.github/workflows/renovate-automerge.yml +++ b/.github/workflows/renovate-automerge.yml @@ -11,5 +11,5 @@ concurrency: jobs: renovate-automerge: - uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19 + uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0 secrets: inherit diff --git a/.github/workflows/test-gha-eks.yml b/.github/workflows/test-gha-eks.yml index f69cce08..c0d1184c 100644 --- a/.github/workflows/test-gha-eks.yml +++ b/.github/workflows/test-gha-eks.yml @@ -80,7 +80,7 @@ jobs: fetch-depth: 0 - name: Install asdf tools with cache - uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19 + uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0 - name: Get Cluster Info id: commit_info @@ -233,7 +233,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@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19 + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0 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 b9cd9680..6b415788 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -114,7 +114,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install asdf tools with cache - uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19 + uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0 - name: Import Secrets id: secrets @@ -206,7 +206,7 @@ jobs: fetch-depth: 0 - name: Install asdf tools with cache - uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19 + uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0 - name: Import Secrets id: secrets @@ -250,7 +250,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@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19 + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@6158b7c7534f6dbeb3fa7c3c836f6e6aa6881b2e # 1.3.0 with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27eefde9..ce11a7c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/camunda/infraex-common-config - rev: 1.2.19 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 + rev: 1.3.0 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 hooks: - id: update-action-readmes-docker diff --git a/.tool-versions b/.tool-versions index f6a4a3cb..c69ccae4 100644 --- a/.tool-versions +++ b/.tool-versions @@ -36,4 +36,4 @@ tflint 0.55.1 tfsec 1.28.13 -trivy 0.59.1 +trivy 0.60.0 diff --git a/modules/eks-cluster/README.md b/modules/eks-cluster/README.md index 261b0ef8..b9a70101 100644 --- a/modules/eks-cluster/README.md +++ b/modules/eks-cluster/README.md @@ -25,10 +25,10 @@ module "eks_cluster" { | Name | Source | Version | |------|--------|---------| -| [cert\_manager\_role](#module\_cert\_manager\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.52.2 | -| [ebs\_cs\_role](#module\_ebs\_cs\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.52.2 | -| [eks](#module\_eks) | terraform-aws-modules/eks/aws | 20.33.1 | -| [external\_dns\_role](#module\_external\_dns\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.52.2 | +| [cert\_manager\_role](#module\_cert\_manager\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.53.0 | +| [ebs\_cs\_role](#module\_ebs\_cs\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.53.0 | +| [eks](#module\_eks) | terraform-aws-modules/eks/aws | 20.34.0 | +| [external\_dns\_role](#module\_external\_dns\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.53.0 | | [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | 5.19.0 | ## Resources diff --git a/modules/eks-cluster/cluster.tf b/modules/eks-cluster/cluster.tf index 7b43a5c6..6670980c 100644 --- a/modules/eks-cluster/cluster.tf +++ b/modules/eks-cluster/cluster.tf @@ -4,7 +4,7 @@ # https://github.com/terraform-aws-modules/terraform-aws-eks module "eks" { source = "terraform-aws-modules/eks/aws" - version = "20.33.1" + version = "20.34.0" cluster_name = var.name cluster_version = var.kubernetes_version diff --git a/modules/eks-cluster/iam.tf b/modules/eks-cluster/iam.tf index b0a17ffa..aa0b2582 100644 --- a/modules/eks-cluster/iam.tf +++ b/modules/eks-cluster/iam.tf @@ -5,7 +5,7 @@ module "ebs_cs_role" { source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks" - version = "5.52.2" + version = "5.53.0" role_name = "${var.name}-ebs-cs-role" @@ -25,7 +25,7 @@ module "ebs_cs_role" { # Following role allows cert-manager to do the DNS01 challenge module "cert_manager_role" { source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks" - version = "5.52.2" + version = "5.53.0" role_name = "${var.name}-cert-manager-role" @@ -44,7 +44,7 @@ module "cert_manager_role" { # Following role allows external-dns to adjust values in hosted zones module "external_dns_role" { source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks" - version = "5.52.2" + version = "5.53.0" role_name = "${var.name}-external-dns-role" diff --git a/test/src/go.mod b/test/src/go.mod index 8dc89477..9fca81e3 100644 --- a/test/src/go.mod +++ b/test/src/go.mod @@ -5,7 +5,7 @@ go 1.23.4 require ( github.com/aws/aws-sdk-go-v2 v1.36.3 github.com/aws/aws-sdk-go-v2/config v1.29.9 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.206.0 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.208.0 github.com/aws/aws-sdk-go-v2/service/eks v1.60.1 github.com/aws/aws-sdk-go-v2/service/iam v1.40.1 github.com/aws/aws-sdk-go-v2/service/kms v1.38.1 diff --git a/test/src/go.sum b/test/src/go.sum index b1a496cf..33fcee6f 100644 --- a/test/src/go.sum +++ b/test/src/go.sum @@ -488,6 +488,8 @@ github.com/aws/aws-sdk-go-v2/service/ec2 v1.203.1 h1:ZgY9zeVAe+54Qa7o1GXKRNTez79 github.com/aws/aws-sdk-go-v2/service/ec2 v1.203.1/go.mod h1:0naMk66LtdeTmE+1CWQTKwtzOQ2t8mavOhMhR0Pv1m0= github.com/aws/aws-sdk-go-v2/service/ec2 v1.206.0 h1:pVspPiBDDfDhVXFY+jpDd7yIOciDwQwYoPMb/80agTw= github.com/aws/aws-sdk-go-v2/service/ec2 v1.206.0/go.mod h1:ouvGEfHbLaIlWwpDpOVWPWR+YwO0HDv3vm5tYLq8ImY= +github.com/aws/aws-sdk-go-v2/service/ec2 v1.208.0 h1:qzT4wyLo7ssa4QU8Xcf+h+iyCF4WTeQtM8fjr+UUKyI= +github.com/aws/aws-sdk-go-v2/service/ec2 v1.208.0/go.mod h1:ouvGEfHbLaIlWwpDpOVWPWR+YwO0HDv3vm5tYLq8ImY= github.com/aws/aws-sdk-go-v2/service/ecr v1.36.6 h1:zg+3FGHA0PBs0KM25qE/rOf2o5zsjNa1g/Qq83+SDI0= github.com/aws/aws-sdk-go-v2/service/ecr v1.36.6/go.mod h1:ZSq54Z9SIsOTf1Efwgw1msilSs4XVEfVQiP9nYVnKpM= github.com/aws/aws-sdk-go-v2/service/ecs v1.52.0 h1:7/vgFWplkusJN/m+3QOa+W9FNRqa8ujMPNmdufRaJpg=