fix(deps): update module github.com/gruntwork-io/terratest to v0.56.0#425
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update module github.com/gruntwork-io/terratest to v0.56.0#425renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
a072591 to
2ed7053
Compare
2ed7053 to
7bb5232
Compare
7bb5232 to
baac9e4
Compare
baac9e4 to
f4db73e
Compare
f4db73e to
f239956
Compare
f239956 to
bbb6b88
Compare
bbb6b88 to
6b0ceb4
Compare
6b0ceb4 to
693d04c
Compare
693d04c to
25351f8
Compare
25351f8 to
c9b9545
Compare
a161fbd to
c6823a1
Compare
c6823a1 to
5e51d6d
Compare
5e51d6d to
838e509
Compare
838e509 to
b6e8ce7
Compare
0e48df9 to
d161f9a
Compare
d161f9a to
6240835
Compare
6240835 to
43623ab
Compare
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum |
Contributor
Author
|
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.40.7→v0.56.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
chart/<chart-name>Release 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
v0.50.0Compare Source
What's Changed
terragrunt stack initby @james03160927 in #1560New Contributors
Full Changelog: gruntwork-io/terratest@v0.49.0...v0.50.0
v0.49.0Compare Source
Modules affected
terraformhelmazureawsk8sloggerpackerWhat's Changed
New Contributors
Full Changelog: gruntwork-io/terratest@v0.48.2...v0.49.0
v0.48.2Compare Source
Modules affected
shellawsgcpterraformk8sazuredatabaseWhat's Changed
RunCommandAndGetStdOutErrby @james03160927S3BucketServerSideEncryptionby @james03160927stderrintostdoutby @g7rrequest-timeoutoptions forkubectlby @james03160927GetAllParametersOfRdsInstanceby @james03160927golang.org/x/cryptofrom 0.29.0 to 0.31.0 by @dependabotgolang.org/x/netfrom 0.31.0 to 0.33.0 by @dependabotHasSuffixto check for suffixes by @amangaleNew Contributors
Full Changelog: gruntwork-io/terratest@v0.48.1...v0.48.2
v0.48.1Compare Source
Modules affected
helmazureawsk8sWhat's Changed
New Contributors
Full Changelog: gruntwork-io/terratest@v0.48.0...v0.48.1
v0.48.0Compare Source
Modules affected
terraformawshelmloggerhttp-helperopadockerWhat's Changed
LogandLogfthreadsafe by @james03160927 in #1467mastertomainwherever it's referenced by @yhakbar in #1476New Contributors
Full Changelog: gruntwork-io/terratest@v0.47.2...v0.47.3
v0.47.2Compare Source
Modules affected
sshterraformDescription
Related links
Full Changelog: gruntwork-io/terratest@v0.47.1...v0.47.2
v0.47.1Compare Source
Modules affected
awsretryDescription
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.0Compare Source
Modules affected
packerawshelmazureDescription
Related links
v0.46.16Compare Source
Description
github.com/hashicorp/go-getterfrom 1.7.4 to 1.7.5.Related links
v0.46.15Compare Source
Description
0.17.0to0.23.0.Related links
v0.46.14Compare Source
Modules affected
opaDescription
Related links
v0.46.13Compare Source
Modules affected
dockerDescription
github.com/docker/dockerfrom24.0.7+incompatibleto24.0.9+incompatibleRelated links
v0.46.12Compare Source
Description
Related links
v0.46.11Compare Source
Modules affected
awsDescription
GetAmazonLinuxAmiEto search for Amazon Linux 2 AMIsRelated links
v0.46.10Compare Source
Modules affected
test-structuregitDescription
runValidateOnAllTerraformModulesfunction, which is used under the hood byValidateAllTerraformModulesandOPAEvalAllTerraformModules, to:git.GetRepoRootForDirE, instead of a hard-coded../../file path.Related links
v0.46.9Compare Source
Modules affected
helmDescription
Special thanks
Special thanks to the following users for their contribution!
Related links
v0.46.8Compare Source
Modules affected
k8sDescription
k8s.io/apimachineryfromv0.27.2tov0.28.4.k8s.io/client-gofromv0.27.2tov0.28.4.Special thanks
Special thanks to the following users for their contribution!
Related links
v0.46.7Compare Source
Modules affected
http-helperDescription
nilbody inhttp-helper.Special thanks
Special thanks to the following users for their contribution!
Related links
v0.46.6Compare Source
Modules affected
helmDescription
--repo optionsto the helm test featureSpecial thanks
Special thanks to the following users for their contribution!
Related links
v0.46.5Compare Source
Modules affected
k8sDescription
RestConfigfield to extend auth options for Kubernetes client.Special thanks
Special thanks to the following users for their contribution!
Related links
v0.46.4Compare Source
Description
github.com/docker/dockerfrom20.10.7+incompatibleto24.0.7+incompatibleRelated links
v0.46.3Compare Source
Description
google.golang.org/grpcfrom1.51.0to1.56.3Related links
v0.46.2Compare Source
If you want to rebase/retry this PR, check this boxThis PR was generated by Mend Renovate. View the repository job log.