Skip to content

chore(deps): Bump the "tests" group with 1 update across multiple ecosystems - #78

Merged
launch-skeleton-auto-updater[bot] merged 1 commit into
mainfrom
dependabot/tests-d2bd7a5314
Aug 7, 2026
Merged

chore(deps): Bump the "tests" group with 1 update across multiple ecosystems#78
launch-skeleton-auto-updater[bot] merged 1 commit into
mainfrom
dependabot/tests-d2bd7a5314

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the tests group with 4 updates: github.com/aws/aws-sdk-go-v2, github.com/aws/aws-sdk-go-v2/config, github.com/aws/aws-sdk-go-v2/service/lambda and github.com/gruntwork-io/terratest.

Updates github.com/aws/aws-sdk-go-v2 from 1.41.7 to 1.43.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.17 to 1.32.31

Commits

Updates github.com/aws/aws-sdk-go-v2/service/lambda from 1.90.1 to 1.100.0

Commits

Updates github.com/gruntwork-io/terratest from 1.0.0 to 1.0.1

Release notes

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

v1.0.1

Highlights

This release starts the Terratest v1 maintenance phase. It is non-breaking and safe to upgrade to from any recent v1.x: nothing is removed or changed at runtime. The headline change is // Deprecated: annotations on the packages slated for removal in v2, each with inline guidance on the standard-library (or third-party) replacement.

Deprecated (removed in v2, not in this release):

  • modules/collections -> standard library slices
  • modules/environment -> os.Getenv at the call site
  • modules/git -> shell out to git with os/exec
  • modules/version-checker -> shell out to check a binary's version
  • modules/slack -> the github.com/slack-go/slack client directly

Each deprecated symbol's doc comment shows the concrete replacement.

v1 maintenance policy: security fixes only, delivered on the v1 branch, until 12 months after v2.0.0 reaches general availability. v2 ships under new /v2 module paths, so v1-pinned consumers are unaffected. This commit is the permanent v1 head; the long-lived v1 branch is cut from here. A v1-to-v2 import path map is included at docs/v2-import-map.md.

What's Changed

Full Changelog: gruntwork-io/terratest@v1.0.0...v1.0.1

Commits
  • b9650d0 feat(aws): add ECR Public repository support (#1852)
  • 646b00a fix(packer): run packer init for directory templates (#1848)
  • 28903b8 fix(k8s): surface container status in PodNotAvailable error (#1850)
  • ce2718b feat(helm): support install --generate-name by omitting empty release name (#...
  • 5d3ece5 deprecate git, version-checker, and slack packages (#1838)
  • 1adfee6 deprecate collections and environment packages (#1837)
  • 19735de docs: add import path map and v1 maintenance note (#1841)
  • 9581f3a Merge pull request #1846 from gruntwork-io/dependabot/bundler/docs/faraday-2....
  • e06f39f chore(deps-dev): bump faraday from 2.14.2 to 2.14.3 in /docs
  • 0e1defc chore: shell package simplifications (#1842)
  • 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

Bumps the tests group with 4 updates: [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/lambda](https://github.com/aws/aws-sdk-go-v2) and [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest).


Updates `github.com/aws/aws-sdk-go-v2` from 1.41.7 to 1.43.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.7...v1.43.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.17 to 1.32.31
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.17...config/v1.32.31)

Updates `github.com/aws/aws-sdk-go-v2/service/lambda` from 1.90.1 to 1.100.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.90.1...service/s3/v1.100.0)

Updates `github.com/gruntwork-io/terratest` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/gruntwork-io/terratest/releases)
- [Commits](gruntwork-io/terratest@v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: github.com/aws/aws-sdk-go-v2/service/lambda
  dependency-version: 1.100.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: github.com/gruntwork-io/terratest
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code minor labels Aug 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 7, 2026 03:48
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code minor labels Aug 7, 2026
@launch-skeleton-auto-updater
launch-skeleton-auto-updater Bot enabled auto-merge (squash) August 7, 2026 03:48

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval: all commits from trusted automation accounts.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval: all commits from trusted automation accounts.

@launch-skeleton-auto-updater
launch-skeleton-auto-updater Bot merged commit 6201dec into main Aug 7, 2026
16 checks passed
@launch-skeleton-auto-updater
launch-skeleton-auto-updater Bot deleted the dependabot/tests-d2bd7a5314 branch August 7, 2026 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Pull requests that update a dependency file deps go Pull requests that update go code minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants