Skip to content

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

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

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

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 20, 2026

This PR contains the following updates:

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


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 Jan 20, 2026
@forking-renovate
Copy link

forking-renovate bot commented Jan 20, 2026

ℹ️ Artifact update notice

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

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

Details:

Package Change
go 1.24.0 -> 1.26
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/spf13/pflag v1.0.6 -> v1.0.9
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
golang.org/x/oauth2 v0.27.0 -> v0.30.0
google.golang.org/protobuf v1.36.5 -> v1.36.8
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

@dpebot
Copy link
Collaborator

dpebot commented Jan 20, 2026

/gcbrun

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @renovate-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a routine dependency update, primarily focusing on upgrading the terratest module to its latest version, v0.55.0. This update ensures the project benefits from the newest features, critical bug fixes, and security enhancements provided by the terratest library. Additionally, the Go language version has been bumped to 1.25.0, and several other indirect Go modules, including Kubernetes client libraries, have been updated to maintain a healthy and secure dependency ecosystem.

Highlights

  • Dependency Update: Terratest: The github.com/gruntwork-io/terratest module has been updated from v0.54.0 to v0.55.0. This new version includes various bug fixes, documentation improvements, and addresses a security vulnerability (CVE-2021-3538) by removing the satori/go.uuid dependency.
  • Go Language Version Upgrade: The Go language version used by the module has been upgraded from 1.24.0 to 1.25.0.
  • Indirect Dependency Updates: Several indirect Go dependencies have been updated, including Kubernetes client libraries (k8s.io/api, k8s.io/apimachinery, k8s.io/client-go) to v0.35.0, golang.org/x/oauth2, and google.golang.org/protobuf, ensuring compatibility and incorporating the latest improvements.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the github.com/gruntwork-io/terratest module to v0.55.0, which includes a security fix and other improvements. The PR also upgrades the Go version from 1.24 to 1.25. I've added a comment suggesting that this Go version change should be made more visible in the PR's description for clarity. Otherwise, the dependency updates look good and I recommend merging this PR after addressing the comment.

go 1.24.0

toolchain go1.24.11
go 1.25.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This PR also updates the Go version from 1.24 to 1.25. This is a significant change and it would be good practice to reflect it in the PR title or description for better visibility, especially since it also removes the toolchain directive.

@renovate-bot renovate-bot force-pushed the renovate/blueprint-test-github.com-gruntwork-io-terratest-0.x branch from f69c34c to 8f79e3c Compare January 22, 2026 17:56
@dpebot
Copy link
Collaborator

dpebot commented Jan 22, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/blueprint-test-github.com-gruntwork-io-terratest-0.x branch from 8f79e3c to 129920e Compare February 2, 2026 05:35
@dpebot
Copy link
Collaborator

dpebot commented Feb 2, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/blueprint-test-github.com-gruntwork-io-terratest-0.x branch from 129920e to 54290a5 Compare February 19, 2026 06:33
@dpebot
Copy link
Collaborator

dpebot commented Feb 19, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/blueprint-test-github.com-gruntwork-io-terratest-0.x branch from 54290a5 to b0e8133 Compare February 19, 2026 08:04
@dpebot
Copy link
Collaborator

dpebot commented Feb 19, 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/blueprint-test-github.com-gruntwork-io-terratest-0.x branch from b0e8133 to b7437e9 Compare February 19, 2026 19:05
@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

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments