Skip to content

Commit 1dec38f

Browse files
upgrade to latest dependencies (#935)
bumping google.golang.org/genproto/googleapis/api e9438ea...56aae31: > 56aae31 chore(all): update all (# 1190) > 5a70512 chore(all): remove toolchain from go.mod (# 1189) bumping knative.dev/pkg ed3e215...d5e74d2: > d5e74d2 Update community files (# 3174) > 757c99c Bump google.golang.org/grpc from 1.71.1 to 1.72.0 (# 3173) > a877090 Update community files (# 3171) bumping google.golang.org/genproto/googleapis/rpc e9438ea...56aae31: > 56aae31 chore(all): update all (# 1190) > 5a70512 chore(all): remove toolchain from go.mod (# 1189) bumping google.golang.org/grpc cdbdb75...a43eba6: > a43eba6 Change version to 1.72.0 (# 8218) > 48f48c1 balancer/pickfirstleaf: Avoid reading Address.Metadata (# 8227) (# 8259) > fd6f585 Cherry-pick # 8159 and # 8243 to v1.72.x (# 8255) > 79ca174 stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (# 8237) (# 8252) > 57a2605 xdsclient: fix TestServerFailureMetrics_BeforeResponseRecv test to wait for watch to start before stopping the listener (# 8217) > 5edab9e xdsclient: add grpc.xds_client.server_failure counter mertric (# 8203) > 78ba661 regenerate protos (# 8208) > 6819ed7 delegatingresolver: Stop calls into delegates once the parent resolver is closed (# 8195) > a51009d resolver: convert EndpointMap to use generics (# 8189) > b0d1203 resolver: create AddressMapV2 with generics to replace AddressMap (# 8187) > 43a4a84 internal/balancer/clusterimpl: replace testpb with testgrpc (# 8188) > d8924ac xds: fix support for load reporting in LOGICAL_DNS clusters (# 8170) > ce2fded xds: fix support for circuit breakers in LOGICAL_DNS clusters (# 8169) > eb744de resolver: Make EndpointMap's Get, Set and Delete operations O(1) (# 8179) > 8d8571e stats: Improved sequencing documentation for server-side stats events and added tests. (# 7885) > 0af5a16 grpc: fix bug causing an extra Read if a compressed message is the same size as the limit (# 8178) > 1703656 xds: generic xDS client transport channel and ads stream implementation (# 8144) > c27e6dc xdsclient: read bootstrap config before creating the first xDS client in DefaultPool (# 8164) > 1f6b0cf [Security] Add support for SPIFFE Bundle Maps in certificate providers (# 8167) > 775150f stats/opentelemetry: use TextMapProvider and TracerProvider from TraceOptions instead of otel global (# 8166) > d860daa example/features/retry: fix grpc.NewClient call in documentation (# 8163) > 75d4a60 [Security] Add support for parsing SPIFFE Bundle Maps (# 8124) > 5ac9042 balancer/rls: allow maxAge to exceed 5m if staleAge is set (# 8137) > bdba42f xds: emit resource-not-found logs at Warning level (# 8158) > a0a739f xds: ensure node ID is populated in errors from the server (# 8140) > 5668c66 resolver/manual: allow calling UpdateState with an un-Built resolver (# 8150) > 5199327 grpc: Add endpoints in resolverWrapper.NewAddresses (# 8149) > f49c747 balancer/pickfirst/pickfirstleaf: fix race condition in tests (# 8148) > af07815 xds: introduce generic xds clients xDS and LRS Client API signatures (# 8042) > 8c080da priority: Send and validate connection error in test (# 8143) > e8c412d *: Regenerate protos (# 8142) > 0914bba interop: Wait for server to become ready in alts interop tests (# 8141) > bffa4be xds: ensure xDS node ID is populated in errors from xds resolver and cds lb policy (# 8131) > 8ae4b7d clusterresolver: Lower log level when ExitIdle is called with no child (# 8133) > 0d6e39f transport: Send RST stream from the server when deadline expires (# 8071) > 7505bf2 xds: introduce simple grpc transport for generic xds clients (# 8066) > 01080d5 stats/openetelemetry: refactor and make e2e test stats verification deterministic (# 8077) > b0f5027 cleanup: replace dial with newclient (# 7970) > 52a257e cleanup: replace dial with newclient (# 7967) > d48317f github: change test action to cover the legacy pickfirst balancer (# 8129) > a510cf5 xds, pickfirst: Enable additional addresses in xDS, set new pick_first as default (# 8126) > e9c0617 xds: simplify code handling certain error conditions in the resolver (# 8123) > feaf942 cds: stop child policies on resource-not-found errors (# 8122) > dbf92b4 deps: update dependencies for all modules (# 8108) > aa629e0 balancergroup: Make closing terminal (# 8095) > e0ac3ac xdsclient: Add error type for NACKed resources (# 8117) > 65c6718 examples/features/dualstack: Demonstrate Dual Stack functionality (# 8098) > c75fc8e chore: enable early-return and unnecessary-stmt and useless-break from revive (# 8100) > c7db760 xdsclient: ensure xDS node ID in included in NACK and connectivity errors (# 8103) > 42fc25a weightedroundrobin: Move functions to manage Endpoint weights into a new internal package (# 8087) > 607565d Change version to 1.72.0-dev (# 8107) bumping knative.dev/hack c577ed9...c4037b0: > c4037b0 Update community files (# 423) > cfde8c9 Update community files (# 422) Signed-off-by: Knative Automation <[email protected]>
1 parent 250c6a1 commit 1dec38f

File tree

20 files changed

+400
-164
lines changed

20 files changed

+400
-164
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ require (
1010
k8s.io/client-go v0.32.2
1111
k8s.io/code-generator v0.32.2
1212
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7
13-
knative.dev/hack v0.0.0-20250331013814-c577ed9f7775
14-
knative.dev/pkg v0.0.0-20250415155312-ed3e2158b883
13+
knative.dev/hack v0.0.0-20250424013725-c4037b0fe56b
14+
knative.dev/pkg v0.0.0-20250424013628-d5e74d29daa3
1515
)
1616

1717
require (
@@ -68,9 +68,9 @@ require (
6868
golang.org/x/tools v0.32.0 // indirect
6969
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
7070
google.golang.org/api v0.183.0 // indirect
71-
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
72-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
73-
google.golang.org/grpc v1.71.1 // indirect
71+
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
72+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
73+
google.golang.org/grpc v1.72.0 // indirect
7474
google.golang.org/protobuf v1.36.6 // indirect
7575
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7676
gopkg.in/inf.v0 v0.9.1 // indirect

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -595,10 +595,10 @@ google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7Fc
595595
google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
596596
google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
597597
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
598-
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 h1:L9JNMl/plZH9wmzQUHleO/ZZDSN+9Gh41wPczNy+5Fk=
599-
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6/go.mod h1:iYONQfRdizDB8JJBybql13nArx91jcUk7zCXEsOofM4=
600-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 h1:2duwAxN2+k0xLNpjnHTXoMUgnv6VPSp5fiqTuwSxjmI=
601-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6/go.mod h1:8BS3B93F/U1juMFq9+EDk+qOT5CO1R9IzXxG3PTqiRk=
598+
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a h1:nwKuGPlUAt+aR+pcrkfFRrTU1BVrSmYyYMxYbUIVHr0=
599+
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a/go.mod h1:3kWAYMk1I75K4vykHtKt2ycnOgpA6974V7bREqbsenU=
600+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a h1:51aaUVRocpvUOSQKM6Q7VuoaktNIaMCLuhZB6DKksq4=
601+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a/go.mod h1:uRxBH1mhmO8PGhU89cMcHaXKZqO+OfakD8QQO0oYwlQ=
602602
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
603603
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
604604
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
@@ -612,8 +612,8 @@ google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3Iji
612612
google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
613613
google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
614614
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
615-
google.golang.org/grpc v1.71.1 h1:ffsFWr7ygTUscGPI0KKK6TLrGz0476KUvvsbqWK0rPI=
616-
google.golang.org/grpc v1.71.1/go.mod h1:H0GRtasmQOh9LkFoCPDu3ZrwUtD1YGE+b2vYBYd/8Ec=
615+
google.golang.org/grpc v1.72.0 h1:S7UkcVa60b5AAQTaO6ZKamFp1zMZSU0fGDK2WZLbBnM=
616+
google.golang.org/grpc v1.72.0/go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM=
617617
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
618618
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
619619
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
@@ -675,10 +675,10 @@ k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 h1:hcha5B1kVACrLujCKLbr8X
675675
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7/go.mod h1:GewRfANuJ70iYzvn+i4lezLDAFzvjxZYK1gn1lWcfas=
676676
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
677677
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
678-
knative.dev/hack v0.0.0-20250331013814-c577ed9f7775 h1:UstB8/aowofYFHjLyZdPh1K7qB9BCx+lP1WuiCspYRE=
679-
knative.dev/hack v0.0.0-20250331013814-c577ed9f7775/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
680-
knative.dev/pkg v0.0.0-20250415155312-ed3e2158b883 h1:UeOY7009M0EHwdyW3P35Fc1U6FJHzBrj6Gf370do8zY=
681-
knative.dev/pkg v0.0.0-20250415155312-ed3e2158b883/go.mod h1:ptwLYr04MAyeoRvhnhhz0FFkVZTdYJV2QWnw9sZyFSM=
678+
knative.dev/hack v0.0.0-20250424013725-c4037b0fe56b h1:7wJwP2kHheStB66MXGmb/OjGPlo7hQeiCEyH0OfonFM=
679+
knative.dev/hack v0.0.0-20250424013725-c4037b0fe56b/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
680+
knative.dev/pkg v0.0.0-20250424013628-d5e74d29daa3 h1:aMTq7kbVJQi+yBC8FZxJ+/EYgRvbn/n4d5kECCyW6nc=
681+
knative.dev/pkg v0.0.0-20250424013628-d5e74d29daa3/go.mod h1:aW3uFF4bZeHMiNDDxROPoFsPam9OiXHnIV2U/FGPXWc=
682682
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
683683
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
684684
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=

vendor/google.golang.org/grpc/balancer/base/balancer.go

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/grpc/balancer/endpointsharding/endpointsharding.go

Lines changed: 9 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/grpc/balancer/pickfirst/pickfirstleaf/pickfirstleaf.go

Lines changed: 19 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/grpc/binarylog/grpc_binarylog_v1/binarylog.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/grpc/clientconn.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)