Skip to content

chore(deps): Update module github.com/gruntwork-io/terratest to v0.56.0#2545

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-modules-andor-dev-tools
Open

chore(deps): Update module github.com/gruntwork-io/terratest to v0.56.0#2545
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-modules-andor-dev-tools

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 19, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/gruntwork-io/terratest v0.55.0v0.56.0 age confidence

Release Notes

gruntwork-io/terratest (github.com/gruntwork-io/terratest)

v0.56.0

Compare Source

✨ 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

Full Changelog: gruntwork-io/terratest@v0.55.0...v0.56.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from apeabody as a code owner February 19, 2026 18:42
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 19, 2026

ℹ️ Artifact update notice

File name: test/integration/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.0 -> 1.26

@renovate renovate Bot requested review from a team, ayushmjain, ericyz, krprabhat-eng and q2w as code owners February 19, 2026 18:42
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Feb 19, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 48a8e8a to ab93fc1 Compare February 24, 2026 01:07
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Feb 24, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from ab93fc1 to 40b1c8d Compare February 24, 2026 20:44
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Feb 24, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 40b1c8d to fa36dc0 Compare February 27, 2026 23:39
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Feb 27, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from fa36dc0 to efbebe4 Compare February 28, 2026 01:15
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Feb 28, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from efbebe4 to 38100e3 Compare March 3, 2026 18:10
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 38100e3 to 163aa11 Compare March 6, 2026 00:44
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Mar 6, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 163aa11 to 31036fa Compare March 13, 2026 23:04
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Mar 13, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 31036fa to edcb3de Compare March 18, 2026 15:36
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Mar 18, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from edcb3de to 098896c Compare March 20, 2026 20:43
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Mar 20, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 098896c to d782fd2 Compare April 2, 2026 11:54
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 2, 2026

/gcbrun

@renovate renovate Bot changed the title chore(deps): Update module github.com/gruntwork-io/terratest to v0.56.0 chore(deps): Update module github.com/gruntwork-io/terratest to v0.56.0 - autoclosed Apr 21, 2026
@renovate renovate Bot closed this Apr 21, 2026
@renovate renovate Bot deleted the renovate/go-modules-andor-dev-tools branch April 21, 2026 12:40
@renovate renovate Bot changed the title chore(deps): Update module github.com/gruntwork-io/terratest to v0.56.0 - autoclosed chore(deps): Update module github.com/gruntwork-io/terratest to v0.56.0 Apr 21, 2026
@renovate renovate Bot reopened this Apr 21, 2026
@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch 2 times, most recently from d782fd2 to a1963af Compare April 21, 2026 19:50
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 21, 2026

/gcbrun

1 similar comment
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented Apr 21, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from a1963af to ade1ba6 Compare May 12, 2026 00:01
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 12, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from ade1ba6 to b8c903b Compare May 12, 2026 09:04
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 12, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from b8c903b to e1eda8e Compare May 12, 2026 17:11
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 12, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from e1eda8e to 5429b6e Compare May 12, 2026 18:49
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 12, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 5429b6e to 76a4cce Compare May 12, 2026 20:14
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 12, 2026

/gcbrun

@renovate renovate Bot force-pushed the renovate/go-modules-andor-dev-tools branch from 76a4cce to 7e20366 Compare May 12, 2026 21:55
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 12, 2026

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant