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 deps #9544

Merged
merged 6 commits into from
Mar 11, 2024
Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/aiplatform v1.62.0 -> v1.62.2 age adoption passing confidence require patch
cloud.google.com/go/auth v0.1.0 -> v0.1.1 age adoption passing confidence require patch
cloud.google.com/go/pubsub v1.36.2 -> v1.37.0 age adoption passing confidence require minor
cloud.google.com/go/spanner v1.57.0 -> v1.58.0 age adoption passing confidence require minor
github.com/golang/protobuf v1.5.3 -> v1.5.4 age adoption passing confidence require patch
golang.org/x/net v0.21.0 -> v0.22.0 age adoption passing confidence require minor
golang.org/x/oauth2 v0.17.0 -> v0.18.0 age adoption passing confidence require minor
golang.org/x/tools v0.18.0 -> v0.19.0 age adoption passing confidence require minor
google.golang.org/api v0.167.0 -> v0.169.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api 37d4d3c -> a219d84 require digest
google.golang.org/genproto/googleapis/rpc 37d4d3c -> a219d84 require digest
google.golang.org/grpc v1.62.0 -> v1.62.1 age adoption passing confidence require patch
google.golang.org/protobuf v1.32.0 -> v1.33.0 age adoption passing confidence require minor

Release Notes

golang/protobuf (github.com/golang/protobuf)

v1.5.4

Compare Source

Notable changes

  • update descriptor.proto to latest version
googleapis/google-api-go-client (google.golang.org/api)

v0.169.0

Compare Source

Features

v0.168.0

Compare Source

Features
grpc/grpc-go (google.golang.org/grpc)

v1.62.1: Release 1.62.1

Compare Source

Bug Fixes

  • xds: fix a bug that results in no matching virtual host found RPC errors due to a difference between the target and LDS resource names (#​6997)
  • server: fixed stats handler data InPayload.Length for unary RPC calls (#​6766)
  • grpc: the experimental RecvBufferPool DialOption and ServerOption are now active during unary RPCs with compression (#​6766)
  • grpc: trim whitespaces in accept-encoding header before determining compressors
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.33.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.

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 click 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: storage/internal/benchmarks/go.sum
Command failed: go get -d -t ./...
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.21.0
go: downloading github.com/cloudprober/cloudprober v0.13.2
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.24.0
go: downloading go.opentelemetry.io/otel/bridge/opencensus v0.45.0
go: downloading go.opentelemetry.io/otel/sdk v1.24.0
go: downloading cloud.google.com/go/trace v1.10.5
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.45.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.22.0
main imports
	slices: package slices is not in GOROOT (/opt/containerbase/tools/golang/1.20.14/src/slices)

@renovate-bot renovate-bot requested review from jba, eliben, a team and shollyman as code owners March 11, 2024 01:42
@renovate-bot renovate-bot requested a review from cindy-peng March 11, 2024 01:43
@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 Mar 11, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 11, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2024
@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 Mar 11, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2024
Copy link

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2024
@noahdietz
Copy link
Contributor

Ran go mod tidy in storage/internal/benchmarks to deal with the renovate tidy issue.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2024
@noahdietz noahdietz added the automerge Merge the pull request once unit tests and other checks pass. label Mar 11, 2024
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 11, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2024
@noahdietz
Copy link
Contributor

Ran go mod tidy in storage/internal/benchmarks to deal with the renovate tidy issue.

Same thing for spanner/test/opentelemetry/test

@noahdietz noahdietz merged commit 3878315 into googleapis:main Mar 11, 2024
322 of 325 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
owlbot:run Add this label to trigger the Owlbot post processor.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants