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.34.0 to 1.34.5 #876

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/aws/aws-sdk-go from 1.34.0 to 1.34.5.

Release notes

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

Release v1.34.5 (2020-08-14)

Service Client Updates

  • service/appstream: Updates service API and documentation
    • Adds support for the Desktop View feature
  • service/braket: Updates service API
  • service/ec2: Updates service API
    • New C5ad instances featuring AMD's 2nd Generation EPYC processors, offering up to 96 vCPUs, 192 GiB of instance memory, 3.8 TB of NVMe based SSD instance storage, and 20 Gbps in Network bandwidth
  • service/license-manager: Updates service documentation
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker now supports 1) creating real-time inference endpoints using model container images from Docker registries in customers' VPC 2) AUC(Area under the curve) as AutoPilot objective metric

Release v1.34.4 (2020-08-13)

Service Client Updates

  • service/appsync: Updates service documentation
  • service/braket: Adds new service
  • service/cognito-idp: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • Added MapCustomerOwnedIpOnLaunch and CustomerOwnedIpv4Pool to ModifySubnetAttribute to allow CoIP auto assign. Fields are returned in DescribeSubnets and DescribeNetworkInterfaces responses.
  • service/eks: Updates service API and documentation
  • service/macie2: Updates service documentation
  • service/rds: Updates service API and documentation
    • This release allows customers to specify a replica mode when creating or modifying a Read Replica, for DB engines which support this feature.

Release v1.34.3 (2020-08-12)

Service Client Updates

  • service/cloud9: Updates service API and documentation
    • Add ConnectionType input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with SSM connection.
  • service/comprehend: Updates service documentation
  • service/ec2: Updates service API and documentation
    • Introduces support for IPv6-in-IPv4 IPsec tunnels. A user can now send traffic from their on-premise IPv6 network to AWS VPCs that have IPv6 support enabled.
  • service/fsx: Updates service API and documentation
  • service/iot: Updates service API, documentation, and paginators
    • Audit finding suppressions: Device Defender enables customers to turn off non-compliant findings for specific resources on a per check basis.
  • service/lambda: Updates service API and examples
    • Support for creating Lambda Functions using 'java8.al2' and 'provided.al2'
  • service/transfer: Updates service API, documentation, and paginators
    • Adds security policies to control cryptographic algorithms advertised by your server, additional characters in usernames and length increase, and FIPS compliant endpoints in the US and Canada regions.
  • service/workspaces: Updates service API and documentation
    • Adds optional EnableWorkDocs property to WorkspaceCreationProperties in the ModifyWorkspaceCreationProperties API

SDK Enhancements

  • codegen: Add XXX_Values functions for getting slice of API enums by type.
    • Fixes #3441 by adding a new XXX_Values function for each API enum type that returns a slice of enum values, e.g DomainStatus_Values.
  • aws/request: Update default retry to retry "use of closed network connection" errors (#3476)
Changelog

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

Release v1.34.5 (2020-08-14)

Service Client Updates

  • service/appstream: Updates service API and documentation
    • Adds support for the Desktop View feature
  • service/braket: Updates service API
  • service/ec2: Updates service API
    • New C5ad instances featuring AMD's 2nd Generation EPYC processors, offering up to 96 vCPUs, 192 GiB of instance memory, 3.8 TB of NVMe based SSD instance storage, and 20 Gbps in Network bandwidth
  • service/license-manager: Updates service documentation
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker now supports 1) creating real-time inference endpoints using model container images from Docker registries in customers' VPC 2) AUC(Area under the curve) as AutoPilot objective metric

Release v1.34.4 (2020-08-13)

Service Client Updates

  • service/appsync: Updates service documentation
  • service/braket: Adds new service
  • service/cognito-idp: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • Added MapCustomerOwnedIpOnLaunch and CustomerOwnedIpv4Pool to ModifySubnetAttribute to allow CoIP auto assign. Fields are returned in DescribeSubnets and DescribeNetworkInterfaces responses.
  • service/eks: Updates service API and documentation
  • service/macie2: Updates service documentation
  • service/rds: Updates service API and documentation
    • This release allows customers to specify a replica mode when creating or modifying a Read Replica, for DB engines which support this feature.

Release v1.34.3 (2020-08-12)

Service Client Updates

  • service/cloud9: Updates service API and documentation
    • Add ConnectionType input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with SSM connection.
  • service/comprehend: Updates service documentation
  • service/ec2: Updates service API and documentation
    • Introduces support for IPv6-in-IPv4 IPsec tunnels. A user can now send traffic from their on-premise IPv6 network to AWS VPCs that have IPv6 support enabled.
  • service/fsx: Updates service API and documentation
  • service/iot: Updates service API, documentation, and paginators
    • Audit finding suppressions: Device Defender enables customers to turn off non-compliant findings for specific resources on a per check basis.
  • service/lambda: Updates service API and examples
    • Support for creating Lambda Functions using 'java8.al2' and 'provided.al2'
  • service/transfer: Updates service API, documentation, and paginators
    • Adds security policies to control cryptographic algorithms advertised by your server, additional characters in usernames and length increase, and FIPS compliant endpoints in the US and Canada regions.
  • service/workspaces: Updates service API and documentation
    • Adds optional EnableWorkDocs property to WorkspaceCreationProperties in the ModifyWorkspaceCreationProperties API

SDK Enhancements

  • codegen: Add XXX_Values functions for getting slice of API enums by type.
    • Fixes #3441 by adding a new XXX_Values function for each API enum type that returns a slice of enum values, e.g DomainStatus_Values.
  • aws/request: Update default retry to retry "use of closed network connection" errors (#3476)
Commits
  • 3a4a852 Release v1.34.5 (2020-08-14)
  • 9a554c8 Release v1.34.4 (2020-08-13) (#3480)
  • 20cd465 Release v1.34.3 (2020-08-12) (#3479)
  • 10a6e5a service/ec2: Fix max retries with client customizations (#3465)
  • 2c957a8 aws/request: Allows "use of closed network connection" errors to be retryable...
  • 0d1f059 private/protocol/json/jsonutil: Fixes a bug that truncated millisecond precis...
  • f8f9d46 codegen: Export event stream constructor for easier mocking (#3473)
  • 88938cf private/model/api: Generate enum shape functions to retrieve all values (#3447)
  • 57dd90c Release v1.34.2 (2020-08-11) (#3475)
  • 375b496 Fixup typos in SDK documentation and examples. (#3469)
  • 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 the dependencies Pull requests that update a dependency file label Aug 17, 2020
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.34.0 to 1.34.5.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-go@v1.34.0...v1.34.5)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/aws/aws-sdk-go-1.34.5 branch from a21ffe8 to b2acd5b Compare August 17, 2020 07:51
@wata727 wata727 merged commit 7aafb3c into master Aug 17, 2020
@wata727 wata727 deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-1.34.5 branch August 17, 2020 07: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