Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2020

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file. go Pull requests that update Go code labels Sep 2, 2020
@nolte nolte merged commit 618f29d into develop Sep 3, 2020
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gruntwork-io/terratest-0.29.0 branch September 3, 2020 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file. go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant