Skip to content

Commit

Permalink
fix(deps): update minor-grouped
Browse files Browse the repository at this point in the history
| datasource       | package                                  | from    | to      |
| ---------------- | ---------------------------------------- | ------- | ------- |
| go               | github.com/aws/aws-sdk-go-v2/service/eks | v1.51.1 | v1.52.0 |
| github-tags      | lycheeverse/lychee-action                | v2.0.2  | v2.1.0  |
| terraform-module | terraform-aws-modules/eks/aws            | 20.28.0 | 20.29.0 |
| github-tags      | terraform-linters/tflint                 | 0.53.0  | 0.54.0  |
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 71fbbcb commit 5f35b17
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
restore-keys: cache-lychee-

- name: Link Checker
uses: lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede # v2.0.2
uses: lycheeverse/lychee-action@f81112d0d2814ded911bd23e3beaa9dda9093915 # v2.1.0
with:
fail: true
args: -c ./lychee-links.toml --base . --cache --max-cache-age 1d . --verbose --no-progress '*.md' './**/*.md'
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ terraform 1.9.8

terraform-docs 0.19.0

tflint 0.53.0
tflint 0.54.0

tfsec 1.28.11
2 changes: 1 addition & 1 deletion modules/eks-cluster/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/terraform-aws-modules/terraform-aws-eks
module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "20.28.0"
version = "20.29.0"

cluster_name = var.name
cluster_version = var.kubernetes_version
Expand Down
2 changes: 1 addition & 1 deletion test/src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.32.4
github.com/aws/aws-sdk-go-v2/config v1.28.3
github.com/aws/aws-sdk-go-v2/service/ec2 v1.187.1
github.com/aws/aws-sdk-go-v2/service/eks v1.51.1
github.com/aws/aws-sdk-go-v2/service/eks v1.52.0
github.com/aws/aws-sdk-go-v2/service/iam v1.37.4
github.com/aws/aws-sdk-go-v2/service/kms v1.37.5
github.com/aws/aws-sdk-go-v2/service/opensearch v1.43.2
Expand Down
2 changes: 2 additions & 0 deletions test/src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ github.com/aws/aws-sdk-go-v2/service/eks v1.51.0 h1:BYyB+byjQ7oyupe3v+YjTp1yfmfN
github.com/aws/aws-sdk-go-v2/service/eks v1.51.0/go.mod h1:oaPCqTzAe8C5RQZJGRD4RENcV7A4n99uGxbD4rULbNg=
github.com/aws/aws-sdk-go-v2/service/eks v1.51.1 h1:OQjVHkANBbwE055NK49M/kelQbapsQOsSfUUWP1mi3w=
github.com/aws/aws-sdk-go-v2/service/eks v1.51.1/go.mod h1:9wMtzHTjYbK5MLzYBWSznUPsys/n9LapMwb6UhKOVPQ=
github.com/aws/aws-sdk-go-v2/service/eks v1.52.0 h1:zwtPtUh/eQ1poiEMV2KB7UxuL2dgH8wu7Zlr/kc7WQA=
github.com/aws/aws-sdk-go-v2/service/eks v1.52.0/go.mod h1:jF64KxW5772dIqCCBEDk+QSzhBiqI9xdpjoso3DpvwQ=
github.com/aws/aws-sdk-go-v2/service/iam v1.37.0 h1:FLdmwEJUDWdAflqxRNkIKNZki8dFmi5SUeTjAjxrdJU=
github.com/aws/aws-sdk-go-v2/service/iam v1.37.0/go.mod h1:Xctz/06SeHDUc3ZheMxXekSZ2rx0RX9SVhV5JeQgoqY=
github.com/aws/aws-sdk-go-v2/service/iam v1.37.2 h1:E7vCDUFeDN8uOk8Nb2d4E1howWS1TR4HrKABXsvttIs=
Expand Down

0 comments on commit 5f35b17

Please sign in to comment.