dependabot[bot] opened a new pull request, #65:
URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/65
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.49.0
to 1.56.3.
Release notes
Sourced from https://github.com/grpc/grpc-go/releases";>google.golang.org/grpc's
releases.
Release 1.56.3
Security
server: prohibit more than MaxConcurrentStreams handlers from running at
once (CVE-2023-44487)
In addition to this change, applications should ensure they do not leave
running tasks behind related to the RPC before returning from method handlers,
or should enforce appropriate limits on any such work.
Release 1.56.2
status: To fix a panic, status.FromError now returns an
error with codes.Unknown when the error implements the
GRPCStatus() method, and calling GRPCStatus() returns
nil. (https://redirect.github.com/grpc/grpc-go/issues/6374";>#6374)
Release 1.56.1
client: handle empty address lists correctly in addrConn.updateAddrs
Release 1.56.0
New Features
client: support channel idleness using WithIdleTimeout dial
option (https://redirect.github.com/grpc/grpc-go/issues/6263";>#6263)
This feature is currently disabled by default, but will be enabled with
a 30 minute default in the future.
client: when using pickfirst, keep channel state in TRANSIENT_FAILURE
until it becomes READY (https://github.com/grpc/proposal/blob/master/A62-pick-first.md";>gRFC
A62) (https://redirect.github.com/grpc/grpc-go/issues/6306";>#6306)
xds: Add support for Custom LB Policies (https://github.com/grpc/proposal/blob/master/A52-xds-custom-lb-policies.md";>gRFC
A52) (https://redirect.github.com/grpc/grpc-go/issues/6224";>#6224)
xds: support pick_first Custom LB policy (https://github.com/grpc/proposal/blob/master/A62-pick-first.md";>gRFC
A62) (https://redirect.github.com/grpc/grpc-go/issues/6314";>#6314) (https://redirect.github.com/grpc/grpc-go/issues/6317";>#6317)
client: add support for pickfirst address shuffling (https://github.com/grpc/proposal/blob/master/A62-pick-first.md";>gRFC
A62) (https://redirect.github.com/grpc/grpc-go/issues/6311";>#6311)
xds: Add support for String Matcher Header Matcher in RDS (https://redirect.github.com/grpc/grpc-go/issues/6313";>#6313)
xds/outlierdetection: Add Channelz Logger to Outlier Detection LB (https://redirect.github.com/grpc/grpc-go/issues/6145";>#6145)
Special Thanks: https://github.com/s-matyukevich";>@s-matyukevich
xds: enable RLS in xDS by default (https://redirect.github.com/grpc/grpc-go/issues/6343";>#6343)
orca: add support for application_utilization field and missing range
checks on several metrics setters
balancer/weightedroundrobin: add new LB policy for balancing between
backends based on their load reports (https://github.com/grpc/proposal/blob/master/A58-client-side-weighted-round-robin-lb-policy.md";>gRFC
A58) (https://redirect.github.com/grpc/grpc-go/issues/6241";>#6241)
authz: add conversion of json to RBAC Audit Logging config (https://redirect.github.com/grpc/grpc-go/issues/6192";>#6192)
authz: add support for stdout logger (https://redirect.github.com/grpc/grpc-go/issues/6230";>#6230 and https://redirect.github.com/grpc/grpc-go/issues/6298";>#6298)
authz: support customizable audit functionality for authorization policy
(https://redirect.github.com/grpc/grpc-go/issues/6192";>#6192 https://redirect.github.com/grpc/grpc-go/issues/6230";>#6230 https://redirect.github.com/grpc/grpc-go/issues/6298";>#6298 https://redirect.github.com/grpc/grpc-go/issues/6158";>#6158 https://redirect.github.com/grpc/grpc-go/issues/6304";>#6304 and https://redirect.github.com/grpc/grpc-go/issues/6225";>#6225)
Bug Fixes
orca: fix a race at startup of out-of-band metric subscriptions that
would cause the report interval to request 0 (https://redirect.github.com/grpc/grpc-go/issues/6245";>#6245)
xds/xdsresource: Fix Outlier Detection Config Handling and correctly set
xDS Defaults (https://redirect.github.com/grpc/grpc-go/issues/6361";>#6361)
xds/outlierdetection: Fix Outlier Detection Config Handling by setting
defaults in ParseConfig() (https://redirect.github.com/grpc/grpc-go/issues/6361";>#6361)
API Changes
orca: allow a ServerMetricsProvider to be passed to the ORCA service and
ServerOption (https://redirect.github.com/grpc/grpc-go/issues/6223";>#6223)
Release 1.55.1
status: To fix a panic, status.FromError now returns an
error with codes.Unknown when the error implements the
GRPCStatus() method, and calling GRPCStatus() returns
nil. (https://redirect.github.com/grpc/grpc-go/issues/6374";>#6374)
Release 1.55.0
Behavior Changes
xds: enable federation support by default (https://redirect.github.com/grpc/grpc-go/issues/6151";>#6151)
status: status.Code and status.FromError
handle wrapped errors (https://redirect.github.co