Skip to content

Bump the "module" group with 2 updates across multiple ecosystems - #59

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/module-6033974f9f
Closed

Bump the "module" group with 2 updates across multiple ecosystems#59
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/module-6033974f9f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 25, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the module group with 5 updates:

Package From To
github.com/aws/aws-sdk-go-v2 1.26.1 1.41.4
github.com/aws/aws-sdk-go-v2/config 1.27.11 1.32.12
github.com/aws/aws-sdk-go-v2/service/lambda 1.54.0 1.88.4
github.com/gruntwork-io/terratest 0.46.14 0.56.0
github.com/stretchr/testify 1.9.0 1.11.1

Updates github.com/aws/aws-sdk-go-v2 from 1.26.1 to 1.41.4

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.32.12

Commits

Updates github.com/aws/aws-sdk-go-v2/service/lambda from 1.54.0 to 1.88.4

Commits

Updates github.com/gruntwork-io/terratest from 0.46.14 to 0.56.0

Release notes

Sourced from github.com/gruntwork-io/terratest's releases.

v0.56.0

✨ New Features

CreateJobFromCronJob and CreateJobFromCronJobE added.

The CreateJobFromCronJob and CreateJobFromCronJobE functions support creating Kubernetes cron jobs in a given namespace. This mirrors the behavior of the kubectl create job ... --from=cronjob/... command and provides a native way to trigger and test CronJob configurations within Terratest.

Special thanks to @​steffas for contributing this feature.

🐛 Bug Fixes

Preserve existing instance metadata in SetMetadata

Updates the newMetadata function to properly copy existing metadata items before applying new key-value pairs. This resolves an issue introduced in v0.55.0 where functions like SetMetadata and AddSshKey were accidentally overwriting all existing instance metadata instead of merging the new values.

Plan output parsing for Terraform 1.14+ fixed

Removes the trailing period requirement from the planWithChangesRegexp regular expression used by GetResourceCount. This resolves parsing failures caused by Terraform 1.14's new Actions feature, which appends additional text (e.g., . Actions: N to invoke.) to the standard plan summary line.

Update CronJob to use the batch/v1 API

Updates the CronJob implementation under the hood to use the stable batch/v1 API instead of batch/v1beta1. This restores compatibility with modern Kubernetes clusters, as the older v1beta1 API was completely removed in Kubernetes 1.25.

📖 Documentation Updates

Homepage examples for Terragrunt updated

Examples relevant to Terragrunt have been fixed in the https://terragrunt.gruntwork.io site.

⚙️ Process Updates

Golang bumped to 1.26

The version of Golang in go.mod has been updated to 1.26.

What's Changed

New Contributors

... (truncated)

Commits
  • cbe2ee4 Merge pull request #1667 from gruntwork-io/chore/bumping-go
  • fde3332 fix: Addressing lint findings
  • 41ca8a8 chore: Bumping Go to 1.26
  • 47617e8 Merge pull request #1666 from gruntwork-io/fix/fixing-website-links
  • aa0d9ca fix: Cleaning up README.md
  • 5ea7d3b fix: Cleaning up website Terragrunt examples
  • 55792b9 fix: Updating some language regarding units and stacks
  • a34876b fix: Fixing links for Terragrunt examples
  • 3192127 Merge pull request #1663 from gruntwork-io/dependabot/bundler/docs/faraday-2....
  • efd6948 Bump faraday from 1.0.1 to 2.14.1 in /docs
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.9.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

Updates the requirements on hashicorp/aws and terraform-aws-modules/lambda/aws to permit the latest version.
Updates hashicorp/aws to 6.37.0

Release notes

Sourced from hashicorp/aws's releases.

v6.37.0

6.37.0 (March 18, 2026)

