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/aws/aws-sdk-go from 1.40.27 to 1.40.30 #352

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2021

Bumps github.com/aws/aws-sdk-go from 1.40.27 to 1.40.30.

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.40.30 (2021-08-25)

Service Client Updates

  • service/datasync: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • Support added for IMDS IPv6 endpoint
  • service/eventbridge: Updates service API and documentation
  • service/events: Updates service API and documentation
    • AWS CWEvents adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
  • service/fms: Updates service API and documentation

SDK Bugs

  • private/protocol: Add support for parsing RFC 3339 timestamp without trailing Z
    • Adds support for parsing RFC 3339 timestamp but without the Z character, nor UTC offset.
    • Related to aws/aws-sdk-go-v2#1387

Release v1.40.29 (2021-08-24)

Service Client Updates

  • service/mediaconvert: Updates service API and documentation
    • AWS Elemental MediaConvert SDK has added MBAFF encoding support for AVC video and the ability to pass encryption context from the job settings to S3.
  • service/polly: Updates service API and documentation
    • Amazon Polly adds new New Zealand English voice - Aria. Aria is available as Neural voice only.
  • service/ssm: Updates service API
    • Updated Parameter Store property for logging improvements.
  • service/transcribe: Updates service API and documentation

SDK Enhancements

  • service/iotdataplane: Updated Publish with support for new Retain flag and added two new API operations: GetRetainedMessage, ListRetainedMessages.

Release v1.40.28 (2021-08-23)

Service Client Updates

  • service/apigateway: Updates service API and documentation
    • Adding some of the pending releases (1) Adding WAF Filter to GatewayResponseType enum (2) Ensuring consistent error model for all operations (3) Add missing BRE to GetVpcLink operation
  • service/backup: Updates service API, documentation, and paginators
  • service/dlm: Updates service API and documentation
  • service/dms: Updates service API and documentation
    • Amazon AWS DMS service now support Redis target endpoint migration. Now S3 endpoint setting is capable to setup features which are used to be configurable only in extract connection attributes.
  • service/frauddetector: Updates service API and documentation
  • service/glue: Updates service API, documentation, and paginators
    • Add support for Custom Blueprints
  • service/iotsitewise: Updates service documentation
Changelog

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

Release v1.40.30 (2021-08-25)

Service Client Updates

  • service/datasync: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • Support added for IMDS IPv6 endpoint
  • service/eventbridge: Updates service API and documentation
  • service/events: Updates service API and documentation
    • AWS CWEvents adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
  • service/fms: Updates service API and documentation

SDK Bugs

  • private/protocol: Add support for parsing RFC 3339 timestamp without trailing Z
    • Adds support for parsing RFC 3339 timestamp but without the Z character, nor UTC offset.
    • Related to aws/aws-sdk-go-v2#1387

Release v1.40.29 (2021-08-24)

Service Client Updates

  • service/mediaconvert: Updates service API and documentation
    • AWS Elemental MediaConvert SDK has added MBAFF encoding support for AVC video and the ability to pass encryption context from the job settings to S3.
  • service/polly: Updates service API and documentation
    • Amazon Polly adds new New Zealand English voice - Aria. Aria is available as Neural voice only.
  • service/ssm: Updates service API
    • Updated Parameter Store property for logging improvements.
  • service/transcribe: Updates service API and documentation

SDK Enhancements

  • service/iotdataplane: Updated Publish with support for new Retain flag and added two new API operations: GetRetainedMessage, ListRetainedMessages.

Release v1.40.28 (2021-08-23)

Service Client Updates

  • service/apigateway: Updates service API and documentation
    • Adding some of the pending releases (1) Adding WAF Filter to GatewayResponseType enum (2) Ensuring consistent error model for all operations (3) Add missing BRE to GetVpcLink operation
  • service/backup: Updates service API, documentation, and paginators
  • service/dlm: Updates service API and documentation
  • service/dms: Updates service API and documentation
    • Amazon AWS DMS service now support Redis target endpoint migration. Now S3 endpoint setting is capable to setup features which are used to be configurable only in extract connection attributes.
  • service/frauddetector: Updates service API and documentation
  • service/glue: Updates service API, documentation, and paginators
    • Add support for Custom Blueprints
  • service/iotsitewise: Updates service documentation
Commits

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)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.40.27 to 1.40.30.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go@v1.40.27...v1.40.30)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team August 25, 2021 22:09
@dependabot dependabot bot added semver:patch A change requiring a patch version bump type:dependency-upgrade A dependency upgrade labels Aug 25, 2021
@pivotal-david-osullivan pivotal-david-osullivan merged commit 9555089 into main Aug 26, 2021
@pivotal-david-osullivan pivotal-david-osullivan deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-1.40.30 branch August 26, 2021 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A change requiring a patch version bump type:dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant