Skip to content

fix(deps): update module github.com/gruntwork-io/terratest to v0.56.0#835

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

fix(deps): update module github.com/gruntwork-io/terratest to v0.56.0#835
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 Feb 1, 2026

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 - "every 1 months on the first day of the month" in timezone America/New_York, 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.

@forking-renovate
Copy link

forking-renovate bot commented Feb 1, 2026

ℹ️ Artifact update notice

File name: anthos-bm-gcp-terraform/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):

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

Details:

Package Change
go 1.23.0 -> 1.26
github.com/stretchr/testify v1.10.0 -> v1.11.1
github.com/emicklei/go-restful/v3 v3.9.0 -> v3.12.2
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/go-openapi/jsonpointer v0.19.6 -> v0.21.0
github.com/go-openapi/swag v0.22.3 -> v0.23.0
github.com/moby/spdystream v0.2.0 -> v0.5.0
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/spf13/pflag v1.0.5 -> v1.0.9
golang.org/x/crypto v0.36.0 -> v0.45.0
golang.org/x/mod v0.18.0 -> v0.29.0
golang.org/x/net v0.38.0 -> v0.47.0
golang.org/x/oauth2 v0.27.0 -> v0.30.0
golang.org/x/sync v0.12.0 -> v0.18.0
golang.org/x/sys v0.31.0 -> v0.38.0
golang.org/x/term v0.30.0 -> v0.37.0
golang.org/x/text v0.23.0 -> v0.31.0
google.golang.org/protobuf v1.35.1 -> v1.36.8
k8s.io/api v0.28.4 -> v0.35.0
k8s.io/apimachinery v0.28.4 -> v0.35.0
k8s.io/client-go v0.28.4 -> v0.35.0
k8s.io/klog/v2 v2.100.1 -> v2.130.1
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 -> v0.0.0-20250910181357-589584f1c912
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 -> v0.0.0-20251002143259-bc988d571ff4
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20250730193827-2d320260d730
sigs.k8s.io/yaml v1.3.0 -> v1.6.0
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):

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

Details:

Package Change
go 1.23.0 -> 1.26
github.com/stretchr/testify v1.10.0 -> v1.11.1
github.com/emicklei/go-restful/v3 v3.11.0 -> v3.12.2
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/gorilla/websocket v1.5.0 -> v1.5.4-0.20250319132907-e064f32e3674
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/spf13/pflag v1.0.6 -> v1.0.9
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/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/term v0.32.0 -> v0.37.0
golang.org/x/text v0.26.0 -> v0.31.0
golang.org/x/time v0.8.0 -> v0.9.0
golang.org/x/tools v0.34.0 -> v0.38.0
google.golang.org/protobuf v1.36.1 -> v1.36.8
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0
k8s.io/api v0.32.1 -> v0.35.0
k8s.io/apimachinery v0.32.1 -> v0.35.0
k8s.io/client-go v0.32.1 -> v0.35.0
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 -> v0.0.0-20250910181357-589584f1c912
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 -> v0.0.0-20251002143259-bc988d571ff4
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 -> v0.0.0-20250730193827-2d320260d730
sigs.k8s.io/yaml v1.5.0 -> v1.6.0

@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Feb 1, 2026
@yoshi-approver yoshi-approver added the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Feb 1, 2026
@dpebot
Copy link
Collaborator

dpebot commented Feb 1, 2026

/gcbrun

@renovate-bot 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 19, 2026
@renovate-bot renovate-bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from eb85aa5 to bed1462 Compare February 19, 2026 19:45
@dpebot
Copy link
Collaborator

dpebot commented Feb 19, 2026

/gcbrun

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

Labels

automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit dependencies samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants