Skip to content

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

Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/go-modules-andor-dev-tools
Open

chore(deps): Update go modules and/or dev-tools#460
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/go-modules-andor-dev-tools

Conversation

@renovate-bot
Copy link

@renovate-bot renovate-bot commented Aug 13, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.14.1v0.18.0 age confidence
github.com/gruntwork-io/terratest v0.46.14v0.56.0 age confidence
github.com/stretchr/testify v1.9.0v1.11.1 age confidence
github.com/tidwall/gjson v1.17.1v1.18.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

v0.50.0

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.49.0...v0.50.0

v0.49.0

Compare Source

Modules affected

  • terraform
  • helm
  • azure
  • aws
  • k8s
  • logger
  • packer

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.48.2...v0.49.0

v0.48.2

Compare Source

Modules affected

  • shell
  • aws
  • gcp
  • terraform
  • k8s
  • azure
  • database

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.48.1...v0.48.2

v0.48.1

Compare Source

Modules affected

  • helm
  • azure
  • aws
  • k8s

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.48.0...v0.48.1

v0.48.0

Compare Source

Modules affected

  • terraform
  • aws
  • helm
  • logger
  • http-helper
  • opa
  • docker

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.47.2...v0.47.3

v0.47.2

Compare Source

Modules affected

  • ssh
  • terraform

Description

  • Updated logging line in ssh module
  • Refined terraform output by removing unnecessary info lines
  • Update rexml dependency

Related links

Full Changelog: gruntwork-io/terratest@v0.47.1...v0.47.2

v0.47.1

Compare Source

Modules affected

  • aws
  • retry

Description

Special thanks

Special thanks to the following users for their contribution!

Related links

Full Changelog: gruntwork-io/terratest@v0.47.0...v0.47.1

v0.47.0

Compare Source

Modules affected

  • packer
  • aws
  • helm
  • azure

Description

  • Added support for Packer 1.10
  • Fixed error checking in Azure
  • Fixed tests and documentation for helm, aws, packer modules

Related links

v0.46.16

Compare Source

Description

  • Updated github.com/hashicorp/go-getter from 1.7.4 to 1.7.5.

Related links

v0.46.15

Compare Source

Description

Related links

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

v1.10.0

Compare Source

What's Changed
Functional Changes
Fixes

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.

👻 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.

@forking-renovate
Copy link

forking-renovate bot commented Aug 13, 2024

ℹ 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):

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

Details:

Package Change
go 1.21.0 -> 1.24.0
golang.org/x/oauth2 v0.20.0 -> v0.27.0
github.com/go-openapi/jsonpointer v0.20.0 -> v0.21.0
github.com/go-openapi/swag v0.22.4 -> v0.23.0
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/hashicorp/hcl/v2 v2.18.0 -> v2.22.0
github.com/hashicorp/terraform-config-inspect v0.0.0-20231204233900-a34142ec2a72 -> v0.0.0-20250731202709-e8a84eebd3e7
github.com/hashicorp/terraform-json v0.21.0 -> v0.26.0
github.com/tmccombs/hcl2json v0.6.0 -> v0.6.4
github.com/ulikunitz/xz v0.5.11 -> v0.5.14
github.com/zclconf/go-cty v1.14.1 -> v1.16.3
golang.org/x/crypto v0.21.0 -> v0.45.0
golang.org/x/mod v0.17.0 -> v0.29.0
golang.org/x/net v0.23.0 -> v0.47.0
golang.org/x/sync v0.4.0 -> v0.18.0
golang.org/x/sys v0.18.0 -> v0.38.0
golang.org/x/text v0.14.0 -> v0.31.0
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 -> v0.0.0-20250710124328-f3f2b991d03b
sigs.k8s.io/kustomize/kyaml v0.17.0 -> v0.20.1

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Aug 13, 2024
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 35da191 to 9ce87e6 Compare August 15, 2024 17:31
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 9ce87e6 to b1af2db Compare August 23, 2024 01:15
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 3 times, most recently from 18626c4 to 8f6e986 Compare September 6, 2024 13:27
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 2 times, most recently from 7228a6a to 75a1a26 Compare September 12, 2024 21:45
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 75a1a26 to a8a6083 Compare October 2, 2024 00:05
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from a8a6083 to da9c16e Compare October 9, 2024 06:27
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 2 times, most recently from adb4cd1 to 1ef0a1e Compare October 17, 2024 15:59
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 2 times, most recently from 5571857 to 1bce4bf Compare November 8, 2024 18:42
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 5 times, most recently from 858b03a to 2b9d794 Compare November 25, 2024 12:20
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 2b9d794 to 4a9968e Compare November 29, 2024 02:01
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 4a9968e to 17f8843 Compare December 6, 2024 02:20
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 4 times, most recently from 0755b52 to 3086118 Compare December 19, 2024 02:31
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 3086118 to 5cc908b Compare December 24, 2024 22:57
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 3 times, most recently from fda7f69 to 02dd897 Compare January 12, 2025 14:28
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from f39b625 to 2561409 Compare March 10, 2025 21:21
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 2 times, most recently from 3a413ad to 12d271e Compare March 21, 2025 01:00
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 4 times, most recently from d86f8a7 to cf0a918 Compare April 3, 2025 16:56
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 2 times, most recently from 4d36ed9 to 1283124 Compare April 11, 2025 00:44
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 3 times, most recently from ecc35e0 to b6a31c1 Compare May 1, 2025 00:26
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 6 times, most recently from bf69c13 to 582bd2d Compare May 8, 2025 21:42
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 5 times, most recently from e47ac3f to 0850b27 Compare May 20, 2025 18:06
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 0850b27 to aef66c5 Compare May 22, 2025 19:16
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 2 times, most recently from ecb6db1 to de8e585 Compare June 2, 2025 16:38
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 2 times, most recently from 9221140 to ebc29aa Compare June 8, 2025 08:03
@forking-renovate
Copy link

forking-renovate bot commented Dec 15, 2025

ℹ️ 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):

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

Details:

Package Change
go 1.21.0 -> 1.26
golang.org/x/oauth2 v0.20.0 -> v0.30.0
github.com/go-openapi/jsonpointer v0.20.0 -> v0.21.0
github.com/go-openapi/swag v0.22.4 -> v0.23.0
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/hashicorp/hcl/v2 v2.18.0 -> v2.22.0
github.com/hashicorp/terraform-config-inspect v0.0.0-20231204233900-a34142ec2a72 -> v0.0.0-20250828155816-225c06ed5fd9
github.com/hashicorp/terraform-json v0.21.0 -> v0.27.2
github.com/tmccombs/hcl2json v0.6.0 -> v0.6.4
github.com/ulikunitz/xz v0.5.11 -> v0.5.14
github.com/zclconf/go-cty v1.14.1 -> v1.16.4
golang.org/x/crypto v0.21.0 -> v0.45.0
golang.org/x/mod v0.17.0 -> v0.31.0
golang.org/x/sync v0.4.0 -> v0.18.0
golang.org/x/sys v0.18.0 -> v0.38.0
golang.org/x/text v0.14.0 -> v0.31.0
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 -> v0.0.0-20250910181357-589584f1c912
sigs.k8s.io/kustomize/kyaml v0.17.0 -> v0.21.0

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