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

chore(all): update all #4376

Merged
merged 2 commits into from Jul 7, 2021

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 5, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
cloud.google.com/go require minor v0.84.0 -> v0.86.0
cloud.google.com/go/bigquery require minor v0.84.0 -> v0.86.0
cloud.google.com/go/datastore require minor v0.84.0 -> v0.86.0
cloud.google.com/go/firestore require minor v0.84.0 -> v0.86.0
cloud.google.com/go/internal/godocfx require digest 1672234 -> 55d1ddc
cloud.google.com/go/logging require minor v0.84.0 -> v0.86.0
cloud.google.com/go/pubsublite require minor v0.84.0 -> v0.86.0
cloud.google.com/go/spanner require minor v0.84.0 -> v0.86.0
github.com/yuin/goldmark require minor v1.3.9 -> v1.4.0
golang.org/x/sys require digest 59db8d7 -> 0f9fa26
google.golang.org/grpc require minor v1.38.0 -> v1.39.0

Release Notes

googleapis/google-cloud-go

v0.86.0

Compare Source

Features
  • bigquery managedwriter: schema conversion support (#​4357) (f2b20f4)
  • compute: generate apiv1 as an alpha client

v0.85.0

Compare Source

Features
  • dataflow: start generating apiv1beta3 (cfee361)
  • datastream: start generating apiv1alpha1 (cfee361)
  • dialogflow: added Automated agent reply type and allow cancellation flag for partial response feature. (5a9c6ce)
  • documentai: update document.proto, add the processor management methods. (5a9c6ce)
  • eventarc: start generating apiv1 (cfee361)
  • gkehub: added v1alpha messages and client for gkehub (8fb4649)
  • internal/godocfx: add support for other modules (#​4290) (d52bae6)
  • internal/godocfx: different metadata for different modules (#​4297) (598f5b9)
  • internal: add force option for regen (#​4310) (de654eb)
  • servicecontrol: Added the gRPC service config for the Service Controller v1 API docs: Updated some comments. (8fb4649)
  • workflows/executions: start generating apiv1 (cfee361)
Bug Fixes
  • internal: add autogenerated header to snippets (#​4261) (2220787), refs #​4260
  • internal: fix googleapis-disco regen (#​4354) (aeea1ce)
  • kms: replace IAMPolicy mixin in service config. (5a9c6ce)
  • security/privateca: Fixed casing of the Ruby namespace (5a9c6ce)
yuin/goldmark

v1.4.0

Compare Source

grpc/grpc-go

v1.39.0

Compare Source

Behavior Changes

  • csds: return empty response if xds client is not set (#​4505)
  • metadata: convert keys to lowercase in FromContext() (#​4416)

New Features

  • xds: add GetServiceInfo to GRPCServer (#​4507)
  • xds: add test-only injection of xds config to client and server (#​4476)
  • server: allow PreparedMsgs to work for server streams (#​3480)

Performance Improvements

  • transport: remove decodeState from client & server to reduce allocations (#​4423)

Bug Fixes

  • server: return UNIMPLEMENTED on receipt of malformed method name (#​4464)
  • xds/rds: use 100 as default weighted cluster totalWeight instead of 0 (#​4439)
  • transport: unblock read throttling when controlbuf exits (#​4447)
  • client: fix status code to return Unavailable for servers shutting down instead of Unknown (#​4561)

Documentation

  • doc: fix broken benchmark dashboard link in README.md (#​4503)
  • example: improve hello world server with starting msg (#​4468)
  • client: Clarify that WaitForReady will block for CONNECTING channels (#​4477)

v1.38.1

Compare Source

internal/transport: do not mask ConnectionError (#​4561)


Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team July 5, 2021 00:36
@renovate-bot renovate-bot requested a review from a team as a code owner July 5, 2021 00:36
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 5, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 5, 2021
@forking-renovate
Copy link

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: internal/generated/snippets/go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/googleapis/google-cloud-go":"/mnt/renovate/gh/googleapis/google-cloud-go" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e GOFLAGS -e CGO_ENABLED -w "/mnt/renovate/gh/googleapis/google-cloud-go/internal/generated/snippets" docker.io/renovate/go:1.16.5 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: cloud.google.com/go/bigquery@v0.86.0: reading cloud.google.com/go/bigquery/bigquery/go.mod at revision bigquery/v0.86.0: unknown revision bigquery/v0.86.0

@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 5, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 5, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 5, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 5, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 5, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 6, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 6, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 6, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 7, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 7, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 7, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 7, 2021
@google-cla
Copy link

google-cla bot commented Jul 7, 2021

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 7, 2021
@google-cla google-cla bot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels Jul 7, 2021
@codyoss codyoss added cla: yes This human has signed the Contributor License Agreement. automerge Merge the pull request once unit tests and other checks pass. and removed cla: no This human has *not* signed the Contributor License Agreement. labels Jul 7, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 7, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 028adca into googleapis:master Jul 7, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants