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/hashicorp/aws-sdk-go-base from 0.4.0 to 0.5.0 #793

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 8, 2020

Bumps github.com/hashicorp/aws-sdk-go-base from 0.4.0 to 0.5.0.

Changelog

Sourced from github.com/hashicorp/aws-sdk-go-base's changelog.

v0.5.0 (June 4, 2020)

BREAKING CHANGES

  • Credential ordering has changed from static, environment, shared credentials, EC2 metadata, default AWS Go SDK (shared configuration, web identity, ECS, EC2 Metadata) to static, environment, shared credentials, default AWS Go SDK (shared configuration, web identity, ECS, EC2 Metadata). #20
  • The AWS_METADATA_TIMEOUT environment variable no longer has any effect as we now depend on the default AWS Go SDK EC2 Metadata client timeout of one second with two retries. #20 / #44

ENHANCEMENTS

  • Always enable AWS shared configuration file support (no longer require AWS_SDK_LOAD_CONFIG environment variable) #38
  • Automatically expand ~ prefix for home directories in shared credentials filename handling #40
  • Support assume role duration, policy ARNs, tags, and transitive tag keys via configuration #39
  • Add CannotAssumeRoleError and NoValidCredentialSourcesError error types with helpers #42

BUG FIXES

  • Properly use custom STS endpoint during AssumeRole API calls triggered by Terraform AWS Provider and S3 Backend configurations #32
  • Properly use custom EC2 metadata endpoint during API calls triggered by fallback credentials lookup #32
  • Prefer shared configuration handling over EC2 metadata #20
  • Prefer ECS credentials over EC2 metadata #20
  • Remove hardcoded AWS Provider messaging in error messages #31 / #42
Commits
  • a372308 Set v0.5.0 release date in CHANGELOG
  • 8a8940f Clarify #20 breaking change entry after #44
  • 2907a7c Update CHANGELOG for #44
  • 80329fe Fix SkipMetadataApiCheck and remove now extraneous GetCredentialsFromMetadata...
  • 88efb0a Update CHANGELOG for #31 / #42
  • d39283b Introduce Go 1.13 compatible error types (#42)
  • 54bff5e Mock and verify Web Identity Token support (STS AssumeRoleWithWebIdentity) (#41)
  • 0bf1934 Update CHANGELOG for #39
  • 5659c74 Implement configuration assume role duration, policy ARNs, tags, and transiti...
  • e4bc6c2 Update CHANGELOG for #40
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 8, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/hashicorp/aws-sdk-go-base-0.5.0 branch 2 times, most recently from 43d3e6d to f984bb5 Compare June 18, 2020 20:27
@bendrucker
Copy link
Member

@dependabot rebase

Bumps [github.com/hashicorp/aws-sdk-go-base](https://github.com/hashicorp/aws-sdk-go-base) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/hashicorp/aws-sdk-go-base/releases)
- [Changelog](https://github.com/hashicorp/aws-sdk-go-base/blob/master/CHANGELOG.md)
- [Commits](hashicorp/aws-sdk-go-base@v0.4.0...v0.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/hashicorp/aws-sdk-go-base-0.5.0 branch from f984bb5 to e546230 Compare June 18, 2020 21:07
@bendrucker bendrucker merged commit bb1008a into master Jun 18, 2020
@bendrucker bendrucker deleted the dependabot/go_modules/github.com/hashicorp/aws-sdk-go-base-0.5.0 branch June 18, 2020 23:58
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant