Skip to content

Update module github.com/gruntwork-io/terratest to v0.56.0#25

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-gruntwork-io-terratest-0.x
Open

Update module github.com/gruntwork-io/terratest to v0.56.0#25
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-gruntwork-io-terratest-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2024

This PR contains the following updates:

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

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


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.

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

@renovate renovate bot requested review from a team as code owners August 30, 2024 13:52
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 30, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The go.mod file for the github.com/cloudposse/terratest-helpers module has been updated to reflect new versions of two dependencies. The version of github.com/gruntwork-io/terratest has been incremented from v0.47.0 to v0.47.1, and github.com/hashicorp/go-getter has been updated from v1.7.5 to v1.7.6. These updates typically address minor revisions such as bug fixes or improvements.

Changes

File Change Summary
go.mod Updated github.com/gruntwork-io/terratest from v0.47.0 to v0.47.1 and github.com/hashicorp/go-getter from v1.7.5 to v1.7.6.

Sequence Diagram(s)

sequenceDiagram
    participant A as User
    participant B as go.mod
    participant C as Dependencies

    A->>B: Update dependencies
    B->>C: Fetch new versions
    C-->>B: Return updated versions
    B-->>A: Confirm updates
Loading

Poem

🐰 In the meadow where I hop and play,
New versions come to brighten the day!
Terratest and getter, oh what a treat,
With fixes and tweaks, they can't be beat!
So let's dance and cheer, for changes so bright,
In our code's little world, everything feels right! 🌼


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between fc93beb and 675e42f.

Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
Files selected for processing (1)
  • go.mod (2 hunks)
Files skipped from review due to trivial changes (1)
  • go.mod

@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.47.1 Update module github.com/gruntwork-io/terratest to v0.47.2 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 675e42f to 3ef2671 Compare October 1, 2024 13:47
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 3ef2671 to 05b4cf1 Compare November 25, 2024 16:31
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.47.2 Update module github.com/gruntwork-io/terratest to v0.47.2 - autoclosed Dec 9, 2024
@renovate renovate bot closed this Dec 9, 2024
@renovate renovate bot deleted the renovate/github.com-gruntwork-io-terratest-0.x branch December 9, 2024 23:30
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.47.2 - autoclosed Update module github.com/gruntwork-io/terratest to v0.47.2 Dec 10, 2024
@renovate renovate bot reopened this Dec 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 05b4cf1 to 858e3e2 Compare December 10, 2024 18:40
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.47.2 Update module github.com/gruntwork-io/terratest to v0.48.0 Dec 10, 2024
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.48.0 Update module github.com/gruntwork-io/terratest to v0.48.1 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 858e3e2 to 8abca6b Compare December 18, 2024 01:51
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 8abca6b to e191ee1 Compare January 28, 2025 18:44
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.48.1 Update module github.com/gruntwork-io/terratest to v0.48.2 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from e191ee1 to 42fde3b Compare February 4, 2025 19:39
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 42fde3b to 68b35ed Compare February 13, 2025 14:09
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.48.2 Update module github.com/gruntwork-io/terratest to v0.48.2 - autoclosed Feb 18, 2025
@renovate renovate bot closed this Feb 18, 2025
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.48.2 - autoclosed Update module github.com/gruntwork-io/terratest to v0.48.2 Feb 19, 2025
@renovate renovate bot reopened this Feb 19, 2025
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch 2 times, most recently from 68b35ed to 9c649ec Compare February 19, 2025 05:06
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 9c649ec to ea3ef18 Compare March 6, 2025 13:30
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from ea3ef18 to d812314 Compare March 19, 2025 09:03
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.48.2 Update module github.com/gruntwork-io/terratest to v0.49.0 May 8, 2025
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch 2 times, most recently from 9c8c8e0 to e71b986 Compare May 12, 2025 19:05
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.49.0 Update module github.com/gruntwork-io/terratest to v0.50.0 Jun 15, 2025
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from e71b986 to 9995967 Compare June 15, 2025 18:59
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.50.0 Update module github.com/gruntwork-io/terratest to v0.51.0 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 9995967 to 795f295 Compare September 23, 2025 07:14
@renovate
Copy link
Contributor Author

renovate bot commented Sep 23, 2025

ℹ Artifact update notice

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

  • 16 additional dependencies were updated

Details:

Package Change
k8s.io/api v0.33.0 -> v0.34.0
k8s.io/apimachinery v0.33.0 -> v0.34.0
k8s.io/client-go v0.33.0 -> v0.34.0
github.com/fxamacker/cbor/v2 v2.8.0 -> v2.9.0
github.com/google/gnostic-models v0.6.9 -> v0.7.0
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
golang.org/x/crypto v0.37.0 -> v0.45.0
golang.org/x/term v0.31.0 -> v0.37.0
golang.org/x/text v0.24.0 -> v0.31.0
golang.org/x/tools v0.32.0 -> v0.38.0
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff -> v0.0.0-20250710124328-f3f2b991d03b
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 -> v0.0.0-20250604170112-4c0f3b243397
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 -> v0.0.0-20241014173422-cfa47c3a1cc8
sigs.k8s.io/yaml v1.4.0 -> v1.6.0
golang.org/x/sync v0.13.0 -> v0.18.0
golang.org/x/sys v0.32.0 -> v0.38.0

@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.51.0 Update module github.com/gruntwork-io/terratest to v0.52.0 Oct 27, 2025
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 795f295 to 2b8a3fd Compare October 27, 2025 03:34
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 2b8a3fd to 93fd00a Compare November 15, 2025 04:12
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.52.0 Update module github.com/gruntwork-io/terratest to v0.53.0 Nov 15, 2025
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.53.0 Update module github.com/gruntwork-io/terratest to v0.54.0 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 93fd00a to a3d374a Compare November 24, 2025 02:31
@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 2025

ℹ️ Artifact update notice

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

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

Details:

Package Change
go 1.24.2 -> 1.26
github.com/stretchr/testify v1.10.0 -> v1.11.1
k8s.io/api v0.33.0 -> v0.35.0
k8s.io/apimachinery v0.33.0 -> v0.35.0
k8s.io/client-go v0.33.0 -> v0.35.0
github.com/fxamacker/cbor/v2 v2.8.0 -> v2.9.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/gnostic-models v0.6.9 -> v0.7.0
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
golang.org/x/crypto v0.37.0 -> v0.45.0
golang.org/x/mod v0.24.0 -> v0.29.0
golang.org/x/net v0.39.0 -> v0.47.0
golang.org/x/oauth2 v0.29.0 -> v0.30.0
golang.org/x/tools v0.32.0 -> v0.38.0
google.golang.org/protobuf v1.36.6 -> v1.36.8
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff -> 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.4.0 -> v1.6.0
github.com/spf13/pflag v1.0.6 -> v1.0.9
golang.org/x/sync v0.13.0 -> v0.18.0
golang.org/x/sys v0.32.0 -> v0.38.0

@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.54.0 Update module github.com/gruntwork-io/terratest to v0.55.0 Jan 14, 2026
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from a3d374a to 968656a Compare January 14, 2026 06:55
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 968656a to 26e2b71 Compare February 13, 2026 18:56
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.55.0 Update module github.com/gruntwork-io/terratest to v0.56.0 Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants