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 #4456

Merged
merged 2 commits into from Jul 19, 2021
Merged

Conversation

renovate-bot
Copy link
Contributor

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

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
cloud.google.com/go require minor v0.86.0 -> v0.87.0
cloud.google.com/go/bigquery require minor v0.86.0 -> v0.87.0
cloud.google.com/go/datastore require minor v0.86.0 -> v0.87.0
cloud.google.com/go/firestore require minor v0.86.0 -> v0.87.0
cloud.google.com/go/internal/godocfx require digest 55d1ddc -> 1110dcf
cloud.google.com/go/logging require minor v0.86.0 -> v0.87.0
cloud.google.com/go/pubsublite require minor v0.86.0 -> v0.87.0
cloud.google.com/go/spanner require minor v0.86.0 -> v0.87.0
github.com/google/pprof require digest a478d1d -> 86eeefc
github.com/google/uuid require minor v1.2.0 -> v1.3.0
golang.org/x/tools require patch v0.1.4 -> v0.1.5

Release Notes

googleapis/google-cloud-go

v0.87.0

Compare Source

Features
  • container: allow updating security group on existing clusters (528ffc9)
  • monitoring/dashboard: added validation only mode when writing dashboards feat: added alert chart widget (652d7c2)
  • networkmanagment: start generating apiv1 (907592c)
  • secretmanager: Tune Secret Manager auto retry parameters (528ffc9)
  • video/transcoder: start generating apiv1 (907592c)
Bug Fixes
Miscellaneous Chores
google/uuid

v1.3.0

Compare Source

From Andrey Pechkurov:

Adds an optional randomness pool mode for Random (Version 4) UUID generation. The pool contains random bytes read from the random number generator on demand in batches. Enabling the pool may improve the UUID generation throughput significantly.

Since the pool is stored on the Go heap, this feature may be a bad fit for security sensitive applications. That's why it's implemented as an opt-in feature.

From Samuel Roth:

Added support for NullUUID

A NullUUID can be marked not valid (i.e., null) for use with JSON and the database/sql/driver.Scanner interfaces.

golang/tools

v0.1.5

Compare Source


Configuration

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

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 19, 2021 00:46
@renovate-bot renovate-bot requested a review from a team as a code owner July 19, 2021 00:46
@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 19, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 19, 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.6 bash -l -c "go get -d ./... && go mod tidy && go mod tidy"
go: cloud.google.com/go/bigquery@v0.87.0: reading cloud.google.com/go/bigquery/bigquery/go.mod at revision bigquery/v0.87.0: unknown revision bigquery/v0.87.0

@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 19, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 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 19, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 19, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 2021
@google-cla
Copy link

google-cla bot commented Jul 19, 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.

@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 19, 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 19, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 19, 2021
@codyoss codyoss removed the cla: no This human has *not* signed the Contributor License Agreement. label Jul 19, 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. labels Jul 19, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 66fa147 into googleapis:master Jul 19, 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 19, 2021
@renovate-bot renovate-bot deleted the renovate/all branch July 19, 2021 16:21
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