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.10 to 0.28.12 #49

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2020

Bumps github.com/gruntwork-io/terratest from 0.28.10 to 0.28.12.

Release notes

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

v0.28.12

Modules affected

  • aws

Description

Adds several helper functions for AWS Secrets Manager:

  • CreateSecretStringWithDefaultKey() - creates a secret string using the default aws/secretsmanager CMK for encryption
  • GetSecretValue() - Get the value of a secret by friendly name or secret ARN.
  • DeleteSecret() - Delete a Secrets Manager secret, either immediately or after a 30 day recovery window

Related links

v0.28.11

Commits
  • bb69f3e Merge pull request #578 from gruntwork-io/secretsmanager-helpers
  • e02165d Incorporate review feedback
  • 8d8a5df Merge pull request #577 from gruntwork-io/instance-type-selector
  • 9e8515d Apply suggestions from code review
  • 81268c2 Update comments
  • 85e28b9 Use Go convention for var names
  • e3a5c9a Add helper functions for AWS Secrets Manager
  • a4b21ca Run goimports
  • 25a19ee Update docs
  • 5ce14e3 Fix typo. Remove newline.
  • 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 Aug 3, 2020
@nolte nolte merged commit cbc8d18 into develop Aug 7, 2020
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gruntwork-io/terratest-0.28.12 branch August 7, 2020 16:37
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