-
Notifications
You must be signed in to change notification settings - Fork 103
fix(deps): update google.golang.org #998
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
base: main
Are you sure you want to change the base?
fix(deps): update google.golang.org #998
Conversation
/gcbrun |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #998 +/- ##
==========================================
+ Coverage 61.03% 64.09% +3.05%
==========================================
Files 56 57 +1
Lines 5903 6018 +115
==========================================
+ Hits 3603 3857 +254
+ Misses 2143 2000 -143
- Partials 157 161 +4 ☔ View full report in Codecov by Sentry. |
needs a |
bac2ca7
to
53812c6
Compare
53812c6
to
d360a35
Compare
ℹ Artifact update noticeFile name: e2e-test-server/cloud_functions/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: e2e-test-server/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/metric/collector/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/metric/exponential_histogram/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/metric/otlpgrpc/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/metric/sdk/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/trace/http/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/trace/otlpgrpc/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/trace/otlphttp/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/collector/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/collector/googlemanagedprometheus/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/collector/integrationtest/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/metric/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/trace/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/googleclientauthextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: internal/cloudmock/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c3f5ea4
to
54cb2de
Compare
c38646f
to
d5aa9ff
Compare
df04fce
to
5157735
Compare
c737531
to
a7000e8
Compare
67e3e44
to
85a849b
Compare
f050888
to
93a641f
Compare
f18ed43
to
0ccc314
Compare
9465904
to
f5e1136
Compare
c0e4e10
to
b3d922d
Compare
26f5c44
to
ff0c12f
Compare
ff0c12f
to
1c3f8a5
Compare
This PR contains the following updates:
v0.216.0
->v0.231.0
v0.216.0
->v0.231.0
5f5ef82
->10db94c
5f5ef82
->10db94c
5f5ef82
->10db94c
5f5ef82
->10db94c
1a7da9e
->10db94c
1a7da9e
->10db94c
5f5ef82
->10db94c
5f5ef82
->10db94c
9fdb1ca
->10db94c
1a7da9e
->10db94c
v1.69.4
->v1.72.0
v1.70.0
->v1.72.0
v1.70.0
->v1.72.0
v1.69.4
->v1.72.0
v1.36.5
->v1.36.6
v1.36.2
->v1.36.6
v1.36.2
->v1.36.6
v1.36.5
->v1.36.6
v1.36.3
->v1.36.6
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
googleapis/google-api-go-client (google.golang.org/api)
v0.231.0
Compare Source
Features
v0.230.0
Compare Source
Features
Bug Fixes
v0.229.0
Compare Source
Features
v0.228.0
Compare Source
Features
Bug Fixes
v0.227.0
Compare Source
Features
v0.226.0
Compare Source
Features
v0.225.0
Compare Source
Features
Bug Fixes
v0.224.0
Compare Source
Features
Bug Fixes
v0.223.0
Compare Source
Features
Bug Fixes
v0.222.0
Compare Source
Features
v0.221.0
Compare Source
Features
v0.220.0
Compare Source
Features
v0.219.0
Compare Source
Features
Documentation
v0.218.0
Compare Source
Features
Bug Fixes
v0.217.0
Compare Source
Features
grpc/grpc-go (google.golang.org/grpc)
v1.72.0
: Release 1.72.0Compare Source
Dependencies
API Changes
AddressMapV2
with generics to ultimately replaceAddressMap
. DeprecateAddressMap
for deletion (#8187)New Features
grpc.xds_client.server_failure
counter metric on xDS client to record connectivity errors (#8203)maxAge
to exceed 5 minutes ifstaleAge
is set in the LB policy configuration (#8137)GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST
tofalse
(case insensitive).Bug Fixes
Behavior Changes
Documentation
v1.71.1
: Release 1.71.1Compare Source
Bug Fixes
TextMapPropagator
andTracerProvider
fromTraceOptions
instead of OpenTelemetry globals (#8166)NewAddress
API (#8149)v1.71.0
: Release 1.71.0Compare Source
API Changes
MetricsRecorder
method onBalancer.ClientConn
instead of the removedBalancer.BuildOptions.MetricsRecorder
field to obtain a metrics recorder. (#8027)balancer.ClientConn
implementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#8026)New Features
GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false
. (#8134)DisableAutoReconnect
option will not attempt to callExitIdle
automatically on their children when the children report idle. (#8052)Bug Fixes
grpc.NewClient
so the target is resolvedConfiguration
📅 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.