Skip to content

Commit dedfc14

Browse files
chore(deps): update patch-grouped (#173)
* chore(deps): update patch-grouped | datasource | package | from | to | | ---------------- | --------------------------------------- | ------- | ------- | | github-tags | aws/aws-cli | 2.18.10 | 2.18.15 | | go | github.com/aws/aws-sdk-go-v2/service/s3 | v1.66.0 | v1.66.1 | | go | k8s.io/api | v0.31.1 | v0.31.2 | | go | k8s.io/apimachinery | v0.31.1 | v0.31.2 | | go | k8s.io/client-go | v0.31.1 | v0.31.2 | | github-releases | opentofu/opentofu | 1.8.3 | 1.8.4 | | terraform-module | terraform-aws-modules/eks/aws | 20.26.0 | 20.26.1 | * chore: update files from pre-commit run --------- 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>
1 parent 9815ac1 commit dedfc14

File tree

12 files changed

+26
-18
lines changed

12 files changed

+26
-18
lines changed

.github/actions/aurora-manage-cluster/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ runs:
126126
tf-terraform-wrapper: ${{ inputs.tf-terraform-wrapper }}
127127

128128
- name: Checkout Repository Aurora modules
129-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
129+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
130130
with:
131131
repository: camunda/camunda-tf-eks-module
132132
ref: ${{ inputs.tf-modules-revision }}

.github/actions/eks-manage-cluster/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ runs:
104104
tf-terraform-wrapper: ${{ inputs.tf-terraform-wrapper }}
105105

106106
- name: Checkout Repository EKS modules
107-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
107+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
108108
with:
109109
repository: camunda/camunda-tf-eks-module
110110
ref: ${{ inputs.tf-modules-revision }}

.github/actions/opensearch-manage-cluster/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ runs:
122122
tf-terraform-wrapper: ${{ inputs.tf-terraform-wrapper }}
123123

124124
- name: Checkout Repository OpenSearch modules
125-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
125+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
126126
with:
127127
repository: camunda/camunda-tf-eks-module
128128
ref: ${{ inputs.tf-modules-revision }}

.github/workflows/daily-cleanup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
35+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3636
with:
3737
ref: ${{ github.head_ref }}
3838
fetch-depth: 0

.github/workflows/links.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
name: links-check
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919

2020
- name: Get Current Timestamp
2121
id: timestamp
2222
run: echo "TIMESTAMP=$(date +%s)" >> "$GITHUB_ENV"
2323

2424
- name: Restore lychee cache
25-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
25+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
2626
with:
2727
path: .lycheecache
2828
key: cache-lychee-${{ env.TIMESTAMP }}

.github/workflows/test-gha-eks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Checkout repository
75-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
75+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7676
with:
7777
ref: ${{ github.head_ref }}
7878
fetch-depth: 0

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cluster_id: ${{ steps.short_git_sha.outputs.short_git_sha }}-g
5050
steps:
5151
- name: Checkout repository
52-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
52+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5353
with:
5454
ref: ${{ github.head_ref }}
5555
fetch-depth: 0
@@ -109,7 +109,7 @@ jobs:
109109
test_function: ${{ fromJson(needs.configure-tests.outputs.test_functions) }}
110110
steps:
111111
- name: Checkout repository
112-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
112+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
113113

114114
- name: Install tooling using asdf
115115
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3
@@ -196,7 +196,7 @@ jobs:
196196
- integration-tests
197197
steps:
198198
- name: Checkout repository
199-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
199+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
200200
with:
201201
ref: ${{ github.head_ref }}
202202
fetch-depth: 0

.tool-versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# check it with
1414
# 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"
1515

16-
awscli 2.18.10
16+
awscli 2.18.15
1717

1818
# renovate: datasource=github-tags depName=eksctl-io/eksctl
1919
eksctl 0.193.0
@@ -22,7 +22,7 @@ golang 1.23.2
2222

2323
just 1.36.0
2424

25-
opentofu 1.8.3
25+
opentofu 1.8.4
2626

2727
pre-commit 4.0.1
2828

modules/eks-cluster/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module "eks_cluster" {
2727
|------|--------|---------|
2828
| <a name="module_cert_manager_role"></a> [cert\_manager\_role](#module\_cert\_manager\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.46.0 |
2929
| <a name="module_ebs_cs_role"></a> [ebs\_cs\_role](#module\_ebs\_cs\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.46.0 |
30-
| <a name="module_eks"></a> [eks](#module\_eks) | terraform-aws-modules/eks/aws | 20.26.0 |
30+
| <a name="module_eks"></a> [eks](#module\_eks) | terraform-aws-modules/eks/aws | 20.26.1 |
3131
| <a name="module_external_dns_role"></a> [external\_dns\_role](#module\_external\_dns\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.46.0 |
3232
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | 5.14.0 |
3333
## Resources

modules/eks-cluster/cluster.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://github.com/terraform-aws-modules/terraform-aws-eks
55
module "eks" {
66
source = "terraform-aws-modules/eks/aws"
7-
version = "20.26.0"
7+
version = "20.26.1"
88

99
cluster_name = var.name
1010
cluster_version = var.kubernetes_version

test/src/go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ require (
1111
github.com/aws/aws-sdk-go-v2/service/kms v1.37.2
1212
github.com/aws/aws-sdk-go-v2/service/opensearch v1.41.2
1313
github.com/aws/aws-sdk-go-v2/service/rds v1.87.3
14-
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.0
14+
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1
1515
github.com/aws/aws-sdk-go-v2/service/sts v1.32.2
1616
github.com/aws/smithy-go v1.22.0
1717
github.com/gruntwork-io/terratest v0.47.2
1818
github.com/sethvargo/go-password v0.3.1
1919
github.com/stretchr/testify v1.9.0
2020
go.uber.org/zap v1.27.0
21-
k8s.io/api v0.31.1
22-
k8s.io/apimachinery v0.31.1
23-
k8s.io/client-go v0.31.1
21+
k8s.io/api v0.31.2
22+
k8s.io/apimachinery v0.31.2
23+
k8s.io/client-go v0.31.2
2424
sigs.k8s.io/aws-iam-authenticator v0.6.27
2525
)
2626

test/src/go.sum

+8
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ github.com/aws/aws-sdk-go-v2/service/s3 v1.65.3 h1:xxHGZ+wUgZNACQmxtdvP5tgzfsxGS
283283
github.com/aws/aws-sdk-go-v2/service/s3 v1.65.3/go.mod h1:cB6oAuus7YXRZhWCc1wIwPywwZ1XwweNp2TVAEGYeB8=
284284
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.0 h1:xA6XhTF7PE89BCNHJbQi8VvPzcgMtmGC5dr8S8N7lHk=
285285
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.0/go.mod h1:cB6oAuus7YXRZhWCc1wIwPywwZ1XwweNp2TVAEGYeB8=
286+
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1 h1:MkQ4unegQEStiQYmfFj+Aq5uTp265ncSmm0XTQwDwi0=
287+
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1/go.mod h1:cB6oAuus7YXRZhWCc1wIwPywwZ1XwweNp2TVAEGYeB8=
286288
github.com/aws/aws-sdk-go-v2/service/sso v1.24.0 h1:71FvP6XFj53NK+YiAEGVzeiccLVeFnHOCvMig0zOHsE=
287289
github.com/aws/aws-sdk-go-v2/service/sso v1.24.0/go.mod h1:UVJqtKXSd9YppRKgdBIkyv7qgbSGv5DchM3yX0BN2mU=
288290
github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 h1:bSYXVyUzoTHoKalBmwaZxs97HU9DWWI3ehHSAMa7xOk=
@@ -1193,10 +1195,16 @@ honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
11931195
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
11941196
k8s.io/api v0.31.1 h1:Xe1hX/fPW3PXYYv8BlozYqw63ytA92snr96zMW9gWTU=
11951197
k8s.io/api v0.31.1/go.mod h1:sbN1g6eY6XVLeqNsZGLnI5FwVseTrZX7Fv3O26rhAaI=
1198+
k8s.io/api v0.31.2 h1:3wLBbL5Uom/8Zy98GRPXpJ254nEFpl+hwndmk9RwmL0=
1199+
k8s.io/api v0.31.2/go.mod h1:bWmGvrGPssSK1ljmLzd3pwCQ9MgoTsRCuK35u6SygUk=
11961200
k8s.io/apimachinery v0.31.1 h1:mhcUBbj7KUjaVhyXILglcVjuS4nYXiwC+KKFBgIVy7U=
11971201
k8s.io/apimachinery v0.31.1/go.mod h1:rsPdaZJfTfLsNJSQzNHQvYoTmxhoOEofxtOsF3rtsMo=
1202+
k8s.io/apimachinery v0.31.2 h1:i4vUt2hPK56W6mlT7Ry+AO8eEsyxMD1U44NR22CLTYw=
1203+
k8s.io/apimachinery v0.31.2/go.mod h1:rsPdaZJfTfLsNJSQzNHQvYoTmxhoOEofxtOsF3rtsMo=
11981204
k8s.io/client-go v0.31.1 h1:f0ugtWSbWpxHR7sjVpQwuvw9a3ZKLXX0u0itkFXufb0=
11991205
k8s.io/client-go v0.31.1/go.mod h1:sKI8871MJN2OyeqRlmA4W4KM9KBdBUpDLu/43eGemCg=
1206+
k8s.io/client-go v0.31.2 h1:Y2F4dxU5d3AQj+ybwSMqQnpZH9F30//1ObxOKlTI9yc=
1207+
k8s.io/client-go v0.31.2/go.mod h1:NPa74jSVR/+eez2dFsEIHNa+3o09vtNaWwWwb1qSxSs=
12001208
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
12011209
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
12021210
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag=

0 commit comments

Comments
 (0)