Skip to content

Commit

Permalink
chore(deps): update patch-grouped
Browse files Browse the repository at this point in the history
| 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  |
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent 4f35916 commit 00e27da
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 }}
Expand Down
8 changes: 4 additions & 4 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion modules/eks-cluster/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00e27da

Please sign in to comment.