BREAKING CHANGES:

  • resource/aws_lakeformation_opt_in: Rename resource_data.lf_tag.value to resource_data.lf_tag.values and change to a set of string values (#46788)

NOTES:

  • data-source/aws_savingsplan_savingsplan: The offering_id attribute is deprecated. Use savings_plan_offering_id instead. (#46959)
  • resource/aws_savingsplan_savingsplan: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#46959)
  • resource/aws_savingsplan_savingsplan: The offering_id attribute is deprecated. Use savings_plan_offering_id instead. (#46959)

FEATURES:

  • New List Resource: aws_ec2_transit_gateway_metering_policy (#46812)
  • New List Resource: aws_iam_user (#46869)
  • New List Resource: aws_s3_bucket_ownership_controls (#46832)
  • New List Resource: aws_wafv2_web_acl_rule (#46682)
  • New List Resource: aws_workmail_organization (#46692)
  • New Resource: aws_ec2_transit_gateway_metering_policy (#46812)
  • New Resource: aws_ec2_transit_gateway_metering_policy_entry (#46812)
  • New Resource: aws_wafv2_web_acl_rule (#46682)
  • New Resource: aws_workmail_organization (#46692)

ENHANCEMENTS:

BUG FIXES:

  • data-source/aws_savingsplan_savingsplan: Properly set savings_plan_offering_id during read (#46959)
  • resource/aws_bedrockagentcore_gateway: Fix "Unable to Convert Configuration" error caused by schema/model mismatch in authorizer_configuration.custom_jwt_authorizer. This fixes a regression introduced in v6.36.0 (#46908)
  • resource/aws_cloudfrontkeyvaluestore_key: Fix issue where values were incorrectly JSON-encoded, resulting in extra quotes being stored in AWS (#46898)
  • resource/aws_cloudfrontkeyvaluestore_keys_exclusive: Fix issue where values were incorrectly JSON-encoded, resulting in extra quotes being stored in AWS (#46899)
  • resource/aws_datasync_agent: Support activation of advanced mode agents. Previously, attempting to activate advanced mode agents would result in EOF errors when retrieving the activation key (#46958)
  • resource/aws_dynamodb_table: Fix GSI removal with key_schema syntax deleting all GSIs (#46602)
  • resource/aws_instance: Fix MissingParameter: When specifying CpuOptions you must specify both CoreCount and ThreadsPerCore errors when updating cpu_options.core_count or cpu_options.threads_per_core (#46879)
  • resource/aws_lakeformation_opt_in: Rename resource_data.lf_tag.value to resource_data.lf_tag.values and change to a set of string values. Previously, attempting to use resource_data.lf_tag.value would result in missing required field errors (#46788)
  • resource/aws_msk_cluster: Properly handle removal of the client_authentication.sasl block (#42163)
  • resource/aws_msk_cluster: Properly handle removal of the client_authentication.tls block (#42163)
  • resource/aws_msk_cluster: Suppress persistent differences in unset client_authentication.sasl blocks (#42163)
  • resource/aws_msk_cluster: Suppress persistent differences in unset client_authentication.tls blocks (#42163)
  • resource/aws_s3_bucket_lifecycle_configuration: Fix "Missing Resource Identity After Read" error when resource created with provider version < 6.34.0 is deleted outside Terraform (#46674)
  • resource/aws_savingsplan_savingsplan: Properly set savings_plan_offering_id during read to prevent forced replacement following import (#46959)
  • resource/aws_wafv2_web_acl: Fix enable_machine_learning in aws_managed_rules_bot_control_rule_set incorrectly defaulting to false instead of reflecting the AWS default of true (#46682)
Changelog

Sourced from hashicorp/aws's changelog.

6.37.0 (March 18, 2026)

BREAKING CHANGES:

  • resource/aws_lakeformation_opt_in: Rename resource_data.lf_tag.value to resource_data.lf_tag.values and change to a set of string values (#46788)

NOTES:

  • data-source/aws_savingsplan_savingsplan: The offering_id attribute is deprecated. Use savings_plan_offering_id instead. (#46959)
  • resource/aws_savingsplan_savingsplan: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#46959)
  • resource/aws_savingsplan_savingsplan: The offering_id attribute is deprecated. Use savings_plan_offering_id instead. (#46959)

FEATURES:

  • New List Resource: aws_ec2_transit_gateway_metering_policy (#46812)
  • New List Resource: aws_iam_user (#46869)
  • New List Resource: aws_s3_bucket_ownership_controls (#46832)
  • New List Resource: aws_wafv2_web_acl_rule (#46682)
  • New List Resource: aws_workmail_organization (#46692)
  • New Resource: aws_ec2_transit_gateway_metering_policy (#46812)
  • New Resource: aws_ec2_transit_gateway_metering_policy_entry (#46812)
  • New Resource: aws_wafv2_web_acl_rule (#46682)
  • New Resource: aws_workmail_organization (#46692)

ENHANCEMENTS:

BUG FIXES:

  • data-source/aws_savingsplan_savingsplan: Properly set savings_plan_offering_id during read (#46959)
  • resource/aws_bedrockagentcore_gateway: Fix "Unable to Convert Configuration" error caused by schema/model mismatch in authorizer_configuration.custom_jwt_authorizer. This fixes a regression introduced in v6.36.0 (#46908)
  • resource/aws_cloudfrontkeyvaluestore_key: Fix issue where values were incorrectly JSON-encoded, resulting in extra quotes being stored in AWS (#46898)
  • resource/aws_cloudfrontkeyvaluestore_keys_exclusive: Fix issue where values were incorrectly JSON-encoded, resulting in extra quotes being stored in AWS (#46899)
  • resource/aws_datasync_agent: Support activation of advanced mode agents. Previously, attempting to activate advanced mode agents would result in EOF errors when retrieving the activation key (#46958)
  • resource/aws_dynamodb_table: Fix GSI removal with key_schema syntax deleting all GSIs (#46602)
  • resource/aws_instance: Fix MissingParameter: When specifying CpuOptions you must specify both CoreCount and ThreadsPerCore errors when updating cpu_options.core_count or cpu_options.threads_per_core (#46879)
  • resource/aws_lakeformation_opt_in: Rename resource_data.lf_tag.value to resource_data.lf_tag.values and change to a set of string values. Previously, attempting to use resource_data.lf_tag.value would result in missing required field errors (#46788)
  • resource/aws_msk_cluster: Properly handle removal of the client_authentication.sasl block (#42163)
  • resource/aws_msk_cluster: Properly handle removal of the client_authentication.tls block (#42163)
  • resource/aws_msk_cluster: Suppress persistent differences in unset client_authentication.sasl blocks (#42163)
  • resource/aws_msk_cluster: Suppress persistent differences in unset client_authentication.tls blocks (#42163)
  • resource/aws_s3_bucket_lifecycle_configuration: Fix "Missing Resource Identity After Read" error when resource created with provider version < 6.34.0 is deleted outside Terraform (#46674)
  • resource/aws_savingsplan_savingsplan: Properly set savings_plan_offering_id during read to prevent forced replacement following import (#46959)
  • resource/aws_wafv2_web_acl: Fix enable_machine_learning in aws_managed_rules_bot_control_rule_set incorrectly defaulting to false instead of reflecting the AWS default of true (#46682)

6.36.0 (March 11, 2026)

... (truncated)

Commits

Updates terraform-aws-modules/lambda/aws to 8.7.0

Release notes

Sourced from terraform-aws-modules/lambda/aws's releases.

v8.7.0

8.7.0 (2026-02-18)

Features

  • Add support for durable lambda feature (#731) (582013a)
Changelog

Sourced from terraform-aws-modules/lambda/aws's changelog.

8.7.0 (2026-02-18)

Features

  • Add support for durable lambda feature (#731) (582013a)

8.6.0 (2026-02-18)

Features

  • Add deletion_protection_enabled argument for lambda log group (#736) (9b6ba43)

8.5.1 (2026-02-18)

Bug Fixes

  • Fix error with inconsistent values for fileexists when setting the source code hash (#734) (99a1bc5)

8.5.0 (2026-02-02)

Features

  • Filter the directories/files hashed when using commands with patterns, docs and examples fixes (#720) (daa5dfc)

8.4.0 (2026-01-26)

Features

8.3.0 (2026-01-25)

Features

  • Add support for tenant isolation mode feature (#718) (ab332c1)

8.2.1 (2026-01-25)

Bug Fixes

  • Avoids issue due to strict requirement for fileexists to return consistent results (#722) (d6b4321)

8.2.0 (2026-01-08)

Features

  • Add provider meta user-agent, replacing static tag (#721) (1309f7e)

8.1.2 (2025-10-22)

... (truncated)

Commits
  • 4cfa5b4 chore(release): version 8.7.0 [skip ci]
  • 582013a feat: Add support for durable lambda feature (#731)
  • 650141f chore(release): version 8.6.0 [skip ci]
  • 9b6ba43 feat: Add deletion_protection_enabled argument for lambda log group (#736)
  • aadff8d chore(release): version 8.5.1 [skip ci]
  • 99a1bc5 fix: Fix error with inconsistent values for fileexists when setting the sourc...
  • 55abacb chore(release): version 8.5.0 [skip ci]
  • daa5dfc feat: Filter the directories/files hashed when using commands with patterns, ...
  • c4a6479 chore(release): version 8.4.0 [skip ci]
  • 8dc36e8 feat: Add uv support for python packaging (#723)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code major labels Mar 25, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner March 25, 2026 03:48
dependabot Bot and others added 2 commits April 2, 2026 10:52
Bumps the module group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.26.1` | `1.41.4` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.11` | `1.32.12` |
| [github.com/aws/aws-sdk-go-v2/service/lambda](https://github.com/aws/aws-sdk-go-v2) | `1.54.0` | `1.88.4` |
| [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.46.14` | `0.56.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |

Updates `github.com/aws/aws-sdk-go-v2` from 1.26.1 to 1.41.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.26.1...v1.41.4)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.11 to 1.32.12
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.11...config/v1.32.12)

Updates `github.com/aws/aws-sdk-go-v2/service/lambda` from 1.54.0 to 1.88.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.54.0...service/s3/v1.88.4)

Updates `github.com/gruntwork-io/terratest` from 0.46.14 to 0.56.0
- [Release notes](https://github.com/gruntwork-io/terratest/releases)
- [Commits](gruntwork-io/terratest@v0.46.14...v0.56.0)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.11.1)
Bump the module group with 2 updates

Updates the requirements on [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) and [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) to permit the latest version.

Updates `hashicorp/aws` to 6.37.0
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v5.0.0...v6.37.0)

Updates `terraform-aws-modules/lambda/aws` to 8.7.0
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-lambda/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-lambda/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-lambda@v7.2.0...v8.7.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: module
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: module
- dependency-name: github.com/aws/aws-sdk-go-v2/service/lambda
  dependency-version: 1.88.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: module
- dependency-name: github.com/gruntwork-io/terratest
  dependency-version: 0.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: module
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: module
- dependency-name: hashicorp/aws
  dependency-version: 6.37.0
  dependency-type: direct:production
  dependency-group: module
- dependency-name: terraform-aws-modules/lambda/aws
  dependency-version: 8.7.0
  dependency-type: direct:production
  dependency-group: module
...

Signed-off-by: dependabot[bot] <support@github.com>
Reverts the major version bump in versions.tf and configures dependabot
to ignore major version updates for hashicorp/*, microsoft/*, and azure/*
terraform providers, which consistently break required CI checks.

Co-Authored-By: Claude <noreply@anthropic.com>
@ben-vaughan-nttd
ben-vaughan-nttd force-pushed the dependabot/module-6033974f9f branch from 24696e8 to 80a4384 Compare April 2, 2026 15:53
@github-actions github-actions Bot removed go Pull requests that update go code major labels Apr 2, 2026
@ben-vaughan-nttd

Copy link
Copy Markdown
Contributor

Closing: CI checks still failing after reverting the major version bump and adding dependabot ignore rules. This PR needs manual investigation. See issue for details.

@dependabot @github

dependabot Bot commented on behalf of github Apr 2, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/module-6033974f9f branch April 2, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant