trussworks / terraform-aws-wafv2

Creates a WAF using AWS WAFv2 and AWS Managed Rule Sets
https://registry.terraform.io/modules/trussworks/wafv2
Apache License 2.0
103 stars 58 forks source link

Bump github.com/gruntwork-io/terratest from 0.28.15 to 0.29.0 #10

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps github.com/gruntwork-io/terratest from 0.28.15 to 0.29.0.

Release notes

Sourced from github.com/gruntwork-io/terratest's releases.

v0.29.0

Modules affected

  • git

Description

  • git.GetCurrentBranchName will now return empty string when called from detached HEAD (previously this returned HEAD).

  • Added git.GetCurrentGitRef and git.GetCurrentGitRefE functions which will return:

    • Branch name - in case of non-detached state
    • Tag - in case of detached state and existing tag on commit
    • Commit SHA - in case of detached state and non existing tag on commit
  • Miscellaneous documentation fixes

Special thanks

Special thanks to the following users for their contribution!

Commits
  • c6844a8 Merge pull request #588 from colens3/feature/get-current-branch-name-update
  • 3ddda2e Switch to subtests instead of TestMain
  • b147f22 Merge pull request #585 from toshi0607/feature/upgrade-go-to-1.14
  • 9e7b858 Merge pull request #590 from polatengin/fix/azure-region-module-comment
  • 970fc69 misspelling in the comment fixed
  • 45c842a Added testMainWrapper so that defer can be used for temp repo removal
  • 902b320 Switch from command mock to execution actual commands on temp repo clone
  • fe824ae Update comment for GetCurrentBranchName methods
  • 7b98f5a Update modules/git/git.go
  • 543b13c Remove unnecessary docstring
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)