Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps google.golang.org/api from 0.110.0 to 0.111.0.

Release notes

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

v0.111.0

0.111.0 (2023-02-28)

Features

Changelog

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

0.111.0 (2023-02-28)

Features

Commits
  • e99d0d5 chore(main): release 0.111.0 (#1860)
  • 70d3954 feat(all): auto-regenerate discovery clients (#1875)
  • f32872c chore(all): update google.golang.org/genproto digest to 637eb22 (#1877)
  • c02cff6 feat(all): auto-regenerate discovery clients (#1873)
  • 7d34d41 feat(all): auto-regenerate discovery clients (#1872)
  • d456fd6 chore(deps): bump golang.org/x/net in /internal/kokoro/discogen (#1870)
  • b7ab21d chore(all): update all (#1868)
  • 7f5f40a feat(all): auto-regenerate discovery clients (#1866)
  • 4056319 chore(all): update module golang.org/x/net to v0.7.0 [SECURITY] (#1867)
  • 8b8b195 feat(all): auto-regenerate discovery clients (#1863)
  • 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)

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.110.0 to 0.111.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.110.0...v0.111.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels Mar 1, 2023
@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

Merging #25671 (59dc527) into master (3bff073) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #25671      +/-   ##
==========================================
- Coverage   72.82%   72.80%   -0.02%     
==========================================
  Files         775      775              
  Lines      102928   102928              
==========================================
- Hits        74956    74940      -16     
- Misses      26519    26533      +14     
- Partials     1453     1455       +2     
Flag Coverage Δ
go 53.95% <ø> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
sdks/go/pkg/beam/core/metrics/dumper.go 49.20% <0.00%> (-4.77%) ⬇️
.../python/apache_beam/testing/test_stream_service.py 88.09% <0.00%> (-4.77%) ⬇️
...che_beam/runners/interactive/interactive_runner.py 90.50% <0.00%> (-1.27%) ⬇️
...o/pkg/beam/runners/prism/internal/worker/worker.go 63.42% <0.00%> (-1.17%) ⬇️
sdks/python/apache_beam/io/localfilesystem.py 90.97% <0.00%> (-0.76%) ⬇️
sdks/python/apache_beam/transforms/combiners.py 93.05% <0.00%> (-0.39%) ⬇️
...hon/apache_beam/runners/worker/bundle_processor.py 94.10% <0.00%> (-0.24%) ⬇️
...ks/python/apache_beam/runners/worker/sdk_worker.py 89.30% <0.00%> (-0.16%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2023

Assigning reviewers. If you would like to opt out of this review, comment assign to next reviewer:

R: @damccorm for label go.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@damccorm
Copy link
Contributor

damccorm commented Mar 1, 2023

Run Go PostCommit

@damccorm damccorm merged commit e8d6902 into master Mar 1, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/sdks/google.golang.org/api-0.111.0 branch March 1, 2023 18:43
ruslan-ikhsan pushed a commit to akvelon/beam that referenced this pull request Mar 10, 2023
…5671)

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.110.0 to 0.111.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.110.0...v0.111.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
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 go Next Action: Reviewers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant