Skip to content

feat(deps): update module github.com/gruntwork-io/terratest ( v0.52.0 ➔ v0.56.0 )#7

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-gruntwork-io-terratest-0.x
Open

feat(deps): update module github.com/gruntwork-io/terratest ( v0.52.0 ➔ v0.56.0 )#7
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-gruntwork-io-terratest-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/gruntwork-io/terratest v0.52.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

v0.55.0

Compare Source

What's Changed

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

v0.54.0

Compare Source

What's Changed

Full Changelog: gruntwork-io/terratest@v0.53.0...v0.54.0

v0.53.0

Compare Source

What's Changed

Full Changelog: gruntwork-io/terratest@v0.52.0...v0.53.0


Configuration

📅 Schedule: 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 becomes conflicted, 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
Copy link
Copy Markdown
Contributor Author

renovate bot commented Dec 1, 2025

ℹ Artifact update notice

File name: test/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):

  • 8 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.42.0 -> v0.45.0
golang.org/x/mod v0.27.0 -> v0.29.0
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/sync v0.17.0 -> v0.18.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/term v0.35.0 -> v0.37.0
golang.org/x/text v0.29.0 -> v0.31.0
golang.org/x/tools v0.36.0 -> v0.38.0

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: test/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):

  • 17 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.2 -> 1.26
github.com/spf13/pflag v1.0.6 -> v1.0.9
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
golang.org/x/crypto v0.42.0 -> v0.45.0
golang.org/x/mod v0.27.0 -> v0.29.0
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/sync v0.17.0 -> v0.18.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/term v0.35.0 -> v0.37.0
golang.org/x/text v0.29.0 -> v0.31.0
golang.org/x/tools v0.36.0 -> v0.38.0
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0
k8s.io/api v0.34.0 -> v0.35.0
k8s.io/apimachinery v0.34.0 -> v0.35.0
k8s.io/client-go v0.34.0 -> v0.35.0
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b -> v0.0.0-20250910181357-589584f1c912
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 -> v0.0.0-20251002143259-bc988d571ff4
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730

@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 503c189 to f5a3c9e Compare December 15, 2025 16:53
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terratest to v0.54.0 fix(deps): update module github.com/gruntwork-io/terratest to v0.55.0 Jan 14, 2026
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from f5a3c9e to 5e373ac Compare January 14, 2026 04:49
@kid kid force-pushed the main branch 2 times, most recently from babb2a0 to bf4d139 Compare January 25, 2026 14:54
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 5e373ac to c82fe38 Compare February 2, 2026 18:00
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from c82fe38 to 6fa5aab Compare February 13, 2026 21:05
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terratest to v0.55.0 fix(deps): update module github.com/gruntwork-io/terratest to v0.56.0 Feb 13, 2026
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 6fa5aab to 20b8366 Compare February 24, 2026 15:43
@renovate renovate bot added the type/minor label Feb 28, 2026
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terratest to v0.56.0 feat(deps): update module github.com/gruntwork-io/terratest ( v0.52.0 ➔ v0.56.0 ) Feb 28, 2026
@kid kid force-pushed the main branch 2 times, most recently from e532768 to 4a11e09 Compare March 1, 2026 17:46
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 20b8366 to 54a8a25 Compare March 5, 2026 21:01
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 54a8a25 to 35681a8 Compare March 13, 2026 18:35
@kid kid force-pushed the main branch 2 times, most recently from 7c647a5 to a592d77 Compare March 15, 2026 16:05
@renovate renovate bot changed the title feat(deps): update module github.com/gruntwork-io/terratest ( v0.52.0 ➔ v0.56.0 ) feat(deps): update module github.com/gruntwork-io/terratest ( v0.52.0 ➔ v0.56.0 ) - autoclosed Mar 27, 2026
@renovate renovate bot closed this Mar 27, 2026
@renovate renovate bot deleted the renovate/github.com-gruntwork-io-terratest-0.x branch March 27, 2026 22:06
@renovate renovate bot changed the title feat(deps): update module github.com/gruntwork-io/terratest ( v0.52.0 ➔ v0.56.0 ) - autoclosed feat(deps): update module github.com/gruntwork-io/terratest ( v0.52.0 ➔ v0.56.0 ) Mar 28, 2026
@renovate renovate bot reopened this Mar 28, 2026
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch 2 times, most recently from 35681a8 to 9a28635 Compare March 28, 2026 01:40
@kid kid force-pushed the main branch 2 times, most recently from 8dd2a47 to 56851d9 Compare March 29, 2026 15:54
@renovate renovate bot changed the title feat(deps): update module github.com/gruntwork-io/terratest ( v0.52.0 ➔ v0.56.0 ) feat(deps): update module github.com/gruntwork-io/terratest ( v0.52.0 ➔ v0.56.0 ) - autoclosed Apr 1, 2026
@renovate renovate bot closed this Apr 1, 2026
@renovate renovate bot changed the title feat(deps): update module github.com/gruntwork-io/terratest ( v0.52.0 ➔ v0.56.0 ) - autoclosed feat(deps): update module github.com/gruntwork-io/terratest ( v0.52.0 ➔ v0.56.0 ) Apr 1, 2026
@renovate renovate bot reopened this Apr 1, 2026
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch 2 times, most recently from 9a28635 to 03a5737 Compare April 1, 2026 05:50
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.

0 participants