-
Notifications
You must be signed in to change notification settings - Fork 377
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
Bump the go-deps group with 4 updates #3705
base: master
Are you sure you want to change the base?
Conversation
Bumps the go-deps group with 4 updates: [google.golang.org/api](https://github.com/googleapis/google-api-go-client), [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto), [google.golang.org/grpc](https://github.com/grpc/grpc-go) and google.golang.org/protobuf. Updates `google.golang.org/api` from 0.210.0 to 0.212.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.210.0...v0.212.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241118233622-e639e219e697 to 0.0.0-20241206012308-a4fef0638583 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/grpc` from 1.68.1 to 1.69.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.68.1...v1.69.0) Updates `google.golang.org/protobuf` from 1.35.2 to 1.36.0 --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
/gcbrun |
Interesting failure, let me dig this in |
The protoc-gen-go update changes the automatically generated proto go files, which the presubmit test does not allow. The update goes beyond a simple version update, and actually changed the contents of the files, and code. Looking at the diff, I see:
|
They all look fine to me, though I don't really understand the impact of 1. I'll re-generate the protos in this PR to start with and make the tests pass. |
/gcbrun |
Would appreciate a second pair of eyes on this given the large diff! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed checking git diff is empty
in Cloud Build log.
Bumps the go-deps group with 4 updates: google.golang.org/api, google.golang.org/genproto/googleapis/rpc, google.golang.org/grpc and google.golang.org/protobuf.
Updates
google.golang.org/api
from 0.210.0 to 0.212.0Release notes
Sourced from google.golang.org/api's releases.
Changelog
Sourced from google.golang.org/api's changelog.
Commits
5b935e8
chore(main): release 0.212.0 (#2910)2884c4e
feat: pass through logging in options (#2923)ccc9019
feat: add logging support (#2856)4fd4833
feat(all): auto-regenerate discovery clients (#2922)ed29945
feat(all): auto-regenerate discovery clients (#2920)5a3b270
feat(all): auto-regenerate discovery clients (#2919)735a826
refactor: adapt code to get ready for adding logging (#2914)b46f348
feat(all): auto-regenerate discovery clients (#2916)4cdb1af
chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#2913)e1667c1
chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /internal/koko...Updates
google.golang.org/genproto/googleapis/rpc
from 0.0.0-20241118233622-e639e219e697 to 0.0.0-20241206012308-a4fef0638583Commits
Updates
google.golang.org/grpc
from 1.68.1 to 1.69.0Release notes
Sourced from google.golang.org/grpc's releases.
Commits
317271b
pickfirst: Register a health listener when used as a leaf policy (#7832)5565631
balancer/pickfirst: replace grpc.Dial with grpc.NewClient in tests (#7879)634497b
test: Split import paths for generated message and service code (#7891)78aa51b
pickfirst: Stop test servers without closing listeners (#7872)00272e8
dns: Support link local IPv6 addresses (#7889)17d08f7
scripts/gen-deps: filter out grpc modules (#7890)ab189b0
examples/features/csm_observability: Add xDS Credentials (#7875)3ce87dd
credentials/google: Add cloud-platform scope for ADC (#7887)3c0586a
stats/opentelemetry: Cleanup OpenTelemetry API's before stabilization (#7874)4c07bca
stream: add jitter to retry backoff in accordance with gRFC A6 (#7869)Updates
google.golang.org/protobuf
from 1.35.2 to 1.36.0Dependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions