chore(deps): Update module github.com/gruntwork-io/terratest to v0.56.0#351
Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
Open
Conversation
ℹ Artifact update noticeFile name: infra/test/integration/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Collaborator
|
/gcbrun |
5688c34 to
fcb483e
Compare
Collaborator
|
/gcbrun |
fcb483e to
0cc04d6
Compare
Collaborator
|
/gcbrun |
0cc04d6 to
4d140ef
Compare
Collaborator
|
/gcbrun |
4d140ef to
c1e2a60
Compare
Collaborator
|
/gcbrun |
c1e2a60 to
8d78b87
Compare
Collaborator
|
/gcbrun |
8d78b87 to
2f01f4e
Compare
Collaborator
|
/gcbrun |
2f01f4e to
78d7057
Compare
Collaborator
|
/gcbrun |
78d7057 to
d9aa00b
Compare
Collaborator
|
/gcbrun |
d9aa00b to
aebc8ff
Compare
Collaborator
|
/gcbrun |
aebc8ff to
bb22da5
Compare
Collaborator
|
/gcbrun |
bb22da5 to
468df0c
Compare
Collaborator
|
/gcbrun |
468df0c to
0998497
Compare
Collaborator
|
/gcbrun |
ℹ️ Artifact update noticeFile name: infra/test/integration/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
0998497 to
16aea73
Compare
Collaborator
|
/gcbrun |
16aea73 to
f07a39f
Compare
Collaborator
|
/gcbrun |
f07a39f to
bff23c9
Compare
Collaborator
|
/gcbrun |
bff23c9 to
72d7f44
Compare
Collaborator
|
/gcbrun |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.50.0→v0.56.0Release Notes
gruntwork-io/terratest (github.com/gruntwork-io/terratest)
v0.56.0Compare Source
✨ New Features
CreateJobFromCronJobandCreateJobFromCronJobEadded.The
CreateJobFromCronJobandCreateJobFromCronJobEfunctions support creating Kubernetes cron jobs in a given namespace. This mirrors the behavior of thekubectl create job ... --from=cronjob/...command and provides a native way to trigger and testCronJobconfigurations within Terratest.Special thanks to @steffas for contributing this feature.
🐛 Bug Fixes
Preserve existing instance metadata in
SetMetadataUpdates the
newMetadatafunction to properly copy existing metadata items before applying new key-value pairs. This resolves an issue introduced in v0.55.0 where functions likeSetMetadataandAddSshKeywere 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
planWithChangesRegexpregular expression used byGetResourceCount. 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
CronJobto use thebatch/v1APIUpdates the
CronJobimplementation under the hood to use the stablebatch/v1API instead ofbatch/v1beta1. This restores compatibility with modern Kubernetes clusters, as the olderv1beta1API 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.modhas been updated to1.26.What's Changed
1.26by @yhakbar in #1667New Contributors
Full Changelog: gruntwork-io/terratest@v0.55.0...v0.56.0
v0.55.0Compare Source
What's Changed
Full Changelog: gruntwork-io/terratest@v0.54.0...v0.55.0
v0.54.0Compare Source
What's Changed
Full Changelog: gruntwork-io/terratest@v0.53.0...v0.54.0
v0.53.0Compare Source
What's Changed
InitAndValidateInputsE()by @particleflux in #1616Full Changelog: gruntwork-io/terratest@v0.52.0...v0.53.0
v0.52.0Compare Source
What's Changed
New Contributors
Full Changelog: gruntwork-io/terratest@v0.51.0...v0.52.0
v0.51.0Compare Source
What's Changed
terragrunt stack generateby @james00012 in #1562Full Changelog: gruntwork-io/terratest@v0.50.0...v0.51.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.
This PR was generated by Mend Renovate. View the repository job log.