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.32.8 to 0.32.15 in /tests #7

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 22, 2021

Bumps github.com/gruntwork-io/terratest from 0.32.8 to 0.32.15.

Release notes

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

v0.32.15

Modules affected

  • k8s: Only tests are affected
  • git

Description

  • In k8s/replicaset_test.go: Some defers were moved to before some applys.
  • In git/git.go: Getting the current branch used to fail when there were no commits on the branch. Using git branch --show-current works when there are no commits, so this is now being used. But we still fallback to the older git rev-parse --abbrev-ref HEAD for users of older versions of git, and these users will still face the bug when there are no commits.

Special thanks

Special thanks to the following users for their contribution!

Related links

... (truncated)

Commits
  • 393f87d Merge pull request #786 from gruntwork-io/rho/branch-issue
  • d2a5f73 DRY the logic
  • 4503be4 Implement a fallback.
  • 6eb7597 Use git branch --show-current because it works when there are no commits.
  • a53c621 Move defer before the apply (#815)
  • 6f5944e [docker] Helper function to get exposed host ports for -P flag (#807)
  • f8ed0b6 Add configuration option for terraform plugin dir (#787)
  • 9bd5d84 Add replicaset helper functions (#804)
  • ad51245 Merge pull request #799 from alpacamybags118/rds_instance_type_fix
  • 5e4d2f8 see ya tfvars
  • 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 Mar 22, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 23, 2021

Superseded by #9.

@dependabot dependabot bot closed this Mar 23, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/tests/github.com/gruntwork-io/terratest-0.32.15 branch March 23, 2021 07:50
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.

0 participants