Skip to content

build(deps): bump github.com/gruntwork-io/terratest from 0.55.0 to 0.56.0#387

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/gruntwork-io/terratest-0.56.0
Open

build(deps): bump github.com/gruntwork-io/terratest from 0.55.0 to 0.56.0#387
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/gruntwork-io/terratest-0.56.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2026

Bumps github.com/gruntwork-io/terratest from 0.55.0 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

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.55.0 to 0.56.0.
- [Release notes](https://github.com/gruntwork-io/terratest/releases)
- [Commits](gruntwork-io/terratest@v0.55.0...v0.56.0)

---
updated-dependencies:
- dependency-name: github.com/gruntwork-io/terratest
  dependency-version: 0.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 15, 2026 16:02
@dependabot dependabot bot removed the request for review from a team February 15, 2026 16:02
@dependabot dependabot bot requested a review from lgecse February 15, 2026 16:02
@github-actions github-actions bot added the size/XS Denotes a PR that changes 0-9 lines label Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies size/XS Denotes a PR that changes 0-9 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants