-
Notifications
You must be signed in to change notification settings - Fork 97
deps: update shared dependencies #2565
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
deps: update shared dependencies #2565
Conversation
/gcbrun |
/gcbrun |
206c61b
to
d590649
Compare
/gcbrun |
/gcbrun |
d590649
to
4e32fd7
Compare
/gcbrun |
/gcbrun |
1 similar comment
/gcbrun |
1c3b84f
to
aa25a64
Compare
/gcbrun |
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.
Note: there seems to be something breaking direct path
Edited/Blocked NotificationRenovate 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. |
Temporary fix to only plumb the mtlsEndpoint to the gRPCChannelProviders if this has been set with a non-null value. Validation will still go through if it is set with bogus values. Issue reported in googleapis/java-bigtable#2565 This seems to due to how Bigtable wrappers the generated stubs. BigTable manually calls setEndpoint to for the StubSettings, but does not do the equivalent for setMtlsEndpoint. The EndpointContext is only aware of the TLS endpoint and passes a null value to the ChannelProviders. Potential longer term fix: BigTable's wrappers would need to set the mTLS Endpoint. This would be needed for BigTable to support S2A. This does not impact any of BigTable's existing functionality as the endpoint resolution for all non-S2A flows is done via `setEndpoint()`.
This PR contains the following updates:
3.44.0
->3.46.2
1.53.0
->1.54.3
3.45.1
->3.46.2
Release Notes
googleapis/google-cloud-java (com.google.cloud:gapic-libraries-bom)
v1.54.3
Compare Source
This is the first release of google-cloud-spanneradapter:0.0.1.
v1.54.2
Compare Source
This is a patch release for google-cloud-managedkafka 0.16.1 release.
v1.54.1
Compare Source
This is a patch release for google-cloud-vertexai 1.20.1 release.
v1.54.0
Compare Source
⚠ BREAKING CHANGES
http_uri
is changed for methodDeployPublisherModel
in serviceModelGardenService
Features
2025030
(#987) (104305e)internal_metadata
to all resources to export all the metadata information that is used internally to serve the resource (104305e)past_locations
is added to message.maps.fleetengine.delivery.v1.DeliveryVehicle
(104305e)ja4
is added to messageEvent
(104305e)SeasonalOverride
is added (104305e)Bug Fixes
http_uri
is changed for methodDeployPublisherModel
in serviceModelGardenService
(104305e)http_uri
is changed for methodGetConsumerGroup
in serviceManagedKafka
(104305e)Documentation
name
in message.google.cloud.dialogflow.cx.v3beta1.Tool
is changed (104305e)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.