Skip to content

chore(deps): Update go modules and/or dev-tools#660

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

chore(deps): Update go modules and/or dev-tools#660
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-modules-andor-dev-tools

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.9v0.18.0 age confidence require minor
github.com/gruntwork-io/terratest v0.54.0v0.56.0 age confidence require minor
go (source) 1.24.111.24.13 age confidence toolchain patch

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

golang/go (go)

v1.24.13

v1.24.12


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Pull requests that update a dependency file label Jan 9, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Jan 9, 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):

  • 9 additional dependencies were updated

Details:

Package Change
github.com/hashicorp/terraform-config-inspect v0.0.0-20250731202709-e8a84eebd3e7 -> v0.0.0-20250828155816-225c06ed5fd9
github.com/hashicorp/terraform-json v0.26.0 -> v0.27.2
github.com/zclconf/go-cty v1.16.3 -> v1.16.4
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
golang.org/x/mod v0.29.0 -> v0.31.0
golang.org/x/tools v0.38.0 -> v0.39.0
google.golang.org/protobuf v1.36.5 -> v1.36.8
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b -> v0.0.0-20250910181357-589584f1c912
sigs.k8s.io/kustomize/kyaml v0.20.1 -> v0.21.0

@renovate renovate bot requested review from a team and q2w as code owners January 9, 2026 21:02
@dpebot
Copy link
Collaborator

dpebot commented Jan 9, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from 85442cb to fe9ca38 Compare January 12, 2026 12:07
@dpebot
Copy link
Collaborator

dpebot commented Jan 12, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from fe9ca38 to c28487e Compare January 20, 2026 06:04
@renovate renovate bot requested a review from krprabhat-eng as a code owner January 20, 2026 06:04
@renovate renovate bot changed the title chore(deps): Update module github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test to v0.18.0 chore(deps): Update go modules and/or dev-tools Jan 20, 2026
@dpebot
Copy link
Collaborator

dpebot commented Jan 20, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from c28487e to 4a8b8d6 Compare January 21, 2026 07:02
@dpebot
Copy link
Collaborator

dpebot commented Jan 21, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from 4a8b8d6 to 1326e6e Compare January 21, 2026 21:15
@renovate renovate bot changed the title chore(deps): Update go modules and/or dev-tools chore(deps): Update module github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test to v0.18.0 Jan 21, 2026
@dpebot
Copy link
Collaborator

dpebot commented Jan 21, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from 1326e6e to d499819 Compare January 22, 2026 02:43
@renovate renovate bot changed the title chore(deps): Update module github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test to v0.18.0 chore(deps): Update go modules and/or dev-tools Jan 22, 2026
@dpebot
Copy link
Collaborator

dpebot commented Jan 22, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from d499819 to 580d382 Compare January 22, 2026 09:04
@dpebot
Copy link
Collaborator

dpebot commented Jan 22, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from 580d382 to 99637a9 Compare January 22, 2026 17:02
@dpebot
Copy link
Collaborator

dpebot commented Jan 22, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from 99637a9 to cf28157 Compare January 27, 2026 06:40
@dpebot
Copy link
Collaborator

dpebot commented Jan 27, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from cf28157 to ea8d183 Compare January 28, 2026 17:13
@dpebot
Copy link
Collaborator

dpebot commented Jan 28, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from ea8d183 to 1a94a32 Compare February 2, 2026 15:59
@dpebot
Copy link
Collaborator

dpebot commented Feb 4, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from dc25f19 to 55969a2 Compare February 4, 2026 06:27
@dpebot
Copy link
Collaborator

dpebot commented Feb 4, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from 55969a2 to 6bd3c15 Compare February 5, 2026 02:17
@dpebot
Copy link
Collaborator

dpebot commented Feb 5, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from 6bd3c15 to 2179535 Compare February 5, 2026 11:07
@dpebot
Copy link
Collaborator

dpebot commented Feb 5, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from 2179535 to 5451aed Compare February 8, 2026 01:07
@dpebot
Copy link
Collaborator

dpebot commented Feb 8, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from 5451aed to c46295d Compare February 8, 2026 05:59
@dpebot
Copy link
Collaborator

dpebot commented Feb 8, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from c46295d to e9f2708 Compare February 9, 2026 03:55
@dpebot
Copy link
Collaborator

dpebot commented Feb 9, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from e9f2708 to 9cab800 Compare February 9, 2026 06:45
@dpebot
Copy link
Collaborator

dpebot commented Feb 9, 2026

/gcbrun

2 similar comments
@dpebot
Copy link
Collaborator

dpebot commented Feb 9, 2026

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Feb 9, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from 9cab800 to 37dd565 Compare February 19, 2026 03:49
@dpebot
Copy link
Collaborator

dpebot commented Feb 19, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from 37dd565 to 834a595 Compare February 19, 2026 12:38
@dpebot
Copy link
Collaborator

dpebot commented Feb 19, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from 834a595 to fd41502 Compare February 19, 2026 21:57
@dpebot
Copy link
Collaborator

dpebot commented Feb 19, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from fd41502 to 27fff1f Compare February 24, 2026 01:04
@dpebot
Copy link
Collaborator

dpebot commented Feb 24, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from 27fff1f to 2defbc1 Compare February 25, 2026 06:16
@dpebot
Copy link
Collaborator

dpebot commented Feb 25, 2026

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules-andor-dev-tools branch from 2defbc1 to 16fd4e0 Compare February 25, 2026 10:51
@dpebot
Copy link
Collaborator

dpebot commented Feb 25, 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.

1 participant