Commit 4a89a3f
authored
upgrade to latest dependencies (#416)
bumping knative.dev/client/pkg fcc5f74...091f886:
> 091f886 upgrade to latest dependencies (# 2036)
> a9ce99e upgrade to latest dependencies (# 2035)
> dc1ccfa upgrade to latest dependencies (# 2027)
bumping knative.dev/serving 5765200...4299272:
> 4299272 upgrade to latest dependencies (# 16025)
> ace7258 [release-1.19] Fix queue proxy user metrics port (# 16021)
> b828280 fix a tracing protocol comment (# 16016)
bumping golang.org/x/net 6e41cae...e74bc31:
> e74bc31 go.mod: update golang.org/x dependencies
> af6926e http2: remove references to defunct http2.golang.org test server
> 76358aa go.mod: update golang.org/x dependencies
bumping golang.org/x/sync 8a14946...7fad2c9:
> 7fad2c9 errgroup: revert propagation of panics
bumping google.golang.org/grpc c52d025...b9788ef:
> b9788ef Change version to 1.75.0 (# 8493)
> 2bd74b2 credentials: fix behavior of grpc.WithAuthority and credential handshake precedence (# 8488)
> 9fa3267 xds: remove xds client fallback environment variable (# 8482)
> 62ec29f grpc: Fix cardinality violations in non-client streaming RPCs. (# 8385)
> 85240a5 stats: change non-standard units to annotations (# 8481)
> ac13172 update deps (# 8478)
> 0a895bc examples/opentelemetry: use experimental metrics in example (# 8441)
> 8b61e8f xdsclient: do not process updates from closed server channels (# 8389)
> 7238ab1 Allow empty nodeID (# 8476)
> 9186ebd cleanup: use slices.Equal to simplify code (# 8472)
> 55e8b90 protoc-gen-go-grpc: bump golang.org/x/net (# 8458)
> e1f69d8 xdsclient: delay resource cache deletion to handle immediate re-subscription of same resource (# 8369)
> 8adcc94 advancedtls: avoid txt lookups in test and use test logger instead of Printf (# 8469)
> a5e7cd6 stats: add DelayedPickComplete and follow correct semantics (# 8465)
> 89d2281 github: run arm64 tests without emulation (# 8463)
> f69eaf0 testutils/roundrobin: Improve validation of WRR distribution (# 8459)
> 4af0faa transport: add test case for zero second timeout (# 8452)
> cc46259 xdsclient: typed config better nil checks (# 8412)
> c7b188f Retract v1.74.0 and v1.74.1 (# 8456)
> 0a12fb0 Revert "credentials: allow audience to be configured (# 8421) (# 8442)" (# 8450)
> 52d9f91 transport: release mutex before returning on expired deadlines in server streams (# 8451)
> bed551a xds: add a test for deadlocks in nested xDS channels (# 8448)
> b64eaf8 endpointsharding: shuffle endpoint order before updating children (# 8438)
> 7208cdc credentials: allow audience to be configured (# 8421) (# 8442)
> af2600d Move erm-g to Emeritus Maintainer (# 8418)
> cf1a861 Remove inactive maintainers (# 8416)
> eb4a783 xds: give up pool lock before closing xdsclient channel (# 8445)
> 3d0cb79 alts: improve alts handshaker error logs (# 8444)
> 12f9d9c server: allow 0s grpc-timeout header values, as java is known to be able to send them (# 8439)
> a809a46 deps: update dependencies for all modules (# 8434)
> a21e374 xds/cdsbalancer: correctly remove the unwanted cds watchers (# 8428)
> 64a6b62 grpctest: minor improvements to the test logger implementation (# 8370)
> aa57e6a xds: cleanup internal testing functions for env vars that have long been removed (# 8413)
> f9cf0f6 xdsclient: relay marshalled bytes of complete resource proto to decoders (# 8422)
> 8acde50 dns: add environment variable to disable TXT lookups in DNS resolver (# 8377)
> de72c21 xds: Avoid error logs when setting fallback bootstrap config (# 8419)
> bb4b6d5 add grpctester (# 8423)
> dd718e4 github: delete mergeable configuration (# 8415)
> bfc1981 github: Restrict repo contents permissions to read-only in pr-validation (# 8414)
> 6207142 xdsclient: preserve original bytes for decoding when the resource is wrapped (# 8411)
> a2d6045 Change version to 1.75.0-dev (# 8409)
> 1787f94 xdsclient: export genericResourceTypeDecoder (# 8406)
> 15299cc xdsclient: make a function to return the supported resource type implementations (# 8405)
> 20bd1e7 grpc: revert # 8278: Fix cardinality violations in non-server streaming RPCs (# 8404)
> bdbe6a2 examples/opentelemetry: demonstrate enabling experimental metrics (# 8388)
> 0100d21 outlierdetection: cleanup temporary pickfirst health listener attribute (# 8402)
> bbaca7a stub: Add child balancer in stub.BalancerData (# 8393)
> e5de1e2 xdsclient_test: Avoid restarting listener in TestServerFailureMetrics_AfterResponseRecv (# 8399)
> 9c62b1c xds: Fix flaky test HandleListenerUpdate_ErrorUpdate (# 8397)
> 042139c xds_test: Avoid buffering ack requests in ADS streams (# 8395)
> 082a927 xds: Roll forward xdsclient migration (# 8391)
> 5f8fe4f github: Add workflow to replace mergeable (# 8401)
> 57400b4 roundrobin: Remove unnecessary ExitIdle override (# 8390)
> a64d933 grpc: Fix cardinality violations in non-server streaming RPCs (# 8278)
> d2e8366 xds: revert # 8310: migration of xdsclient to use generic client and dedicated LRS client
> af0f88e add spiffe config (# 8384)
> 996aabe xds: migrate internal xdsclient to use generic client and dedicated LRS client (# 8310)
> ec91b2e xds: Remove temporary environment variable for least request (# 8248)
> 9319d72 cmd/protoc-gen-go-grpc: use `Error()` since no formatting is performed (# 8378)
> f6bf86c Add flag guarding SPIFFE Bundle provider (# 8343)
> 6dfe07c balancer: Make ExitIdle compulsory for Balancers (# 8367)
> 8d1e6e2 deps: update dependencies for all modules and fix revive findings (# 8372)
> 9b7bd34 grpc: introduce new Dial and Server Options to set static window size (# 8283)
> 643bd63 xds/internal: update generic grpctransport codec name to proto (# 8368)
> 4275c5b transport: Re-use slice buffer reader for a stream (# 8360)
> ec4810c grpc: Fix cardinality violations in client streaming and unary RPCs (# 8330)
> fb223f7 transport: Optimize heap allocations (# 8361)
> f947a86 balancer/ringhash: Add experimental notice in package comment (# 8364)
> 05d49d0 [interop client] provide a flag to set google-c2p resolver universe domain (# 8145)
> 28128e0 xdsclient: Fix flakyness in `TestResourceUpdateMetrics` in the case of repeated NACKs (# 8363)
> 4cab0e6 balacergroup: cleanup exitIdle() (# 8347)
> e3ca7f9 xdsclient: fix unexpectedly large LoadReportInterval in initial load report request (# 8348)
> 443caad delegatingresolver: avoid proxy for resolved addresses in NO_PROXY env (# 8329)
> 32e57de Rename PSM interop fallback test suite to light (# 8350)
> 6995ef2 internal/transport: Wait for server goroutines to exit during shutdown in test (# 8306)
> aaabd60 deps: update dependencies for all modules (# 8331)
> 0c24af1 balancer/least_request : Fix panic while handling resolver errors (# 8333)
> f2d3e11 Change version to 1.74.0-dev (# 8324)
> 1ecde18 xds: generic xds client ads stream tests (# 8307)
> 5c0d552 removing unused code (# 8316)
bumping google.golang.org/genproto/googleapis/rpc 513f239...3122310:
> 3122310 chore(all): update all (# 1231)
> 5f3141c chore(all): update actions/download-artifact action to v5 (# 1230)
> 6b04f9b chore(all): update all (# 1229)
> a7a43d2 chore(all): update all (# 1228)
> f173205 chore(all): update all (# 1227)
> a45f3df chore(all): update all (# 1225)
> 7130f93 chore(all): update all (# 1224)
> 8d1bb00 chore(all): update all (# 1223)
bumping knative.dev/networking edb1a4a...042b64d:
> 042b64d upgrade to latest dependencies (# 1079)
> 2d1ca41 upgrade to latest dependencies (# 1077)
bumping google.golang.org/protobuf 3f79c52...0833cf3:
> 0833cf3 all: release v1.36.8
> 0af3f0f all: set Go language version to Go 1.23
> 5ccbdec types: regenerate using latest protobuf v32 release
> 708d96f all: start v1.36.7-devel
> 7e776d4 all: release v1.36.7
> 8e8926e encoding/protowire: micro-optimize SizeVarint (-20% on Intel)
> 32018e9 internal/impl: remove unnecessary atomic access for non-lazy lists
> 9c38aec impl: remove unnecessary nil check from presence.Present
> 41298d3 types/descriptorpb: regenerate using latest protobuf v31 release
> e5d4468 cmd/protoc-gen-go: centralize presence and lazy logic into filedesc
> b4a995b internal: move usePresenceForField to internal/filedesc
> 3a5f1f0 internal/impl: clean up usePresenceForField() (no-op)
> 58d6425 all: start v1.36.6-devel
bumping k8s.io/client-go e7397e5...9c62a4c:
> 9c62a4c Update dependencies to v0.33.4 tag
bumping k8s.io/apiserver 338d7b8...026035b:
> 026035b Update dependencies to v0.33.4 tag
> 234ce9f Merge pull request # 132337 from hakuna-matatah/automated-cherry-pick-of-# 132244-upstream-release-1.33
> 5e9ddf2 Fix -Consistent paginated lists serve from cache
bumping knative.dev/eventing 7ea8857...02445c1:
> 02445c1 [release-1.19] Upgrade to latest dependencies (# 8671)
> c1ca4fa [release-1.19] fix: metrics with prometheus default to same port as before (# 8670)
> 8a4f284 [release-1.19] remove prometheus from tracing protocol [skip-dot-release] (# 8666)
> 5b2ee4a [release-1.19] adjust test to allow operator upgrade [skip-dot-release] (# 8663)
> 6aadceb [release-1.19] Injected tracing headers into jobsink event file (# 8657)
bumping golang.org/x/term 2ec7864...a35244d:
> a35244d go.mod: update golang.org/x dependencies
> 4f53e0c term: allow multi-line bracketed paste to not create single line with verbatim LFs
> 27f29d8 term: remove duplicate flag and add comment on windows
> 30da5dd go.mod: update golang.org/x dependencies
bumping google.golang.org/genproto/googleapis/api 513f239...8d1bb00:
> 8d1bb00 chore(all): update all (# 1223)
bumping knative.dev/reconciler-test 510456d...2070311:
> 2070311 upgrade to latest dependencies (# 817)
bumping golang.org/x/text 8072180...425d715:
> 425d715 go.mod: update golang.org/x dependencies
> b6d2645 go.mod: update golang.org/x dependencies
bumping k8s.io/apimachinery 173776a...173776a:
bumping knative.dev/hack 70d4b00...f88b7db:
> f88b7db allow [skip-dot-release] in quoted text (# 430)
bumping k8s.io/apiextensions-apiserver a0cfc63...f0c80b7:
> f0c80b7 Update dependencies to v0.33.4 tag
bumping knative.dev/pkg 53ed1d5...4ffdcf6:
> 4ffdcf6 upgrade to latest dependencies (# 3241)
> 86f88f6 bump some deps (# 3240)
> 361ae44 [release-1.19] Fix exporting of OTel metric names via prometheus push (# 3239)
bumping sigs.k8s.io/yaml 0f318dc...048d724:
> 048d724 Merge pull request # 132 from thockin/master
> 23c836c Bolster tests, mostly in error-handling
> 2e3340b Add compact output tests
> 4a4f539 Add test case for tabs in multi-line strings
> 13509ad Change which methods get a newline and fix tests
> 59c2c43 Add compact mode so KYAML can be used in more places
> abc1add kyaml: Implement escaping closer to YAML spec
> 7749171 Add a yamlfmt cmd
> a932007 Add KYAML support
bumping golang.org/x/sys 3d9a6b8...5b936e1:
> 5b936e1 unix/linux: update to Linux kernel 6.16, Go to 1.24.5
> 3a82703 unix: remove redundant xnu version check for {p}readv/{p}writev
> 9920300 unix: add missing nft conntrack constants
> ad4e0fc unix: remove redundant word in comment
> 084ad87 unix: fix //sys decl after CL 548795
> 751c3c6 unix: add missing NFT_PAYLOAD_* consts on linux
> 0c740cc unix: update Go to 1.24.3
> d62d31c unix: update Linux constants and types to v6.14
bumping k8s.io/api 04f698e...2daa873:
> 2daa873 Update dependencies to v0.33.4 tag
Signed-off-by: Knative Automation <[email protected]>1 parent 38e3fd0 commit 4a89a3f
5 files changed
+199
-177
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | | - | |
179 | | - | |
| 178 | + | |
| 179 | + | |
180 | 180 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | | - | |
| 191 | + | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
416 | 415 | | |
417 | 416 | | |
418 | 417 | | |
419 | | - | |
420 | | - | |
| 418 | + | |
| 419 | + | |
421 | 420 | | |
422 | 421 | | |
423 | 422 | | |
424 | 423 | | |
425 | 424 | | |
426 | | - | |
427 | | - | |
| 425 | + | |
| 426 | + | |
428 | 427 | | |
429 | 428 | | |
430 | 429 | | |
| |||
557 | 556 | | |
558 | 557 | | |
559 | 558 | | |
560 | | - | |
561 | | - | |
| 559 | + | |
| 560 | + | |
562 | 561 | | |
563 | 562 | | |
564 | 563 | | |
| |||
589 | 588 | | |
590 | 589 | | |
591 | 590 | | |
592 | | - | |
593 | | - | |
| 591 | + | |
| 592 | + | |
594 | 593 | | |
595 | 594 | | |
596 | 595 | | |
| |||
616 | 615 | | |
617 | 616 | | |
618 | 617 | | |
619 | | - | |
620 | | - | |
| 618 | + | |
| 619 | + | |
621 | 620 | | |
622 | 621 | | |
623 | 622 | | |
| |||
634 | 633 | | |
635 | 634 | | |
636 | 635 | | |
637 | | - | |
638 | | - | |
| 636 | + | |
| 637 | + | |
639 | 638 | | |
640 | 639 | | |
641 | 640 | | |
| |||
669 | 668 | | |
670 | 669 | | |
671 | 670 | | |
672 | | - | |
673 | | - | |
| 671 | + | |
| 672 | + | |
674 | 673 | | |
675 | 674 | | |
676 | 675 | | |
677 | 676 | | |
678 | 677 | | |
679 | | - | |
680 | | - | |
| 678 | + | |
| 679 | + | |
681 | 680 | | |
682 | 681 | | |
683 | 682 | | |
| |||
688 | 687 | | |
689 | 688 | | |
690 | 689 | | |
691 | | - | |
692 | | - | |
| 690 | + | |
| 691 | + | |
693 | 692 | | |
694 | 693 | | |
695 | 694 | | |
| |||
723 | 722 | | |
724 | 723 | | |
725 | 724 | | |
726 | | - | |
727 | | - | |
| 725 | + | |
| 726 | + | |
728 | 727 | | |
729 | 728 | | |
730 | 729 | | |
| |||
756 | 755 | | |
757 | 756 | | |
758 | 757 | | |
759 | | - | |
760 | | - | |
761 | | - | |
762 | | - | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
763 | 762 | | |
764 | 763 | | |
765 | 764 | | |
766 | 765 | | |
767 | 766 | | |
768 | 767 | | |
769 | 768 | | |
770 | | - | |
771 | | - | |
| 769 | + | |
| 770 | + | |
772 | 771 | | |
773 | 772 | | |
774 | 773 | | |
| |||
777 | 776 | | |
778 | 777 | | |
779 | 778 | | |
780 | | - | |
781 | | - | |
| 779 | + | |
| 780 | + | |
782 | 781 | | |
783 | 782 | | |
784 | 783 | | |
| |||
809 | 808 | | |
810 | 809 | | |
811 | 810 | | |
812 | | - | |
813 | | - | |
814 | | - | |
815 | | - | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
816 | 815 | | |
817 | 816 | | |
818 | 817 | | |
819 | 818 | | |
820 | 819 | | |
821 | 820 | | |
822 | | - | |
823 | | - | |
| 821 | + | |
| 822 | + | |
824 | 823 | | |
825 | 824 | | |
826 | 825 | | |
| |||
837 | 836 | | |
838 | 837 | | |
839 | 838 | | |
840 | | - | |
841 | | - | |
| 839 | + | |
| 840 | + | |
0 commit comments