Skip to content

chore(deps): Bump github.com/gruntwork-io/terratest from 0.46.8 to 0.56.0#958

Merged
poiana merged 3 commits intomasterfrom
dependabot/go_modules/github.com/gruntwork-io/terratest-0.56.0
Feb 27, 2026
Merged

chore(deps): Bump github.com/gruntwork-io/terratest from 0.46.8 to 0.56.0#958
poiana merged 3 commits intomasterfrom
dependabot/go_modules/github.com/gruntwork-io/terratest-0.56.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 19, 2026
@poiana poiana requested review from bencer and ekoops February 19, 2026 11:22
@poiana poiana added the size/XL label Feb 19, 2026
@leogr
Copy link
Copy Markdown
Member

leogr commented Feb 19, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gruntwork-io/terratest-0.56.0 branch 2 times, most recently from cabd40a to 49f4e6b Compare February 19, 2026 11:27
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gruntwork-io/terratest-0.56.0 branch from 49f4e6b to 9e6e6f5 Compare February 27, 2026 10:47
@poiana poiana added size/L and removed size/XL labels Feb 27, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gruntwork-io/terratest-0.56.0 branch from 9e6e6f5 to 040a96b Compare February 27, 2026 10:53
dependabot bot and others added 2 commits February 27, 2026 12:09
Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.46.8 to 0.56.0.
- [Release notes](https://github.com/gruntwork-io/terratest/releases)
- [Commits](gruntwork-io/terratest@v0.46.8...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>
….56.0

Use mustMergeOverwrite in serviceMonitor template to properly merge custom selector labels with defaults, avoiding duplicate YAML keys. Skip YAML unmarshalling in serviceAccount test when template is not rendered, preventing EOF error on empty input.

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
@leogr leogr force-pushed the dependabot/go_modules/github.com/gruntwork-io/terratest-0.56.0 branch from 040a96b to f06461a Compare February 27, 2026 11:10
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
@poiana
Copy link
Copy Markdown
Contributor

poiana commented Feb 27, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], leogr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@poiana
Copy link
Copy Markdown
Contributor

poiana commented Feb 27, 2026

LGTM label has been added.

DetailsGit tree hash: 94f516c4a3c2b0347a3dc684fb8983c31144102d

@poiana poiana merged commit 4703b21 into master Feb 27, 2026
5 checks passed
@poiana poiana deleted the dependabot/go_modules/github.com/gruntwork-io/terratest-0.56.0 branch February 27, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved dco-signoff: yes dependencies Pull requests that update a dependency file go Pull requests that update Go code lgtm size/L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants