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

build(deps): Bump github.com/aws/aws-sdk-go from 1.36.33 to 1.37.1 in /exporter/awsxrayexporter #2244

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2021

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps github.com/aws/aws-sdk-go from 1.36.33 to 1.37.1.

Release notes

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

Release v1.37.1 (2021-01-29)

Service Client Updates

  • service/connect: Updates service API, documentation, and paginators
  • service/macie2: Updates service API and documentation
  • service/medialive: Updates service API and documentation
    • "AWS Elemental MediaLive now supports output to a private VPC. When this property is specified, the output will egress from a user specified VPC."
  • service/transcribe-streaming: Updates service API and documentation

SDK Bugs

  • service/lexmodelsv2: Add fix to send expected Content-Type header
    • Fixes the Amazon Lex Model Builder V2 API client to send the expected Content-Type of application/x-amz-json-1.1.

Release v1.37.0 (2021-01-28)

Service Client Updates

  • service/databrew: Updates service API and documentation
  • service/iot: Updates service documentation
    • Documentation updates for IoT DeleteOTAUpdate API
  • service/managedblockchain: Updates service API and documentation
  • service/monitoring: Updates service API and documentation
    • Update to SDK to support label time zones in CloudWatch GetMetricData
  • service/robomaker: Updates service API and documentation
  • service/wellarchitected: Updates service documentation

SDK Features

  • aws/credentials/ssocreds: Add support for AWS Single Sign-On (SSO) Credential Provider (#3755)
  • aws/session: Support has been added to resolve shared configuration profiles that are configured for AWS Single Sign-On (SSO) (#3755)
Changelog

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

Release v1.37.1 (2021-01-29)

Service Client Updates

  • service/connect: Updates service API, documentation, and paginators
  • service/macie2: Updates service API and documentation
  • service/medialive: Updates service API and documentation
    • "AWS Elemental MediaLive now supports output to a private VPC. When this property is specified, the output will egress from a user specified VPC."
  • service/transcribe-streaming: Updates service API and documentation

SDK Bugs

  • service/lexmodelsv2: Add fix to send expected Content-Type header
    • Fixes the Amazon Lex Model Builder V2 API client to send the expected Content-Type of application/x-amz-json-1.1.

Release v1.37.0 (2021-01-28)

Service Client Updates

  • service/databrew: Updates service API and documentation
  • service/iot: Updates service documentation
    • Documentation updates for IoT DeleteOTAUpdate API
  • service/managedblockchain: Updates service API and documentation
  • service/monitoring: Updates service API and documentation
    • Update to SDK to support label time zones in CloudWatch GetMetricData
  • service/robomaker: Updates service API and documentation
  • service/wellarchitected: Updates service documentation

SDK Features

  • aws/credentials/ssocreds: Add support for AWS Single Sign-On (SSO) Credential Provider (#3755)
  • aws/session: Support has been added to resolve shared configuration profiles that are configured for AWS Single Sign-On (SSO) (#3755)
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)

@dependabot dependabot bot requested review from anuraaga, kbrockhoff and a team as code owners February 1, 2021 06:05
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2021
@jrcamp jrcamp assigned anuraaga and unassigned jrcamp Feb 1, 2021
@codecov
Copy link

codecov bot commented Feb 1, 2021

Codecov Report

Merging #2244 (392e5c3) into main (c4f8898) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2244      +/-   ##
==========================================
+ Coverage   90.69%   90.70%   +0.01%     
==========================================
  Files         398      398              
  Lines       19758    19758              
==========================================
+ Hits        17919    17921       +2     
+ Misses       1379     1378       -1     
+ Partials      460      459       -1     
Flag Coverage Δ
integration 69.26% <ø> (ø)
unit 89.50% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
processor/groupbytraceprocessor/event.go 95.96% <0.00%> (-0.81%) ⬇️
receiver/carbonreceiver/transport/tcp_server.go 67.00% <0.00%> (+1.00%) ⬆️
receiver/k8sclusterreceiver/watcher.go 97.64% <0.00%> (+2.35%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c4f8898...392e5c3. Read the comment docs.

@bogdandrutu bogdandrutu merged commit 5f76550 into main Feb 1, 2021
@bogdandrutu bogdandrutu deleted the dependabot/go_modules/exporter/awsxrayexporter/github.com/aws/aws-sdk-go-1.37.1 branch February 1, 2021 20:45
kisieland referenced this pull request in kisieland/opentelemetry-collector-contrib Mar 16, 2021
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.33.2 to 1.34.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.33.2...v1.34.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pmatyjasek-sumo referenced this pull request in pmatyjasek-sumo/opentelemetry-collector-contrib Apr 28, 2021
…ter (#2244)

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.36.33 to 1.37.1.
- [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.36.33...v1.37.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants