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 google.golang.org/api from 0.35.0 to 0.37.0 in /exporter/stackdriverexporter #2211

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2021

Bumps google.golang.org/api from 0.35.0 to 0.37.0.

Release notes

Sourced from google.golang.org/api's releases.

google-api-go-client v0.37.0

Features

Bug Fixes

  • all: use CheckResponse for media downloads (#773) (39cbab0), refs #752
  • compute: don't tigger linter for field named Deprecated (#774) (d2bc921), refs #767
  • don't use markdown style links (#789) (09ddacb), refs #712
  • transport/grpc: check Compute Engine environment for DirectPath (#781) (89287b6)

google-api-go-client v0.36.0

Features

Bug Fixes

  • google-api-go-generator: add patch for compute mtls endpoint (#761) (445fe0b)
Changelog

Sourced from google.golang.org/api's changelog.

0.37.0 (2021-01-25)

Features

Bug Fixes

  • all: use CheckResponse for media downloads (#773) (39cbab0), refs #752
  • compute: don't tigger linter for field named Deprecated (#774) (d2bc921), refs #767
  • don't use markdown style links (#789) (09ddacb), refs #712
  • transport/grpc: check Compute Engine environment for DirectPath (#781) (89287b6)

0.36.0 (2020-12-03)

Features

Bug Fixes

  • google-api-go-generator: add patch for compute mtls endpoint (#761) (445fe0b)
Commits
  • 750e257 chore: release 0.37.0 (#769)
  • 65c7f05 feat(all): auto-regenerate discovery clients (#839)
  • 772720c feat(all): auto-regenerate discovery clients (#838)
  • 68fdc23 chore: switch to a pkg.go.dev badge (#835)
  • 808128a feat(all): auto-regenerate discovery clients (#836)
  • b356238 feat(all): auto-regenerate discovery clients (#834)
  • 92c5040 feat(all): auto-regenerate discovery clients (#833)
  • 99672a9 feat(all): auto-regenerate discovery clients (#831)
  • 8ee5fab feat(all): auto-regenerate discovery clients (#830)
  • e2c76f9 feat(all): auto-regenerate discovery clients (#829)
  • 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 requested a review from a team as a code owner January 28, 2021 01:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 28, 2021
@project-bot project-bot bot added this to In progress in Collector Jan 28, 2021
@codecov
Copy link

codecov bot commented Jan 28, 2021

Codecov Report

Merging #2211 (17fe3c1) into main (c1ddddf) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2211      +/-   ##
==========================================
+ Coverage   90.52%   90.55%   +0.02%     
==========================================
  Files         397      397              
  Lines       19690    19690              
==========================================
+ Hits        17825    17830       +5     
+ Misses       1405     1403       -2     
+ Partials      460      457       -3     
Flag Coverage Δ
integration 69.26% <ø> (-0.07%) ⬇️
unit 89.35% <ø> (+0.02%) ⬆️

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

Impacted Files Coverage Δ
exporter/signalfxexporter/dimensions/requests.go 92.15% <0.00%> (+9.80%) ⬆️

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 c1ddddf...17fe3c1. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/go_modules/exporter/stackdriverexporter/google.golang.org/api-0.37.0 branch from 799fc01 to ffba82c Compare January 28, 2021 20:18
dyladan referenced this pull request in dynatrace-oss-contrib/opentelemetry-collector-contrib Jan 29, 2021
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.5.3...v0.5.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bogdandrutu bogdandrutu force-pushed the dependabot/go_modules/exporter/stackdriverexporter/google.golang.org/api-0.37.0 branch from ffba82c to 17fe3c1 Compare January 29, 2021 22:18
Collector automation moved this from In progress to Reviewer approved Jan 29, 2021
@bogdandrutu bogdandrutu merged commit 8b0633d into main Jan 29, 2021
Collector automation moved this from Reviewer approved to Done Jan 29, 2021
@bogdandrutu bogdandrutu deleted the dependabot/go_modules/exporter/stackdriverexporter/google.golang.org/api-0.37.0 branch January 29, 2021 22:44
sumo-drosiek referenced this pull request in sumo-drosiek/opentelemetry-collector-contrib Feb 22, 2021
…orter/stackdriverexporter (#2211)

* build(deps): bump google.golang.org/api in /exporter/stackdriverexporter

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.35.0 to 0.37.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.35.0...v0.37.0)

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

* Run make gotidy

Signed-off-by: Bogdan Drutu <[email protected]>

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

* build(deps): bump google.golang.org/api in /exporter/stackdriverexporter

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.35.0 to 0.37.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.35.0...v0.37.0)

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

* Run make gotidy

Signed-off-by: Bogdan Drutu <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bogdan Drutu <[email protected]>
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
No open projects
Collector
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants