fix(deps): update module github.com/gruntwork-io/terratest to v0.36.0 #243
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.35.7
->v0.36.0
Release Notes
gruntwork-io/terratest
v0.36.0
Compare Source
Modules affected
aws
terraform
[BACKWARD INCOMPATIBLE]test-structure
[BACKWARD INCOMPATIBLE]Description
Continue searching when we get a deleted bucket. Sometimes,
ListBuckets
will return buckets that have been deleted, but haven't actually been removed yet. This causesGetBucketTagging
to returnNoSuchBucket
, and the function to return without checking any remaining buckets (which could be the one we actually want). This change ensures that whenNoSuchBucket
is returned, searching will continue.Copy validated Terraform to /tmp to avoid conflict. Various backward incompatible fixes and improvements for the
ValidateAllTerraformModules
function:Always copy Terraform configurations to be validated to a temp directory first to avoid conflicts with tests that do not copy their modules to temp directories
Fix an issue causing
FindTerraformModulePathsInRootE
to incorrectly return.terraform
hidden directories, leading to excess work or possible false positivesFor consistency's sake and to avoid an import cycle error when leveraging the
CopyTerraformModuleToTemp
function, move theValidateAllTerraformModules
function from theterraform
package to thetest_structure
packageSpecial thanks
Special thanks to the following users for their contribution!
Related links
Configuration
📅 Schedule: "every weekday,after 9am and before 5pm" in timezone America/Los_Angeles.
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.