Skip to content

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

Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/github.com-gruntwork-io-terratest-0.x
Open

chore(deps): Update module github.com/gruntwork-io/terratest to v0.56.0#351
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/github.com-gruntwork-io-terratest-0.x

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 7, 2025

This PR contains the following updates:

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

v0.52.0

Compare Source

What's Changed

New Contributors

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

v0.51.0

Compare Source

What's Changed

Full Changelog: gruntwork-io/terratest@v0.50.0...v0.51.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 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.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Nov 7, 2025
@renovate-bot renovate-bot requested review from a team, glasnt and iennae as code owners November 7, 2025 01:00
@forking-renovate
Copy link

forking-renovate bot commented Nov 7, 2025

ℹ Artifact update notice

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

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

Details:

Package Change
go 1.23.0 -> 1.24.0
go (toolchain) 1.24.9 -> 1.24.11
github.com/google/gnostic-models v0.6.9 -> v0.7.0
go.yaml.in/yaml/v3 v3.0.3 -> v3.0.4
golang.org/x/crypto v0.39.0 -> v0.45.0
golang.org/x/mod v0.26.0 -> v0.29.0
golang.org/x/net v0.41.0 -> v0.47.0
golang.org/x/sync v0.15.0 -> v0.18.0
golang.org/x/sys v0.33.0 -> v0.38.0
golang.org/x/text v0.26.0 -> v0.31.0
golang.org/x/tools v0.34.0 -> v0.38.0
google.golang.org/protobuf v1.36.1 -> v1.36.5
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 -> v0.0.0-20250710124328-f3f2b991d03b

@renovate-bot renovate-bot requested a review from a team as a code owner November 7, 2025 01:00
@dpebot
Copy link
Collaborator

dpebot commented Nov 7, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 5688c34 to fcb483e Compare November 7, 2025 01:32
@dpebot
Copy link
Collaborator

dpebot commented Nov 7, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from fcb483e to 0cc04d6 Compare November 7, 2025 02:42
@dpebot
Copy link
Collaborator

dpebot commented Nov 7, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 0cc04d6 to 4d140ef Compare November 7, 2025 04:06
@dpebot
Copy link
Collaborator

dpebot commented Nov 7, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 4d140ef to c1e2a60 Compare November 12, 2025 22:22
@dpebot
Copy link
Collaborator

dpebot commented Nov 12, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from c1e2a60 to 8d78b87 Compare November 12, 2025 23:17
@dpebot
Copy link
Collaborator

dpebot commented Nov 12, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 8d78b87 to 2f01f4e Compare November 13, 2025 05:11
@dpebot
Copy link
Collaborator

dpebot commented Nov 13, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 2f01f4e to 78d7057 Compare November 13, 2025 23:23
@dpebot
Copy link
Collaborator

dpebot commented Nov 13, 2025

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): Update module github.com/gruntwork-io/terratest to v0.52.0 chore(deps): Update module github.com/gruntwork-io/terratest to v0.53.0 Nov 21, 2025
@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 78d7057 to d9aa00b Compare November 21, 2025 15:35
@dpebot
Copy link
Collaborator

dpebot commented Nov 21, 2025

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): Update module github.com/gruntwork-io/terratest to v0.53.0 chore(deps): Update module github.com/gruntwork-io/terratest to v0.54.0 Nov 28, 2025
@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from d9aa00b to aebc8ff Compare November 28, 2025 22:59
@dpebot
Copy link
Collaborator

dpebot commented Nov 28, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from aebc8ff to bb22da5 Compare December 6, 2025 00:55
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from bb22da5 to 468df0c Compare December 9, 2025 19:17
@dpebot
Copy link
Collaborator

dpebot commented Dec 9, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 468df0c to 0998497 Compare December 9, 2025 19:23
@dpebot
Copy link
Collaborator

dpebot commented Dec 9, 2025

/gcbrun

@forking-renovate
Copy link

forking-renovate bot commented Dec 11, 2025

ℹ️ Artifact update notice

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

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

Details:

Package Change
go 1.23.0 -> 1.26
github.com/google/gnostic-models v0.6.9 -> v0.7.0
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
go.yaml.in/yaml/v3 v3.0.3 -> v3.0.4
golang.org/x/crypto v0.39.0 -> v0.45.0
golang.org/x/mod v0.26.0 -> v0.29.0
golang.org/x/sync v0.15.0 -> v0.18.0
golang.org/x/sys v0.33.0 -> v0.38.0
golang.org/x/text v0.26.0 -> v0.31.0
golang.org/x/tools v0.34.0 -> v0.38.0
google.golang.org/protobuf v1.36.1 -> v1.36.8
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 -> v0.0.0-20250910181357-589584f1c912

@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 0998497 to 16aea73 Compare December 11, 2025 19:47
@dpebot
Copy link
Collaborator

dpebot commented Dec 11, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 16aea73 to f07a39f Compare January 20, 2026 06:42
@renovate-bot renovate-bot changed the title chore(deps): Update module github.com/gruntwork-io/terratest to v0.54.0 chore(deps): Update module github.com/gruntwork-io/terratest to v0.55.0 Jan 20, 2026
@dpebot
Copy link
Collaborator

dpebot commented Jan 20, 2026

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): Update module github.com/gruntwork-io/terratest to v0.55.0 chore(deps): Update module github.com/gruntwork-io/terratest to v0.56.0 Feb 19, 2026
@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from f07a39f to bff23c9 Compare February 19, 2026 20:02
@dpebot
Copy link
Collaborator

dpebot commented Feb 19, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from bff23c9 to 72d7f44 Compare February 24, 2026 01:10
@dpebot
Copy link
Collaborator

dpebot commented Feb 24, 2026

/gcbrun

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

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants