Commit Graph

9 Commits

Author SHA1 Message Date
Knative Automation 776406ea7b
upgrade to latest dependencies (#927)
bumping golang.org/x/sys 863b3c4...74cfc93:
  > 74cfc93 all: upgrade go directive to at least 1.23.0 [generated]
bumping knative.dev/hack ce4c934...306ce74:
  > 306ce74 Update community files (# 414)
bumping knative.dev/pkg ae2c6bc...b7bbf4b:
  > b7bbf4b Bump google.golang.org/grpc from 1.70.0 to 1.71.0 (# 3157)
  > 097c752 Bump golang.org/x/tools from 0.30.0 to 0.31.0 (# 3155)
  > 0372c08 Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (# 3152)
  > 9e26561 Update community files (# 3151)
  > c925de2 upgrade to latest dependencies (# 3150)
bumping github.com/google/go-cmp c3ad843...9b12f36:
  > 9b12f36 Detect proto.Message types when failing to export a field (# 370)
  > 4dd3d63 fix: type 'aribica' => 'arabica' (# 368)
  > 391980c Support compare functions with SortSlices and SortMaps (# 367)
bumping golang.org/x/tools 09747cd...6a5b66b:
  > 6a5b66b go.mod: update golang.org/x dependencies
  > 25a90be gopls/internal/golang: Implementations for func types
  > db6008c go/types/internal/play: show Cursor.Stack of selected node
  > ece9e9b gopls/doc/generate: add status in codelenses and inlayhints
  > 340f21a gopls: move gopls/doc/generate package
  > 0721940 gopls/internal/analysis/modernize: strings.Fields -> FieldsSeq
  > 8d38122 gopls/internal/cache: reproduce and fix crash on if cond overflow
  > d81d6fc gopls/internal/util/asm: better assembly parsing
  > 455db21 gopls/internal/cache/parsego: fix OOB crash in fixInitStmt
  > 2b1f550 gopls/internal/analysis/gofix: allow literal array lengths
  > 0ffdb82 gopls/internal/analysis/gofix: add vet analyzer
  > 2839096 gopls/internal/analysis/gofix: generic aliases
  > 0efa5e5 gopls/internal/analysis/modernize: rangeint: non-integer untyped constants
  > d141499 cmd/toolstash: fix windows executable name handling
  > 5f02a3e gopls/internal/analysis/modernize: don't import slices within slices
  > b2aa62b internal/stdlib: provide API for import graph of std library
  > 608d370 internal/imports: use a more straightforward return value
  > 408d2e2 x/tools: remove workarounds for Go <1.23
  > 66eb306 Revert "internal/settings: drop "annotations" setting"
  > ff03c59 gopls/internal/analysis/modernize: append -> bytes.Clone
  > 1cc80ad internal/event/export/ocagent: delete
  > 8f4b8cd gopls/internal/golang: add package symbols comment
  > 57b529a doc/release/v0.18.0.md: add -fix flag
  > 63229bc gopls/internal/analysis/gofix: register "alias" fact type
  > d740adf gopls/internal/settings: correct SemanticTokenTypes source
  > 779331a gopls/internal/test/integration/misc: only test asm on {arm,amd}64
  > 5dc980c gopls/internal/test/integration/misc: fix "want" assembly
  > 6399d21 go/analysis/passes/reflectvaluecompare/cmd/reflectvaluecompare: add main.go
  > 7fed2a4 gopls/internal/analysis/modernize: fix bug in rangeint
  > 6f7906b x/tools: use ast.IsGenerated throughout
  > e890c1f gopls/internal/golang: Assembly: support package level var and init
  > 6d4af1e gopls/internal/golang: Assembly: update "Compiling" message
  > bf9e2a8 gopls/internal: test fixes for some imports bugs
  > 851c747 gopls/internal/golang: fix crash when hovering over implicit
  > 3e76cae internal/analysisinternal: ValidateFix: more specific errors
  > d2fcd36 go/analysis/passes/unreachable/testdata: relax test for CL 638395
  > 2b2a44e gopls/internal/test: avoid panic in TestDoubleParamReturnCompletion
  > 739a5af gopls/internal/test/marker: skip on the freebsd race builder
  > 274b237 gopls: add a -severity flag for gopls check
  > 5299dcb gopls/internal/settings: fix misleading error messages
  > 3d7c2e2 gopls/internal/golang: add missing json tags for hoverResult
  > 6e3d8bc gopls/internal/analysis/gofix: use 1.24 iterators
  > 1c52ccd gopls/internal/analysis/gofix: inline most aliases
  > 4e0c888 gopls/internal/hover: show alias rhs type declaration on hover
  > 7347766 gopls/internal/test: fix failures when running tests with GOTOOLCHAIN
  > f2beb33 gopls: temporarily reinstate the "Structured" hover kind
  > 23211ff gopls/internal/test/integration: better expectation failures
  > 8b85edc gopls/internal: use go1.24-isms
  > f95771e gopls/go.mod: update to go1.24
  > 96bfb60 gopls/internal/analysis/modernize: fix minmax bug
  > 1f6c6d6 gopls/doc: adjust nvim-lspconfig link target
  > 33f1ed9 gopls/go.mod: update dependencies following the v0.18.0 release
  > 9f7a2b6 gopls/doc/features: tweak markdown
  > f0af81c gopls/internal/goasm: support Definition in Go *.s assembly
  > 300465c gopls/internal/analysis/modernize: fix rangeint bug
  > 8a39d47 gopls/internal/golang: Add "Eliminate dot import" code action.
  > 99337eb x/tools: modernize interface{} -> any
  > 107c5b2 gopls/internal/analysis/modernize: disable unsound maps.Clone fix
  > 0b693ed internal/astutil/cursor: FindPos: don't assume Files are in Pos order
  > cd01e86 gopls/internal/golang: make singleFileFixer like fixer
  > 4991e7d gopls/internal/golang: use pgf.Cursor in CodeAction fix
  > 877c1d1 gopls: address various staticcheck findings
  > 44abb0a go/types/internal/play: display type structure
  > 3c245da gopls: fix diagnostics integration test
  > e6754ce gopls/internal/cache/parsego: add File.Cursor, and use it
  > 776604a gopls/internal/analysis/modernize: sortslice: fix crash
  > df7baa0 gopls/internal/analysis/simplifyrange: more precise fix
  > ad5dd98 gopls: fix a few bugs related to the new modcache imports source
  > 4b3fdfd go/analysis/passes/printf: suppress diagnostic for Println("...%XX...")
  > fe883a8 gopls/internal/analysis/unusedvariable: refine bug.Report golang/go# 71812
  > d115b34 gopls/internal/analysis: simplify type-error analyzers with Cursor
  > c18bffa all: delete redundant //go:debug gotypesalias=1 directives [generated]
  > 94db710 all: upgrade go directive to at least 1.23.0 [generated]
  > ead62e9 gopls/internal/analysis/modernize: handle parens
  > 32ffaa3 gopls/internal/analysis/gofix: one function per kind
  > 2880aae gopls/internal/protocol: Avoid omitempty for integer fields
  > 8807101 gopls/internal/analysis/gofix: one function per pass
  > c0dbb60 gopls: tweak release notes
  > 85a3833 internal/analysis/gofix: simple type aliases
  > 809cde4 gopls/internal/analysis/modernize: fix bug in minmax
  > ab04c19 gopls/internal/analysis/modernize: improve rangeint transformation
  > ddd4bde gopls/internal/golang: avoid PackageSymbols errors with missing packages
  > 44b61a1 x/tools: eliminate various unparen (et al) helpers
  > d0d86e4 x/tools: run gopls/internal/analysis/gofix/main.go -fix
  > 2f1b076 x/tools: add //go:fix inline
  > 86f13a9 gopls/internal/analysis/gofix: rename local
  > 5762944 gopls/internal/analysis/gofix: check package visibility
  > f9aad70 go/types/typeutil: avoid shifting uintptr by 32 on 32-bit archs
  > b5a64bb go/analysis/internal/checker: be silent with -fix
  > b752317 internal/analysisinternal: disable AddImport test without go command
  > d98774e cmd/signature-fuzzer/internal/fuzz-generator: update to math/rand/v2
  > 2593262 gopls/internal/telemetry/cmd/stacks: remove leading \b match
  > b3c5d10 gopls: record telemetry counters for settings that are used
  > d2585c4 gopls/internal/golang: folding range: remove FoldingRangeInfo
  > 0d16805 internal/stdlib: update stdlib index for Go 1.24.0
  > 027eab5 go/analysis/analysistest: RunWithSuggestedFix: 3-way merge
  > f61b225 internal/analysisinternal: AddImport puts new import in a group
  > 91bac86 internal/analysisinternal: add CanImport
  > 94c41d3 gopls/internal/golang: add comment about SymbolKind
bumping golang.org/x/sync fe3591b...b637f27:
  > b637f27 errgroup: drop support for Go versions before 1.20
  > 960bf1f all: upgrade go directive to at least 1.23.0 [generated]
bumping golang.org/x/text 3b64043...566b44f:
  > 566b44f go.mod: update golang.org/x dependencies
  > d5156da collate/build: do not use println in tests
  > 221d88c x/text: fix scientific notation by removing extraneous spaces
  > b18c107 internal/export/unicode: change C comment to mention unassigned code points
  > 835f8ac language: use a more straightforward return value
  > ae68efb internal/export/unicode: add CategoryAliases, Cn, and LC
  > 518d9c0 all: upgrade go directive to at least 1.23.0 [generated]
bumping golang.org/x/mod 52289f1...dc121ce:
  > dc121ce all: upgrade go directive to at least 1.23.0 [generated]
bumping golang.org/x/net df97a48...99b3ae0:
  > 99b3ae0 go.mod: update golang.org/x dependencies
  > 85d1d54 go.mod: update golang.org/x dependencies
  > cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts
  > fe7f039 publicsuffix: spruce up code gen and speed up PublicSuffix
  > 459513d internal/http3: move more common stream processing to genericConn
  > aad0180 http2: fix flakiness from t.Log when GOOS=js
  > b73e574 http2: don't log expected errors from writing invalid trailers
  > 5f45c77 internal/http3: make read-data tests usable for server handlers
  > 43c2540 http2, internal/httpcommon: reject userinfo in :authority
  > 1d78a08 http2, internal/httpcommon: factor out server header logic for h2/h3
  > 0d7dc54 quic: add Conn.ConnectionState
  > b4c8655 http2: avoid extended CONNECT hang when connection breaks during startup
  > 163d836 internal/http3: add Server
  > 447f458 context: delete lone example
  > 918d64e context: delete dead code, sync docs with upstream context package
  > 5095d0c all: upgrade go directive to at least 1.23.0 [generated]
  > 8844327 internal/httpcommon: don't depend on net/http
  > cd9d661 route: fix RTM_GET netmask parsing on Darwin
bumping golang.org/x/term 743b270...04218fd:
  > 04218fd go.mod: update golang.org/x dependencies
  > 208db03 all: upgrade go directive to at least 1.23.0 [generated]
bumping google.golang.org/grpc 98a0092...d01db5c:
  > d01db5c Change version to 1.71.0 (# 8105)
  > 012f8bf xds: Enable dualstack flag (# 8134)
  > bf0c885 examples/features/dualstack: Demonstrate Dual Stack functionality (# 8098) (# 8115)
  > 05bdd66 ringhash: Remove TODO comment (# 8096)
  > ddb2484 xds: remove obsolete xDS transport custom dialer option (# 8079)
  > 8528f43 cleanup: replace Dial with NewClient (# 7975)
  > ae2a04f ringhash: Replace DNS resolver before sending xDS Update in test  (# 8091)
  > e55819e lazy: Use channel to wait for resolver error being received in test (# 8088)
  > b524c08 xdsclient: include xds node ID in errors from the WatchResource API (# 8093)
  > 91eb6aa client: improve documentation of target strings (# 8078)
  > 59c84a9 rls: change lossy GetState() and WaitForStateChange() to use grpcsync.PubSub (# 8055)
  > a26ff2a ringhash: Sort endpoints to prevent unnecessary connection attempts (# 8086)
  > fabe274 ringhash:  Delegate subchannel creation to pickfirst (# 8047)
  > 75c51bf interop: Introduce env var for xDS dualstack support and add xDS interop config (# 8081)
  > cf60e5a test: Remove fake petiole in health tests (# 8082)
  > 0003b4f weightedtarget: return erroring picker when no targets are configured (# 8070)
  > 4b5608f xdsclient: invoke connectivity failure callback only after all listed servers have failed (# 8075)
  > ad5cd32 cleanup: Remove test contexts without timeouts (# 8072)
  > e95a4b7 roundrobin: Delegate subchannel creation to pickfirst (# 7966)
  > cbb5c2f advancedtls: update CRL provider certificates (# 8073)
  > c80ea18 interop: Fix logging and totalIterations issues in soak_tests.go (# 8060)
  > e0d191d test/gracefulstop: use stubserver instead of testservice implementation (# 7907)
  > 9afb49d endpointsharding: cast EndpointMap values to *balancerWrapper instead of Balancer (# 8069)
  > 267a09b xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates (# 8038)
  > f227ba9 balancer: Move metrics recorder from BuildOptions to ClientConn (# 8027)
  > 3e27c17 balancer: Enforce embedding requirement for balancer.ClientConn (# 8026)
  > b963f4b deps: bump envoyproxy/go-control-plane/envoy and synchronize go.mods (# 8067)
  > 79b6830 xds: resubmit xds client pool changes from # 7898 along with fix to set fallback bootstrap config from googledirectpath to xdsclient pool (# 8050)
  > 947e2a4 internal/dns: update TestDNSResolver_ExponentialBackoff to not return error before last resolution attempt (# 8061)
  > ee3e8d9 test: modify tests to use stubserver instead of Testservice implementation (# 8022)
  > 990f5e0 endpointsharding, lazy: Remove intermediary gracefulswitch balancers (# 8052)
  > 7dbf12e xds: introduce generic xds clients common configs (# 8024)
  > c524b8b outlierdetection: Support ejection of endpoints  (# 8045)
  > 1318104 Revert "xdsclient: introduce pool to manage multiple xDS clients with same bootstrap content (# 7898)" (# 8058)
  > 39f0e5a vet: make revive check submodules for lint errors (# 8029)
  > e4a0dfd grpcsync : Remove OnceFunc (# 8049)
  > 78eebff stats/opentelemetry: Introduce Tracing API (# 7852)
  > 7e1c9b2 test: modify tests to use stubserver (# 7951)
  > 59411f2 xds: add xDS transport custom dial options support (# 7997)
  > 73e4470 cleanup: fix new vet errors (# 8044)
  > cc637f7 xds: log bootstrap config missing warning from env var only when debugging (# 8039)
  > 3409a56 cleanup: rename fields for clarity (# 8043)
  > b0e2ae9 endpointsharding: Allow children to remain idle if configured (# 8031)
  > 81e4aaf balancer/lazy: Add a lazy balancer (# 8032)
  > e03960d xds: Implement system root certs support (# 8013)
  > cf9e380 picker_wrapper: simplify picker error when timing out waiting for con… (# 8035)
  > 9d4fa67 transport_test: change testgrpc.Emtpy to testpb.Empty (# 8040)
  > 2fd426d transport,grpc: Integrate delegating resolver and introduce dial options for target host resolution (# 7881)
  > 66f6471 *: regenrate pbs (# 8034)
  > 35cec50 grpc: Fix encoded message size reported in error message (# 8033)
  > 2517a46 xdsclient: introduce pool to manage multiple xDS clients with same bootstrap content (# 7898)
  > 897818a interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 8025)
  > 8cf8fd1 grpc: fix message length checks when compression is enabled and maxReceiveMessageSize is MaxInt (# 7918)
  > 67bee55 server: fix buffer release timing in processUnaryRPC (# 7998)
  > fe04c06 xds: remove unused code in testutils (# 8003)
  > be12ee9 deps: Update go.opentelemetry.io dependencies (# 8020)
  > eb7c484 Revert "interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 7926)" (# 8019)
  > c26dd46 deps: bump github.com/golang/glog (# 8018)
  > c879198 cleanup: fix comments spacing (# 8015)
  > 89093a3 github: Run deps workflow against PR target branch and improve dir names (# 8010)
  > 9dc22c0 xdsclient: release lock before attempting to close underlying transport (# 8011)
  > eb1adde credentials: Add experimental credentials that don't enforce ALPN (# 7980)
  > 130c1d7 leastrequest: Delegate subchannel creation to pickfirst (# 7969)
  > 74ac821 endpointsharding: Export parsed pickfirst config instead of json string (# 8007)
  > f35fb34 authz: modify the tests to use stubserver instead of testservice implementations (# 7888)
  > aad8a12 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid data races (# 7991)
  > f9bc335 deps: update dependencies for all modules (# 7987)
  > 2d4daf3 protoc-gen-go-grpc: Update grpc-go and unskip test (# 7995)
  > 62b4867 clusterresolver: Avoid blocking for subsequent resolver updates in test (# 7937)
  > 9223fd6 deps: bump github.com/envoyproxy/go-control-plane to v0.13.4 (# 7974)
  > d118866 interop: improve rpc_soak and channel_soak test to cover concurrency in Go (# 7926)
  > 6f41085 Change version to 1.71.0-dev (# 7986)

Signed-off-by: Knative Automation <automation@knative.team>
2025-03-13 16:49:38 +00:00
Knative Automation 41aa68a551
upgrade to latest dependencies (#921)
bumping knative.dev/pkg c43477f...efddeac:
  > efddeac Update community files (# 3143)
  > e5aa25f Bump google.golang.org/grpc from 1.69.4 to 1.70.0 (# 3142)
  > 7fca699 Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (# 3141)
  > dcf1593 Update community files (# 3140)
  > 3386f37 Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 (# 3139)
  > 1ca59d1 Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (# 3138)
  > a37a847 drop use of code-generator/generate-groups.sh (# 3136)
bumping golang.org/x/oauth2 3e64809...22134a4:
  > 22134a4 README: don't recommend go get
bumping google.golang.org/genproto/googleapis/api 796eee8...19429a9:
  > 19429a9 chore(all): update all (# 1171)
  > e639e21 chore(all): update all (# 1170)
  > 65e8d21 Fix: GitHub workflow script injection (# 1169)
  > e0fbfb7 chore(all): update all (# 1168)
  > dd2ea8e chore(all): update all (# 1166)
  > 324edc3 chore(all): update all (# 1165)
bumping google.golang.org/protobuf 12c6ebd...259e665:
  > 259e665 all: release v1.36.4
  > 5f93d99 internal_gengo: avoid allocations in rawDescGZIP() accessors
  > 2005adb reflect/protodesc: fix panic when working with dynamicpb
  > aee8a9c internal_gengo: switch back from string literal to hex byte slice
  > 0c3cc2f internal_gengo: use unsafe.StringData() to avoid a descriptor copy
  > cc8d1c2 internal_gengo: store raw descriptor in .rodata section
  > 132f042 all: start v1.36.3-devel
  > 54ef969 all: release v1.36.3
  > 7cbd915 reflect/protodesc: fix panic when working with dynamicpb
  > 2f60868 proto: add example for GetExtension, SetExtension
  > de043b9 runtime/protolazy: replace internal doc link with external link
  > 42e0fa9 all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy
  > 5fee2a7 internal/impl: remove unused exporter parameter
  > 84924f7 internal/impl: switch to reflect.Value.IsZero
  > fe8430d cmd/protoc-gen-go: remove json struct tags from unexported fields
  > 84f7738 internal/impl: clean up unneeded Go<1.12 MapRange() alternative
  > 9acc8f2 types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type
  > ad89419 all: start v1.36.2-devel
bumping knative.dev/hack c142b48...5f7f0f5:
  > 5f7f0f5 Update community files (# 412)
  > b38a2ca Update community files (# 411)
bumping google.golang.org/genproto/googleapis/rpc 796eee8...19429a9:
  > 19429a9 chore(all): update all (# 1171)
  > e639e21 chore(all): update all (# 1170)
  > 65e8d21 Fix: GitHub workflow script injection (# 1169)
  > e0fbfb7 chore(all): update all (# 1168)
  > dd2ea8e chore(all): update all (# 1166)
  > 324edc3 chore(all): update all (# 1165)
bumping google.golang.org/grpc b615b35...98a0092:
  > 98a0092 Change version to 1.70.0 (# 7984)
  > bf380de Cherrypick # 7998,  # 8011, # 8010 into 1.70.x (# 8028)
  > 54b3eb9 experimental/credentials: Add credentials that don't enforce ALPN (# 7980) (# 8012)
  > 62b9185 clustetresolver: Copy endpoints.Addresses slice from DNS updates to avoid data races (# 7991) (# 8004)
  > 724f450 examples/features/csm_observability: use helloworld client and server instead of echo client and server (# 7945)
  > e8d5feb rbac: add method name to :path in headers (# 7965)
  > e912015 cleanup: Fix usages of non-constant format strings (# 7959)
  > 681334a cleanup: replace dial with newclient (# 7943)
  > 063d352 internal/resolver: introduce a new resolver to handle target URI and proxy address resolution (# 7857)
  > 10c7e13 outlierdetection: Support health listener for ejection updates (# 7908)
  > bce0535 test: Add a test for decompression exceeding max receive message size (# 7938)
  > f32168c envconfig: enable xDS client fallback by default (# 7949)
  > e957825 test: Workaround slow SRV lookups in flaking test (# 7957)
  > e5a4eb0 deps: update crypto dependency to resolve CVE-2024-45337 (# 7956)
  > 56a14ba cleanup: replace dial with newclient (# 7920)
  > b3bdacb test: switching to stubserver in tests instead of testservice (# 7925)
  > e8055ea grpcs: update `WithContextDialer` documentation to include using passthrough resolver (# 7916)
  > d0716f9 examples/features/csm_observability: Make CSM Observability example server listen on an IPV4 address (# 7933)
  > cc161de xds: Add support for multiple addresses per endpoint (# 7858)
  > 3f76275 xdsclient: stop caching xdsChannels for potential reuse, after all references are released (# 7924)
  > 7ee073d experimental/stats: re-add type aliases for migration (# 7929)
  > 38a8b9a health, grpc: Deliver health service updates through the health listener (# 7900)
  > c1b6b37 Update README.md (# 7921)
  > e4d084a examples: replace printf with print for log message in gracefulstop (# 7917)
  > b1f70ce test: replace grpc.Dial with grpc.NewClient
  > 0027558 internal/transport: replace integer status codes with http constants (# 7910)
  > 66ba4b2 examples/features/gracefulstop: add example to demonstrate server graceful stop (# 7865)
  > adad26d test/kokoro: Add psm-fallback build config (# 7899)
  > f53724d serviceconfig: Return errors instead of skipping invalid retry policy config (# 7905)
  > 645aadf deps: update dependencies for all modules (# 7904)
  > d7286fb Change version to 1.70.0-dev (# 7903)

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-29 14:27:55 +00:00
Knative Automation dee364dbb0
upgrade to latest dependencies (#914)
bumping google.golang.org/genproto/googleapis/rpc 8af14fe...796eee8:
  > 796eee8 chore(all): update all (# 1163)
  > c02fea0 chore: fix kokoro with safedir for git (# 1164)
  > 5fefd90 chore(all): update all (# 1162)
  > af27646 chore(all): update all (# 1161)
  > 9d4c2d2 chore(all): update all (# 1160)
bumping google.golang.org/genproto/googleapis/api 8af14fe...796eee8:
  > 796eee8 chore(all): update all (# 1163)
  > c02fea0 chore: fix kokoro with safedir for git (# 1164)
  > 5fefd90 chore(all): update all (# 1162)
  > af27646 chore(all): update all (# 1161)
  > 9d4c2d2 chore(all): update all (# 1160)
bumping k8s.io/client-go ece8c00...4b5b7fa:
  > 4b5b7fa Update dependencies to v0.31.4 tag
  > 5e3e8ea informers: add comment that Start does not block
  > f71a5cc Call non-blocking informerFactory.Start synchronously to avoid races
  > 4536e5a Merge pull request # 124012 from Jefftree/le-controller
  > 93c6a5b Merge pull request # 126353 from liggitt/fix-vendor
  > 825f52e Change PingTime to be persistent
  > 6a9911a revendor dependencies
  > f45c451 fix ordering issue in candidates
  > fe54892 Merge pull request # 126243 from SergeyKanzhelev/devicePluginFailures
  > 18dd587 feedback: leasecandidate clients
  > 79fd7ab generated files
  > 1f27757 Review feedback
  > ac9204c Merge pull request # 126145 from carlory/kep-3751-api
  > 2099375 CLE controller and client changes
  > dcfcc90 Merge pull request # 126125 from mprahl/stop-idempotent
  > 9dea255 Promote VolumeAttributesClass to beta
  > 8a2bbd0 Coordinated Leader Election Alpha API
  > bad8f77 Merge pull request # 126091 from seans3/ws-err-extra-info
  > 001900e Allow calling Stop multiple times on RetryWatcher
  > 3aff10e Adds extra error information from response to bad handshake error when possible
  > a9affb4 Merge pull request # 125488 from pohly/dra-1.31
  > a7db3ad DRA: new API for 1.31
  > e0bc24e DRA: remove "sharable" from claim allocation result
  > a7f430b DRA: remove immediate allocation
  > 91ff2f6 DRA: bump API v1alpha2 -> v1alpha3
  > 82af755 Merge pull request # 126231 from seans3/websocket-https-proxy-fix
  > 6e31289 moving for easier cherry-pick
  > 8108d41 Falls back to SPDY for gorilla/websocket https proxy error
  > 5130bd9 Merge pull request # 126207 from thockin/ingress-backend-port-atomic
  > 80707e5 Merge pull request # 125660 from saschagrunert/oci-volumesource-api
  > cd892da Make ServiceBackendPort an atomic struct
  > 5742b23 Merge pull request # 124859 from morlay/master
  > 485ae13 Add ImageVolumeSource API
  > 6dde7fe Merge pull request # 126073 from a7i/fake-apply-scale-subresource
  > 9ab93c0 Remove json:",omitempty" where json:",inline" specified.
  > 37121f3 Merge pull request # 125470 from everpeace/kep-3619-SupplementalGroupsPolicy-e2e
  > eab51c4 fix: fake clientset ApplyScale subresource from 'status' to 'scale'
  > 1ea671a KEP-3619: API: add NodeFeatures.SupplementalGroupsPolicy in NodeStatus
  > 59ef8e1 Merge pull request # 126034 from sohankunkerkar/add-usernamespaces
  > 21b1828 api: add user namespaces field to NodeRuntimeHandlerFeatures
  > 0724a99 Merge pull request # 125305 from p0lyn0mial/upstream-dynamic-client-uses-watch-list
  > 34751e1 Merge pull request # 126018 from aroradaman/bump-k8s-utils
  > 732dd28 dynamic client: add support for API streaming
  > b6a1b42 Merge pull request # 126057 from thockin/make-pod-ip-host-ip-required
  > 37c2760 bump k8s.io/utils
  > fa8c68e make PodIP.IP and HostIP.IP required.
  > 53b8be7 Merge pull request # 125802 from mmorel-35/testifylint/len+empty
  > 7f36d81 Merge pull request # 125944 from timofurrer/fix/error-msg-type
  > acc5917 fix: enable empty and len rules from testifylint on pkg package
  > 55c0e2c Fix typo in type name of watch decode error
  > 354ed1b Merge pull request # 125922 from dims/update_otel_27
  > 127e4c3 Merge pull request # 125887 from fxierh/fakediscovery-fix
  > e57f162 update OpenTelemetry dependencies and grpc
  > c45bc43 Return the error returned by Invokes so the FakeDiscovery client is able to simulate any error with reactors.
  > ab86e03 Merge pull request # 125021 from aojea/servicecidrbeta
  > 4dec662 Merge pull request # 125116 from pohly/dra-one-of-source
  > a146a0f make update
  > ae071bc Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
  > fdffb52 DRA: remove "source" indirection from v1 Pod API
  > 4b5beb6 Merge pull request # 124917 from vinayakankugoyal/kep4633
  > 66473c1 Bump `prometheus/common to` v0.55.0
  > ef4b2f6 Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
  > 1582c4c KEP-4633: Allow health-only anonymous auth mode.
  > 96c49b6 Merge pull request # 125600 from thockin/plus_default_deprecated_volumes
  > a2665af Update moby/spdystream to v0.4.0
  > b043b56 Merge pull request # 125745 from BenTheElder/ping-ping
  > af26305 Use +default for now deprecated ScaleIO volume
  > 11d6807 bump  github.com/moby/spdystream to v0.3.0
  > f9b8f88 Use +default for now deprecated AzureDisk volume
  > 88829a4 Merge pull request # 125731 from dashpole/revert_otel
  > 90902b5 Use +default for now deprecated ISCSI volume
  > 0fbd594 Revert "update OpenTelemetry dependencies"
  > 64e74f9 Use +default for now deprecated RBD volume
  > 4e7651c Merge pull request # 125706 from jpbetz/fix-fixture-test
  > 8ffa531 Merge pull request # 125537 from seans3/rc-fallback-log
  > dd94093 Remove test dependency on swwagger.json to fix client-go repo
  > 6090471 Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
  > 0b66457 Adds logging during remote command executor fallback
  > 9177465 Bump github.com/fxamacker/cbor/v2 to v2.7.0.
  > 430e755 Merge pull request # 125575 from dashpole/update_otel_27
  > 2923011 Merge pull request # 125560 from jpbetz/apply-gen-fake
  > fd8492c update OpenTelemetry dependencies
  > c4145a9 Generate code
  > 2c86652 Add field tracker support to client fake fixtures
  > 96f66e9 Support options for all client fake actions
  > b9309ac Merge pull request # 125531 from pohly/klog-update
  > db174bf dependencies: klog v2.130.1
  > e1202c7 Merge pull request # 121439 from skitt/generic-client-go
  > b31bc29 Run codegen
  > c834bcc Generify client-go
  > 6a88f2d Run codegen
  > 233a065 Run codegen
  > d2f5fba Merge pull request # 125528 from seans3/port-forward-beta
  > 6e44692 Graduate PortForwardWebsockets to Beta
  > cea1539 Merge pull request # 124509 from p0lyn0mial/upstream-watch-list-code-gen
  > e4e31fd Merge pull request # 125472 from karlkfi/karl-watch-comments
  > cc198ea make update
  > 5f43af4 Merge pull request # 125391 from karlkfi/karl-reflector-watch-stop
  > 48d8fc7 Add details to watch interface method comments
  > 39cc8de Merge pull request # 125435 from p0lyn0mial/upstream-rm-reflector-data-consistency-detector-test
  > f29a36d Refactor Reflector ListAndWatch
  > fb1003a Merge pull request # 125440 from p0lyn0mial/upstream-client-go-watchlist-can-use-watchlist-for-list-rq
  > 5347b09 client-go/reflector: remove reflector_data_consistency_detector_test.go
  > 9a760ef client-go/util/watchlist: intro CanUseWatchListForListRequest
  > 03443e7 Merge pull request # 125432 from p0lyn0mial/upstream-watch-list-data-consistency-detector
  > b681e77 client-go/reflector: use consistencydetector.IsDataConsistencyDetectionForWatchListEnabled
  > 14559c0 client-go/consistencydetector: introduce CheckWatchListFromCacheDataConsistencyIfRequested
  > 9116846 Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
  > 4d57b6a Bump fxamacker/cbor/v2 to v2.7.0-beta.
  > c415c76 Merge pull request # 125304 from p0lyn0mial/upstream-dynamic-client-uses-consistency-detector
  > 8fc5a64 Merge pull request # 125383 from p0lyn0mial/upstream-unstructured-testchecklistconsistency
  > 5d84e91 client-go/dynamic: use CheckListFromCacheDataConsistencyIfRequested
  > 503a090 client-go/util/consistencydetector: extend TestCheckListFromCacheDataConsistencyIfRequestedInternalHappyPath to work with unstructured list
  > 2d885a2 client-go/util/consistencydetector: refactor TestCheckListFromCacheDataConsistencyIfRequestedInternalHappyPath to work with unstructured data
  > e822473 Merge pull request # 125379 from p0lyn0mial/upstream-unstructured-testdataconsistencychecker
  > 94cabc8 Merge pull request # 125302 from karlkfi/karl-informer-watcher-test
  > 20d0a8e client-go/consistencydetector: extend TestDataConsistencyChecker to test unstructured data
  > 1fc4f8a Merge pull request # 124963 from p0lyn0mial/upstream-data-consistency-checker-for-list-requests
  > 7c5e903 Update TestNewInformerWatcher for WatchListClient
  > 8262774 client-go/consistencydetector: refactor TestDataConsistencyChecker to work with unstructured data
  > 1c075dc Merge pull request # 124642 from wojtek-t/resilient_watchcache_initialization
  > 9f33e96 make update
  > 098e7c5 Merge pull request # 125356 from p0lyn0mial/upstream-improve-testdrivechecklistfromcache-test
  > b444e6c Implement ResilientWatchCacheInitialization
  > bbe85a4 fix TestDriveCheckListFromCacheDataConsistencyIfRequested
  > b03e5b8 Merge pull request # 125335 from p0lyn0mial/upstream-consistency-decector-handles-legacy-case
  > c7d7068 client-go/consistencydetector: handles the watch cache legacy case
  > 7c6e307 Merge pull request # 125299 from karlkfi/karl-reflector-fix-2
  > 8c9cb88 Improve Reflector unit tests
  > 52e5651 Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
  > d81b8f6 Merge pull request # 123974 from p0lyn0mial/upstream-client-go-features-testing
  > 3aa51ce Update indirect dependencies with ./hack/update-vendor.sh.
  > 7adab2f KEP-3619: Fine-grained SupplementalGroups control (# 117842)
  > e89e40c client-go/rest: add TestWatchListWhenFeatureGateDisabled unit test
  > e8b5471 Merge pull request # 123339 from skitt/canonical-json-patch
  > e8eae94 client-go/features/testing: intro SetFeatureGatesDuringTest
  > 9c87eb0 Merge pull request # 125190 from pohly/record-event-panic
  > 16552d4 Use canonical json-patch v4 import
  > b4e1cfc client-go record: avoid panic when watch creation failed
  > ffda346 Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
  > 5d65011 Merge pull request # 125159 from p0lyn0mial/upstream-add-data-consistency-checker-for-list-requests
  > 3f130bd Merge pull request # 125166 from p0lyn0mial/upstream-improve-check-data-consistency
  > b7ea49a client-go/util/consistencydetector: add CheckListFromCacheDataConsistencyIfRequested
  > 5f741a5 Merge pull request # 125052 from p0lyn0mial/upstream-client-go-env-var-set
  > 785fca4 client-go/util/consistencydetector: improve validation of list parameters (RV, ListOptions)
  > b92b563 Merge pull request # 124635 from pohly/event-broadcaster-shutdown-fix
  > 98df4f7 client-go/features: add Set method to envvar impl
  > f53839a Merge pull request # 125045 from pohly/ginkgo-gomega-update
  > ebbf7d7 client-go/tools/record: fix and test Broadcaster shutdown + logging
  > c559583 Merge pull request # 125146 from p0lyn0mial/upstream-client-go-consistency-detector-move-to-new-package
  > 2f2b800 dependencies: ginkgo v2.19.0, gomega v1.33.1
  > 538b780 move checkWatchListDataConsistencyIfRequested back to client-go/tools/cache
  > e6e45e1 client-go/util/consistencydetector: make the detector public
  > 92f0985 client-go/util/consistencydetector: update after moving to the new package
  > e428fc2 move client-go/tools/cache/reflector_data_consistency_detector to client-go/util/consistencydetector
  > fd6b8e6 Merge pull request # 125144 from p0lyn0mial/upstream-client-go-consistency-detector-refactor-units
  > 00036b7 client-go/tools/cache/reflector_data_consistency_detector: refactor unit tests
  > 0123e78 Merge pull request # 124446 from p0lyn0mial/watch-list-consistency-detector-more-generic
  > 6bdde77 client-go/consistency-detector: change the signature of checkWatchListConsistencyIfRequested
  > c739619 Merge pull request # 122791 from p0lyn0mial/upstream-cleanup-watch-list-env-var
  > 4a34196 replace ENABLE_CLIENT_GO_WATCH_LIST_ALPHA with WatchListClient gate
  > 86f83bc Merge pull request # 124614 from p0lyn0mial/upstream-reflector-warn-no-bookmark-event
  > 0280901 client-go/reflector: warns when the bookmark event for initial events hasn't been received
  > 62f9597 Merge pull request # 124588 from jiuker/patch-2
  > 8a8d073 Merge pull request # 124757 from dims/update-to-latest-golang.org/x/oauth2-v0.20.0
  > f9eba8e fix: Hang when canceling leader election information
  > 988ddc2 Update to latest golang.org/x/oauth2 v0.20.0
  > 4ebe42d Merge pull request # 124600 from alvaroaleman/typed-wq
  > d3682da Merge pull request # 124519 from dims/drop-all-the-providery-things-take-2
  > 9aa3aae Use the generic/typed workqueue throughout
  > 35cab32 fix(api): make LocalObjectReference.Name and HostAlias.IP required (# 124553)
  > 64ff14b address comments during review
  > 049f231 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
  > af62623 Remove gcp in-tree cloud provider and credential provider
  > ea434df Bump sigs.k8s.io/yaml to v1.4.0
  > 6b47d7d Merge pull request # 124344 from wojtek-t/fix_transformer
  > 178bcf2 Merge pull request # 124469 from serathius/etcd-3.5.13
  > 2fe0574 Fix race in informer transformers
  > f3332a0 Merge pull request # 124263 from alvaroaleman/typed
  > e4f9b83 Upgrade etcd libraries to v3.5.13
  > 9433226 Merge pull request # 124075 from pohly/dra-api-comments
  > d67dddf Workqueue: Add generic versions that are properly typed
  > 4a5f039 Merge pull request # 122657 from p0lyn0mial/upstream-client-go-rest-client-watch-list
  > a457c5e DRA api: ResourceHandle.DriverName is required
  > 47f5582 Merge pull request # 124328 from jiahuif-forks/deps/cel-go
  > a1be94a client-go/rest: introduce watchlist
  > 66b378a Merge pull request # 124340 from benluddy/dynamic-client-golden-request-test
  > d071c08 generated: ./hack/update-vendor.sh
  > 02e371e Merge pull request # 121574 from skitt/generic-lister-gen
  > 4cd6b75 Generate HTTP request fixtures for dynamic client tests.
  > 34d7809 generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
  > 5b2b83a Merge pull request # 124346 from jwcesign/master
  > 841e997 Improve the lister function documentation
  > b17c363 Add test to detect unintentional changes in dynamic client requests.
  > 5db05eb upgrade: upgrade dependencies github.com/prometheus/common to the newest version
  > 9d701d3 Regenerate all listers
  > b1c1c03 Merge pull request # 122892 from danwinship/codegen-nil
  > 05ff4bb Generify lister-gen
  > 506bc53 Merge pull request # 113257 from claudiubelu/path-filepath-update-staging
  > 3d4f98d Regenerate fake clients
  > 3407442 Merge pull request # 124245 from wojtek-t/informer_options
  > 79c893d Replaces path.Operation with filepath.Operation (staging)
  > 9990b0b Merge pull request # 123969 from liangyuanpeng/cleanup_rand
  > b9e952f Allow for configuring MinWatchTimeout in Reflector and Informer.
  > a82df61 Merge pull request # 123937 from p0lyn0mial/upstream-use-initial-events-annotation-key-const
  > fa185a2 cleanup: delete rand.Seed(time.Now().UnixNano()) and using global number generator.
  > 7da3197 Refactor informer constructors
  > 79491af Merge pull request # 123347 from zhouhaibing089/abstract-queue
  > 45e17fe client-go/cache/reflector: use metav1.InitialEventsAnnotationKey
  > aa7909e Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
  > 9c3db86 workqueue: make queue as configurable
  > a2cc490 Update x/net for CVE-2023-45288
  > 1518fca sync: update go.mod
  > eea636f Merge pull request # 123932 from pohly/dra-api-resource-model-rename
bumping golang.org/x/tools 4d2b19f...1743d1a:
  > 1743d1a go.mod: update golang.org/x dependencies
  > 43ba465 internal/analysis/modernize: minmax: reject IfStmt with Init
  > 29d66ee gopls: update toolchain to go1.23.4
  > ac39815 go/packages: add GOROOT env to avoid TestTarget failure in OpenBSD
  > 39e1a8c godoc: fix missing (Added in Go) "x.xx" for function with type parameters
  > 98a190b gopls/internal/analysis/unusedfunc: analyzer for unused funcs/methods
  > 192ac77 internal/golang: CodeAction: don't return empty source.doc titles
  > 5fe60fd internal/settings: drop "annotations" setting
  > c61a2b0 gopls/internal/golang: make GCDetails a code action, not a code lens
  > fc95c03 internal/modindex: fix index directory for tests
  > b93274b gopls/internal/cache: remove overzealous bug.Report
  > 960f0f4 x/tools: remove dead code
  > b0dc9b1 gopls/internal/filecache: Get: mitigate failure due to ENOSPC
  > 71b5dfe gopls: update telemetry dependency for crashmonitor fix
  > e3cedbd gopls/internal/server: fix nil panic in findMatchingDiagnostics
  > 649f485 all: make function and struct comments match the names
  > 26d1af2 gopls/internal/cache/parsego: fix OOB panic in fixAST
  > bf516ba gopls/internal/util/moremaps: use Sorted throughout gopls
  > 4f820db gopls/internal/golang: definition support break, goto and continue statements
  > f202b36 gopls/internal/analysis/modernize: string formatting
  > d6cc3cd go/analysis/passes/structtag: ignore findings for "encoding/json/v2"
  > 666fab2 go/analysis: document AllObjectFacts return value
  > 818ab3b gopls/doc/features: add missing `
  > a6adab9 gopls/internal/analysis/modernize: check FileVersions throughout
  > c437d40 gopls/internal/analysis/modernize: for...{m[k]=v} -> maps.Collect et al
  > a039694 internal/typesinternal: determine package name using qualifier
  > a304b37 internal/typesinternal: support union types in func TypeExpr
  > 412b5e9 go/types/typeutil: make Hasher stateless
  > 6d4eee4 go/callgraph: fix trivial mistake in benchmark
  > e56f71a gopls/internal/cmd: update codelens.hlp, change -run to -exec
  > 732f823 gopls/internal/analysis/modernize: b.N -> b.Loop()
  > 20cd540 gopls/internal/golang: check for nil ReceiverNamed
  > 02033b2 gopls/internal/analysis/modernize: simplify append(base, s...)
  > aa94d89 gopls/internal/analysis/modernize: replace interface{} with any
  > 93cc684 gopls/internal/analysis/modernize: sort.Slice -> slices.Sort
  > 3cad859 gopls/internal/analysis/modernize: quick fixes to modernize Go code
  > 8194029 gopls/internal/golang: hover support return statements
  > 851152f go/ast/inspector: add explicit parent pointer
  > b75baa0 internal/astutil/cursor: Cursor API for inspector
  > ebeac1b gopls/internal/util/astutil: fix tiny doc typo
  > 8e66a04 gopls/internal/util/astutil: NodeContains: workaround for ast.File
  > ea69910 gopls/internal/golang: fix DocLink markup
  > cb7945a gopls/internal/cache: move symbols to the file cache
  > dcc725c gopls/internal/cache/testfuncs: fix crash with *error argument
  > 74dea82 gopls/internal/golang/completion: fix crash in instance conversion
  > 8843590 gopls/internal/codeaction: replace all occurrences of expression (refactor.extract.variable.all)
  > fcb4185 gopls/internal/golang: fix bug browsing assembly for (T).f methods
  > 28cd718 cmd/stringer: place test package files in a test module
  > d3a1606 gopls/internal/golang: definition support return statements
  > bf42cd7 go/packages: add Target field and NeedTarget LoadMode bit
  > c73f4c8 internal/stdlib: re-generate manifest
  > a255cbe internal/modindex: handle deprecated symbols
  > e3a4b6b internal/gcimporter: update comment
  > 8127761 gopls/internal/settings: drop experimental hoverKind=Structured
  > 7bfb27f gopls/go.mod: update dependencies following the v0.17.0 release
  > c803483 internal/gcimporter: synchronize with internal/exportdata
  > c1ff179 gopls/internal/golang: Implementations: support generics
  > dd4bf11 internal/gcimporter: set correct Package.Path for main packages
  > aca81ce internal/gcimporter: copy GOROOT/internal/exportdata functions
  > d405635 internal/refactor/inline/analyzer: use "//go:fix inline" annotation
  > 47df42f internal/gcimporter: synchronizing FindPkg implementations
  > 82b6f75 internal/typesinternal: rollback of Zero{Value,Expr} for gopls
  > ab5f969 internal/gcimporter: moving FindPkg
  > 5e47a3d gopls/internal/cache: move Snapshot.Symbols to symbols.go
  > 3689f0b internal/gcimporter: reuse archive.ReadHeader implementation
  > 2cc4218 internal/gcimporter: moving byPath code location
  > 6ebf95a internal/gcimporter: remove indexed support from Import
  > 7790f2e gopls/internal/cache/methodsets: support generics
  > c2df0ef internal/gcimporter: remove end-of-section marker from size
  > ecb0abc internal/typeparams: delete GenericAssignableTo
  > 98c17f1 gopls/internal/golang: eliminate CollectScopes
  > bf32f4d gopls/doc/release: tweak wording following feedback
  > b7532e6 gopls/doc: update relnotes for v0.17.0
  > 44670c7 go.mod: update golang.org/x dependencies
  > 7eebab3 gopls/internal/golang: support extract variable at top level
  > e334696 gopls/internal/golang: ignore effects for change signature refactoring
  > 3901733 internal/refactor/inline: substitute groups of dependent arguments
  > 61b2408 gopls/internal/golang: add "Extract constant" counterpart
  > c01eead internal/gcimporter: require binary export data header
  > 9a04136 gopls/internal/golang/stubmethods: refine crash into bug report
  > 01e0b05 internal/refactor/inline: fix condition for splice assignment strategy
  > 557f540 gopls/internal/golang: don't offer to move variadic parameters
  > 399ee16 internal/gcimporter: update FindExportData to return a non-negative size
  > 25b0003 internal/refactor/inline: more precise redundant conversion detection
  > eb46939 gopls/internal/test/marker: add reproducers for moveparam bug bash bugs
  > 4296223 gopls/internal/analysis/yield: add comment about dataflow
  > 7a4f3b0 internal/gcimporter: require archive files
  > 2f73c61 gopls/internal/golang: avoid crash in lookupDocLinkSymbol
  > ef3d603 gopls/internal/golang/completion: fix crash with extra results
  > 8ffeaba gopls/internal/settings: enable 'waitgroup' analyzer
  > 4317959 go/analysis/passes/waitgroup: report WaitGroup.Add in goroutine
  > 72fdfa6 gopls/internal/golang: Disable test generation for generic functions
  > b80f1ed gopls/internal/analysis/yield: peephole-optimize phi(false, x)
  > e7bd227 gopls/internal/golang: fix folding range for function calls
  > e71702b internal/versions: remove constraint.GoVersion wrapper
  > c99edec gopls/internal/golang/completion: add alias support for literals
  > bfe3046 go/packages: add a unit test for golang/go# 70394
  > df87831 gopls/internal/undeclaredname: add missing colon when appropriate
  > 53efd30 gopls/internal/golang: simplify package name collection in add test
  > 68e4702 go/analysis/passes/printf: add missing call to Func.Origin
  > 30a3bd9 gopls/internal/golang: refactor.extract.variable: allow all exprs
  > 0edd1ab gopls/internal/cache/methodsets: refine crash for missing object path
  > 07a58bc gopls/internal/golang: refine crash golang/go# 70553
  > c622026 completions/inference: infer polymorphic types in completions
  > dcfb0b6 gopls/internal/golang: change signature via renaming 'func'
  > bfcbc1b internal/refactor/inline: avoid unnecessary desugaring in selectors
  > b93a72a internal/refactor/inline: fix spurious caller mutation
  > 41f04a0 internal/refactor/inline: fix comment movement due to added imports
  > 0841661 internal/refactor/inline: avoid unnecessary interface conversions
  > 68b67b4 gopls/internal/golang: support parameter movement refactorings
  > 51e54e8 gopls/doc/features: enable and document source.addTest code action
  > 458067f gopls/internal/golang: improve test package name selection for new file
  > 68caf84 gopls/internal/golang: don't lose ... when split/joining variadics
  > 1e0d4ee go/analysis/checker: disable Example on wasm
  > 8b6e84b gopls/internal/crash: don't crash in xrefs on out of bound nodes
  > 936a401 gopls/internal/golang: preserve copyright and build constraint
  > 1ffc3a1 gopls/internal/test/marker: add defloc, to bind positions by definition
  > 442d6be gopls/internal/test/marker: document named parameters
  > ae39b13 go/analysis/checker: a go/packages-based driver library
  > c3a6283 go/packages: undeprecate Load* style flags
  > 9dff42e gopls/internal/golang/extract: preserve comments in extracted block
  > 8c3ba8c internal/refactor: undo variadic elimination during substitution
  > 3b0b264 internal/refactor: handle qualified names in inlined assignments
  > 9311800 gopls/internal/test/marker: ignore diags in fixedbugs/issue59944.txt
  > c1aa79d gopls/internal/golang: fix gopls hover doc link
  > e751756 internal/analysisinternal: unify zero value function to typesinternal
  > a287481 internal/imports: test Source for go mod cache
  > 9387a39 gopls/doc/contributing.md: update expectations
  > e08fcf7 gopls/internal/analysis/undeclaredname: merge into CodeAction
  > 0c01408 internal/refactor/inline: avoid binding decl for name used by other args
  > 63e03c3 gopls/internal/test/marker: generalize codeaction with named args
  > acc2a74 go/analysis/passes/copylock: enable unfortunate tests
  > 39cb6f0 internal/facts: use alias type parameters and arguments during imports
  > 9b9871d go/analysis/passes/copylock: test for noCopy for sync Map, Mutex, Once
  > a54bd37 gopls/internal/golang: don't try to inline dynamic calls
  > 52eb446 internal/imports: adjust TestStdlibSelfImports pkg
  > b8ff201 gopls/internal/cache: refine bug reports for inconsistent dep view
  > e59fd36 go/ssa: use ZeroString unconditionally
  > 60bc93d gopls/internal/cache: fix handling of cgo standalone files
  > ed19fc7 gopls/internal/test: synchronize notifications during commands
  > 254baba gopls/internal/cache: failure to extract diagnostic fixes is an error
  > 56ec111 gopls/internal/server: remove spurious Async in legacy RunGoVulncheck
  > b1c39aa gopls/internal/cache: use a named bool type for allowNetwork
  > c043599 gopls/internal/protocol: add DocumentURI.DirPath
  > 29f4edb gopls/internal/cache: simplify usage of snapshot.GoCommandInvocation
  > 3c20e3f gopls/internal/analysis/yield: analyzer for iterator (yield) mistakes
  > 221e94d gopls/internal/cache: id command-line-arguments packages using GoFiles
  > 84e9c33 gopls/internal/golang: more idiomatic result naming in extract
  > 8bb5da3 gopls/internal/golang: special handling for input context.Context
  > b4332e0 gopls/internal/golang, go/ssa: remove unnamed input parameter
  > a8d0fa5 go/packages: call testenv.NeedsGoPackages for TestDirAndForTest
  > 47a5f7d gopls/internal/golang: fix bad slice append in function extraction
  > 5b5d57c gopls/codeaction: fix panic when removing unused parameters with syntax errors.
  > 025b812 gopls/internal/server: don't call window/showDocument if unsupported
  > 288b9cb gopls/internal/golang: add missing imports in foo_test.go
  > 87ac91f gopls/internal/server: revert the gopls.run_govulncheck command
  > c531f1b gopls/internal/golang: avoid crash in hover on field of non-struct
  > a37eeb4 README: mention the git repo
  > 8dd84a4 go/ssa/interp: assign phi nodes in parallel
  > 12610a1 internal/modindex: better behavior in edge cases
  > 06a498a go/ssa/interp: simplify output capturing
  > b2321e7 gopls/internal/golang: refine crash report golang/go# 69362
  > c875677 gopls/internal/golang: support add test for receiver w/o constructor
  > e26dff9 gopls/internal/golang: semtok: use type information consistently
  > fd8d028 go/pacakges: remove some todos
  > 69c27ad gopls/internal/protocol: upgrade to latest LSP
  > 25699c3 internal/server: make MaybePromptForTelemetry no-op
  > 35d7f28 go/packages: add Dir and ForTest fields to Package
bumping k8s.io/code-generator 890b3a1...5a98ceb:
  > 5a98ceb Update dependencies to v0.31.4 tag
  > f74ea3c informers: add comment that Start does not block
  > 80c52b8 Call non-blocking informerFactory.Start synchronously to avoid races
  > e64302e Merge pull request # 126353 from liggitt/fix-vendor
  > d9fab2a revendor dependencies
  > ec3cc88 Merge pull request # 125571 from liggitt/filter-auth-02-sar
  > b4e74fb generate
  > 41a074a Merge pull request # 126073 from a7i/fake-apply-scale-subresource
  > e788e07 Merge pull request # 126018 from aroradaman/bump-k8s-utils
  > 100ab85 fix: fake clientset ApplyScale subresource from 'status' to 'scale'
  > baa7672 bump k8s.io/utils
  > 3f99c9a Merge pull request # 125922 from dims/update_otel_27
  > bb79741 update OpenTelemetry dependencies and grpc
  > 633962a [code-generator] feat: add func for generating register code (# 124946)
  > ab86cd6 Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
  > e57d261 Merge pull request # 125162 from sttts/sttts-code-generator-core-group
  > 59cecdb Bump `prometheus/common to` v0.55.0
  > 3c253da Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
  > be30ddb make codegen
  > e589542 Update moby/spdystream to v0.4.0
  > 07cedd3 code-generator/examples: fix json tags
  > 7a55f28 Merge pull request # 125745 from BenTheElder/ping-ping
  > aad7f9e code-generator/client-gen: add example with single package api/v1
  > 1f8ce20 bump  github.com/moby/spdystream to v0.3.0
  > 3d2e34f code-generator/client-gen: decouple core group from package name 'api'
  > 13818de Merge pull request # 125731 from dashpole/revert_otel
  > 5b6873d code-generator/client-gen: add example with core group
  > 1d5e06b Revert "update OpenTelemetry dependencies"
  > 50b2150 Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
  > bea469c Bump github.com/fxamacker/cbor/v2 to v2.7.0.
  > cdfa7b0 Merge pull request # 125575 from dashpole/update_otel_27
  > 1bfc2ba Merge pull request # 125560 from jpbetz/apply-gen-fake
  > 98d7e2c update OpenTelemetry dependencies
  > e421d05 Resolve rebase
  > 0c9ff01 Generate code
  > 43d54fb Generate type fake clients that may opt in to the use of managed fields
  > 763e7a8 Merge pull request # 125673 from jpbetz/patch-6
  > f536deb Add jpbetz to code-generator OWNERS
  > 569cc2f Merge pull request # 125531 from pohly/klog-update
  > 76a3494 dependencies: klog v2.130.1
  > 2a71dee Merge pull request # 121439 from skitt/generic-client-go
  > 198ba6b Merge pull request # 125051 from marquiz/devel/codegen-fix-grep
  > 896cb08 Run codegen
  > 030791b Merge pull request # 125499 from mbobrovskyi/fix/openapi-gen-dependency
  > 4de699f kube_codegen: smarter grepping of codegen tags
  > 688a73a Generify client-go
  > 28fff67 Fix openapi-gen dependency.
  > 0f7e7aa Run codegen
  > 0b3f2ef Merge pull request # 124509 from p0lyn0mial/upstream-watch-list-code-gen
  > 0c42800 Add a non-subresource genclient:method example
  > 0c188fc ./hack/update-internal-modules.sh
  > bd8446c Run codegen
  > 20a1a2d make update
  > b5459b0 Fix "an declarative" typo
  > f0862c8 client-gen: intro watchList
  > d95c93e Run codegen
  > 3a49e5b Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
  > 87db423 Add a Name getter in named ApplyConfigurations
  > 32e53a8 Bump fxamacker/cbor/v2 to v2.7.0-beta.
  > 8d055c7 Merge pull request # 124963 from p0lyn0mial/upstream-data-consistency-checker-for-list-requests
  > 9b16c26 make update
  > 8b8ecc8 client-gen: rework list and use CheckListFromCacheDataConsistencyIfRequested
  > 2ec7af0 Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
  > ca05e03 Update indirect dependencies with ./hack/update-vendor.sh.
  > 620b113 Merge pull request # 124898 from alexzielenski/apiserver/prerelease-ga-tags
  > 9017335 Merge pull request # 123339 from skitt/canonical-json-patch
  > dc6562f prevent deprecated & removed from being generated for GA types
  > 6fcb6f0 Use canonical json-patch v4 import
  > 5f538ea Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
  > 2da86b0 Merge pull request # 125045 from pohly/ginkgo-gomega-update
  > a77a314 dependencies: ginkgo v2.19.0, gomega v1.33.1
  > e9fc761 Merge pull request # 124913 from enj/enj/i/go_work_sum_ignore
  > c9a8b3f Ignore go.work.sum for fake workspaces
  > 1a2807d Merge pull request # 124757 from dims/update-to-latest-golang.org/x/oauth2-v0.20.0
  > 68d188f Update to latest golang.org/x/oauth2 v0.20.0
  > 12b975c Merge pull request # 124281 from fulviodenza/master
  > de98b55 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
  > 8dcbed8 Allow request parameter and proto file path
  > 7977adc Bump sigs.k8s.io/yaml to v1.4.0
  > ff061d6 Merge pull request # 124469 from serathius/etcd-3.5.13
  > 3f5a084 Upgrade etcd libraries to v3.5.13
  > 679c60f Merge pull request # 124328 from jiahuif-forks/deps/cel-go
  > a397227 Merge pull request # 121574 from skitt/generic-lister-gen
  > 164ad5e generated: ./hack/update-vendor.sh
  > 5ae098a Merge pull request # 124346 from jwcesign/master
  > c2b93df Regenerate all listers
  > 677f552 generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
  > ced7fde upgrade: upgrade dependencies github.com/prometheus/common to the newest version
  > a25c144 Generify lister-gen
  > 2a5cd15 Merge pull request # 122892 from danwinship/codegen-nil
  > a068c84 Add a lister-gen expansion example
  > 8d4f629 Regenerate fake clients
  > 5ade975 Fix codegen to use correct nil-vs-empty semantics in fake clients
  > 4c3e41e Merge pull request # 124193 from soltysh/fix_applyconfig-gen
  > d3d5e9c Merge pull request # 123988 from skitt/use-cases-titler
  > 111256a Update applyconfig-gen for pacakges where group and dir differ in name
  > 74348a6 Merge pull request # 123893 from soltysh/openapi_schema_applygen
  > ffb0802 code-generator: use cases.Title instead of strings.Title
  > 585ff30 Merge pull request # 116781 from muff1nman/protobuf-fully-qualified-types
  > fec23c2 kube_codegen: expose applyconfig-openapi-schema flag for client generation
  > 6705865 Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
  > cccf4c3 generate fully qualified type references
  > 5a5fa0c Update x/net for CVE-2023-45288
  > e33b396 sync: update go.mod
  > 75dbfb9 Merge pull request # 123735 from thockin/master
bumping golang.org/x/net 334afa0...8da7ed1:
  > 8da7ed1 go.mod: update golang.org/x dependencies
  > 2124140 all: make function and struct comments match the names
  > e9d95ba http2: do not surface errors from a conn's idle timer expiring
  > c2be992 quic: remember which remote connection IDs have been retired
  > dfc720d go.mod: update golang.org/x dependencies
  > 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  > b935f7b html: avoid endless loop on error token
  > 9af49ef route: remove unused sizeof* consts
  > 6705db9 quic: clean up crypto streams when dropping packet protection keys
  > 4ef7588 quic: handle ACK frame in packet which drops number space
  > 552d8ac Revert "route: change from syscall to x/sys/unix"
  > 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  > 285e1cf go.mod: update golang.org/x dependencies
  > d0a1049 route: remove unused sizeof* consts on freebsd
  > 6e41410 http2: fix benchmarks using common frame read/write functions
  > 4be1253 route: change from syscall to x/sys/unix
  > bc37675 http2: limit number of PINGs bundled with RST_STREAMs
  > e9cd716 route: fix parse of zero-length sockaddrs in RIBs
  > 9a51899 http2: add SETTINGS_ENABLE_CONNECT_PROTOCOL support
bumping knative.dev/pkg 4c90159...0c2a238:
  > 0c2a238 Bump golang.org/x/tools from 0.28.0 to 0.29.0 (# 3134)
  > accfe36 Satisfy linter (# 3132)
  > b4ff2c1 run dependabot workflow only on dependabot branches (# 3133)
  > 83cd52e Bump golang.org/x/net from 0.31.0 to 0.34.0 (# 3130)
  > 4d8f747 Bump google.golang.org/grpc from 1.68.0 to 1.69.2 (# 3131)
  > 459f60e Bump google.golang.org/protobuf from 1.35.2 to 1.36.2 (# 3129)
  > 14369d0 Bump golang.org/x/tools from 0.27.0 to 0.28.0 (# 3119)
  > 28f90c2 upgrade to latest dependencies (# 3127)
  > 23c15c0 Update k8s min and deps to 1.30  (# 3124)
  > 4ba3f1b Update community files (# 3128)
bumping google.golang.org/grpc acba4d3...b615b35:
  > b615b35 Change version to 1.69.2 (# 7947)
  > 6b36a3e experimental/stats: re-add type aliases for migration (# 7929) (# 7941)
  > 4535c6d Change version to 1.69.2-dev (# 7928)
  > b6e7c72 examples/features/csm_observability: Make CSM Observability example server listen on an IPV4 address (# 7933) (# 7934)
  > 9355fbc Change version to 1.69.1 (# 7927)
  > 927a1e1 Change version to 1.69.1-dev (# 7902)
  > 97d633a Change version to 1.69.0 (# 7901)
  > 317271b pickfirst: Register a health listener when used as a leaf policy (# 7832)
  > 5565631 balancer/pickfirst: replace grpc.Dial with grpc.NewClient in tests (# 7879)
  > 634497b test: Split import paths for generated message and service code (# 7891)
  > 78aa51b pickfirst: Stop test servers without closing listeners (# 7872)
  > 00272e8 dns: Support link local IPv6 addresses (# 7889)
  > 17d08f7 scripts/gen-deps: filter out grpc modules (# 7890)
  > ab189b0 examples/features/csm_observability: Add xDS Credentials (# 7875)
  > 3ce87dd credentials/google: Add cloud-platform scope for ADC (# 7887)
  > 3c0586a stats/opentelemetry: Cleanup OpenTelemetry API's before stabilization (# 7874)
  > 4c07bca stream: add jitter to retry backoff in accordance with gRFC A6 (# 7869)
  > 967ba46 balancer/pickfirst: Add pick first metrics (# 7839)
  > bb7ae0a Change logger to avoid Printf when disabled (# 7471)
  > dcba136 test/xds: remove redundant server when using stubserver in tests (# 7846)
  > 8b70aeb stats/opentelemetry: introduce tracing propagator and carrier (# 7677)
  > 13d5a16 balancer/weightedroundrobin: Switch Weighted Round Robin to use pick first instead of SubConns (# 7826)
  > 93f1cc1 credentials/alts: avoid SRV and TXT lookups for handshaker service (# 7861)
  > 44a5eb9 xdsclient: fix new watcher to get both old good update and nack error (if exist) from the cache  (# 7851)
  > 87f0254 xdsclient: fix new watcher hang when registering for removed resource (# 7853)
  > c63aeef transport: add send operations to ClientStream and ServerStream (# 7808)
  > 7d53957 pickfirst: Ensure pickfirst_test.go runs against both new and old policies
  > 0775031 cleanup: remove a TODO that has been take care of (# 7855)
  > db700b7 credentials: remove the context timeout to fix token request failure with non-GCE ADC (# 7845)
  > 3244606 balancer: fix SubConn embedding requirement to not recommend a nil panic hazard (# 7840)
  > 1e7fde9 test: Add unit test for channel state waiting for first resolver update (# 7768)
  > 36d5ca0 stats: deprecate trace and tags methods and remove all usages from internal code (# 7837)
  > ee3fb29 cleanup: use SliceBuffer directly where no pool is available (# 7827)
  > d7f27c4 xds: rename helper to remove mention of OutgoingCtx (# 7854)
  > fdc28bf xdsclient: remove unexported method from ResourceData interface (# 7835)
  > 3a1e3e2 xdsclient: rename the interface for the transport (# 7842)
  > 66385b2 clusterimpl: propagate state update from child when drop/request config remains unchanged (# 7844)
  > 89737ae orca: switching to stubserver in tests instead of testservice implementation (# 7727)
  > a365199 examples: fix debugging example after Dial->NewClient migration (# 7833)
  > 8c518f7 xds: switching to stubserver in tests instead of testservice implementation (# 7726)
  > b01130a xds/internal/xdsclient: fix resource type documentation to only mention handling xds responses (# 7834)
  > 274830d balancer: Add a SubConn.RegisterHealthListener API and default implementation (# 7780)
  > 0553bc3 xdsclient: don't change any global state in NewForTesting (# 7822)
  > 3db86e2 deps: Remove go patch version from go.mod (# 7831)
  > e2b98f9 pickfirst: Implement Happy Eyeballs (# 7725)
  > 60c70a4 mem: implement `ReadAll()` for more efficient `io.Reader` consumption (# 7653)
  > d2c1aae xds: Plumb EDS endpoints through xDS Balancer Tree (# 7816)
  > c2a2d20 docs: update documentation for `ClientStream.SendMsg()` returning `nil` unconditionally when `ClientStreams=false` (# 7790)
  > 0d0e530 grpc: export MethodHandler # 7794 (# 7796)
  > a3a8657 clusterimpl: update picker synchronously on config update (# 7652)
  > 74738cf grpc: Remove health check func dial option used for testing (# 7820)
  > 5b40f07 xdsclient: fix flaky test TestServeAndCloseDoNotRace (# 7814)
  > b3393d9 xdsclient: support fallback within an authority (# 7701)
  > 18d218d pickfirst: Interleave IPv6 and IPv4 addresses for happy eyeballs (# 7742)
  > e9ac44c cleanup: replace grpc.Dial with grpc.NewClient in grpclb test (# 7789)
  > 0ec8fd8 xdsclient/ads: reset the pending bit of ADS stream flow control at the end of the onDone method (# 7806)
  > 43ee172 balancer: Enforce embedding the SubConn interface in implementations (# 7758)
  > 2de6df9 xds/resolver: fix flaky test TestResolverRemovedWithRPCs with a workaround (# 7804)
  > 2a18bfc transport: refactor to split ClientStream from ServerStream from common Stream functionality (# 7802)
  > 70e8931 transport: remove useless trampoline function (# 7801)
  > ef0f617 xdsclient: start using the newly added transport and channel functionalities (# 7773)
  > d66fc3a balancer/endpointsharding: Call ExitIdle() on child if child reports IDLE (# 7782)
  > 2e3f547 ringhash: fix a couple of flakes in e2e style tests (# 7784)
  > 52d7f6a multiple: switch to math/rand/v2 (# 7711)
  > 6fd86d3 Disable buffer_pooling tests (# 7762)
  > 091d20b server: Only call FromIncomingContext with stats handlers (# 7781)
  > 192ee33 multiple: add verbosity checks to logs that use pretty.JSON (# 7785)
  > e7435d6 balancer/endpointsharding: Ignore empty endpoints (# 7674)
  > 4084b14 stats/opentelemetry: Remove OpenTelemetry module and add RLS Metrics e2e tests (# 7759)
  > ada6787 cleanup: switching to stubserver in tests instead of testservice implementation (# 7708)
  > cb32937 credentials: Support ALTSPerRPCCreds in DefaultCredentialsOptions (# 7775)
  > a0cbb52 github: add Go 1.23 testing and make staticcheck work locally with go1.23 (# 7751)
  > 67b9ebf xdsclient: make sending requests more deterministic (# 7774)
  > 94e1b29 vet: add dependency checks (# 7766)
  > a82315c testutils: change ListenerWrapper to push the most recently accepted connection (# 7772)
  > e0a730c clusterresolver: fix a comment in a test (# 7776)
  > f8e5d8f mem: use slice capacity instead of length, to determine whether to pool buffers or directly allocate them (# 7702)
  > c4c8b11 xds/resolver: add a way to specify the xDS client to use for testing purposes (# 7771)
  > 8212cf0 xdsclient: implementation of the xdsChannel (# 7757)
  > 4bb0170 status: Fix status incompatibility introduced by # 6919 and move non-regeneratable proto code into /testdata (# 7724)
  > 80937a9 credentials: Apply defaults to TLS configs provided through GetConfigForClient (# 7754)
  > c538c31 vet: Don't use GOROOT to set PATH if GOROOT is unset (# 7761)
  > 14e2a20 resolver/google-c2p: introduce SetUniverseDomain API (# 7719)
  > 98959d9 deps: update dependencies for all modules (# 7755)
  > 56df169 resolver: update ReportError() docstring (# 7732)
  > 830135e xdsclient: new Transport interface and ADS stream implementation (# 7721)
  > d2ded4b xdsclient: new Transport interface and LRS stream implementation (# 7717)
  > ec10e73 transport: refactor `trInFlow.onData` to eliminate redundant logic (# 7734)
  > 6cd00c9 clientconn: remove redundant check (# 7700)
  > 569c8eb vet: Use go1.22 instead of go1.21 for tidy and staticcheck(# 7747)
  > 4544b8a Change version to 1.69.0-dev (# 7746)
bumping github.com/davecgh/go-spew 8991bc2...d8f796a:
  > d8f796a travis: test against go 1.11
bumping golang.org/x/sys e0753d4...d4ac05d:
  > d4ac05d windows: update NewLazyDLL, LoadDLL docs to point to NewLazySystemDLL
  > 680bd24 windows: remove unused errString type
  > a7f19e9 unix: add Dup3 on dragonfly
  > fe16172 unix: define IfMsghdr2, IfData64, and RtMsghdr2 on darwin
  > 0a57dbc unix: update to kernel Linux 6.12
  > 3cf1e67 unix: don't fail TestPpoll on EINTR
  > d2cea70 windows: add functions to get named pipe process IDs
  > a13946c windows: regenerate zsyscall_windows.go
bumping golang.org/x/term b725e36...40b02d6:
  > 40b02d6 go.mod: update golang.org/x dependencies
  > 442846a go.mod: update golang.org/x dependencies
bumping k8s.io/api 83bdab1...e45474d:
  > e45474d Update dependencies to v0.31.4 tag
  > 46f6230 Merge pull request # 126761 from thockin/automated-cherry-pick-of-# 126749-upstream-release-1.31
  > 1857695 fix v1a3 ResourceSliceList metadata field name
  > 382a091 update codegen and openapi
  > 1073c1e regen clients
  > 6f8e3bd Review feedback
  > 437d97a Coordinated Leader Election Alpha API
  > 63e21d3 Merge pull request # 126243 from SergeyKanzhelev/devicePluginFailures
  > ca07d5a generated files
  > 7192863 add AllocatedResourcesStatus field to ContainerStatus
  > a789efa Merge pull request # 126281 from saschagrunert/oci-volume-docs
  > f04ea0b Merge pull request # 126145 from carlory/kep-3751-api
  > 6f2fee6 ImageVolumeSource: mention that fsGroupChangePolicy has no effect
  > 7d5eb68 Merge pull request # 126108 from gnufied/changes-volume-recovery
  > 447f08f Promote VolumeAttributesClass to beta
  > 871340c Merge pull request # 120611 from pohly/dra-resource-quotas
  > 8962de2 Rename ReizeFailed conditions to ResizeInfeasible
  > 3421a80 Merge pull request # 126067 from tenzen-y/implement-job-success-policy-e2e
  > 19081f3 DRA quota: add ResourceClaim v1.ResourceQuota limits
  > a48b61c Add new values for reporting expansion errors via conditions
  > b689d90 Merge pull request # 125374 from pwschuurman/kep-3335-stable
  > a815b26 Graduate the JobSuccessPolicy to beta
  > 9516298 Merge pull request # 125488 from pohly/dra-1.31
  > dc483d9 Remove StatefulSetStartOrdinal feature gate to target stable in 1.31
  > ff2bf05 Job: Add the CompletionsReached reason to the SuccessCriteriaMet condition
  > e0a906d DRA: new API for 1.31
  > 0030d2c DRA: remove "sharable" from claim allocation result
  > 35de2c0 DRA: remove immediate allocation
  > 8cd8793 DRA: bump API v1alpha2 -> v1alpha3
  > 7d5e5ea Merge pull request # 125571 from liggitt/filter-auth-02-sar
  > 0c2b9ec generate
  > 80604de add subjectaccessreview field and label selectors
  > 5c3f1a6 Merge pull request # 126207 from thockin/ingress-backend-port-atomic
  > 441003d Merge pull request # 125782 from aborrero/master
  > 1b3cb9c Make ServiceBackendPort an atomic struct
  > 261e6aa Merge pull request # 125660 from saschagrunert/oci-volumesource-api
  > b18808d procMount: fix default value documentation
  > fda4e0a Merge pull request # 124859 from morlay/master
  > e42b090 Add ImageVolumeSource API
  > 7ff5716 Merge pull request # 125940 from thockin/master
  > 4dc0f37 Remove json:",omitempty" where json:",inline" specified.
  > b1818c5 Merge pull request # 125470 from everpeace/kep-3619-SupplementalGroupsPolicy-e2e
  > 36ebe43 Clarify errors in ProjectedVolume validation
  > f00cb17 Merge pull request # 124568 from xyz-li/fix_apiserver_output
  > 8be67e6 KEP-3619: API: add NodeFeatures.SupplementalGroupsPolicy in NodeStatus
  > 68522b3 api: fix ValidatingAdmissionPolicyList json tag
  > 4fec474 Merge pull request # 126034 from sohankunkerkar/add-usernamespaces
  > 0787ff7 api: add user namespaces field to NodeRuntimeHandlerFeatures
  > fc8a03c Merge pull request # 126018 from aroradaman/bump-k8s-utils
  > 8ea3a95 Merge pull request # 126057 from thockin/make-pod-ip-host-ip-required
  > bf5bdd3 bump k8s.io/utils
  > 2ae1cf1 Merge pull request # 125442 from mimowo/job-pod-failure-policy-stable
  > 2ef3cc9 make PodIP.IP and HostIP.IP required.
  > e0af89b JobPodFailurePolicy to GA
  > 9c8c6d2 Merge pull request # 126046 from mimowo/fix-job-pod-failure-api
  > 4badb33 Merge pull request # 124969 from RomanBednar/pv-phase-transition-time-ga
  > 61b6c0a Use omitempty for optional fields in Job Pod Failure Policy
  > 2cf4612 Merge pull request # 125922 from dims/update_otel_27
  > ef6990b graduate PersistentVolumeLastPhaseTransitionTime to GA in 1.31
  > 9a93d6b update OpenTelemetry dependencies and grpc
  > e7b4471 Merge pull request # 125021 from aojea/servicecidrbeta
  > f41eb5f Merge pull request # 125116 from pohly/dra-one-of-source
  > db34f59 make update
  > 48abdb0 Merge pull request # 122047 from aojea/treeless
  > f74974e DRA: remove "source" indirection from v1 Pod API
  > 5ad5007 promote ServiceCIDR and IPAddress to beta
  > 70c0174 Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
  > 19c5afd generated
  > 236105a Merge pull request # 125162 from sttts/sttts-code-generator-core-group
  > ad14b89 Bump `prometheus/common to` v0.55.0
  > ea15fac document the API with the details about the allocation CIDR ranges
  > 78bd910 Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
  > 6ff324a code-generator/client-gen: decouple core group from package name 'api'
  > 77d4ad8 Merge pull request # 125600 from thockin/plus_default_deprecated_volumes
  > ba9d110 Update moby/spdystream to v0.4.0
  > 89b2da1 Merge pull request # 125745 from BenTheElder/ping-ping
  > e191233 Use +default for now deprecated ScaleIO volume
  > 26803c0 bump  github.com/moby/spdystream to v0.3.0
  > cdeb356 Use +default for now deprecated AzureDisk volume
  > e025325 Merge pull request # 125731 from dashpole/revert_otel
  > 165690c Use +default for now deprecated ISCSI volume
  > 2788e05 Revert "update OpenTelemetry dependencies"
  > 53f4e42 Use +default for now deprecated RBD volume
  > 149781f Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
  > e297a0e Bump github.com/fxamacker/cbor/v2 to v2.7.0.
  > 8d69060 Merge pull request # 125575 from dashpole/update_otel_27
  > 2d0cd50 update OpenTelemetry dependencies
  > e09016f Merge pull request # 125576 from alvaroaleman/fix
  > 9f6f03f Merge pull request # 125531 from pohly/klog-update
  > 69864e9 Corev1.Node: Link to node doc and not PV doc in status.capacity
  > a2ff581 dependencies: klog v2.130.1
  > 857a946 Merge pull request # 125540 from pohly/revert-binding-deprecation
  > ee77356 api: revert deprecation annotation for v1 Binding
  > 590e504 Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
  > b5dd4c4 Bump fxamacker/cbor/v2 to v2.7.0-beta.
  > c0840f2 Merge pull request # 125189 from mimowo/improve-ready-comment
  > c114cd7 Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
  > 7f878b9 Improve the Job API comment for ready field
  > d93eaf6 KEP-3619: Fine-grained SupplementalGroups control (# 117842)
  > 6e174b7 Update indirect dependencies with ./hack/update-vendor.sh.
  > 983e15a Merge pull request # 124898 from alexzielenski/apiserver/prerelease-ga-tags
  > 4261982 Merge pull request # 123339 from skitt/canonical-json-patch
  > 740a638 add prerelease lifecycle tags to GA types
  > 0b590ac Use canonical json-patch v4 import
  > 7cdaa4e Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
  > 7480c46 Merge pull request # 125045 from pohly/ginkgo-gomega-update
  > 9a6330a dependencies: ginkgo v2.19.0, gomega v1.33.1
  > 664bdd5 Merge pull request # 124793 from mimowo/fix-managed-by-comment
  > b1dbea2 Merge pull request # 123638 from sanposhiho/matchlabelkey-beta
  > 2a86f24 Fix the comment for the Job managedBy field
  > 8a7117f graduate MatchLabelKeysInPodAffinity to Beta
  > 7ccc245 Merge pull request # 123845 from HirazawaUi/promote-DisableNodeKubeProxyVersion-to-beta
  > aa3ed7c Merge pull request # 124590 from xrstf/fix-optional-comment
  > e6d86a2 promote DisableNodeKubeProxyVersion feature gate to beta
  > 92d2eac fix(api): make LocalObjectReference.Name and HostAlias.IP required (# 124553)
  > 2144e85 codegen
  > 7c9431b Merge pull request # 124572 from aojea/alpha_tag
  > 8db881a alpha->beta
  > c4ac111 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
  > fd5eb88 tag service.spec.TrafficDistribution field as alpha
  > 9bd0523 fix stray +optional comment on persistentVolumeClaimRetentionPolicy
  > 8cf3f40 Bump sigs.k8s.io/yaml to v1.4.0
  > 2676848 Merge pull request # 124469 from serathius/etcd-3.5.13
  > b75136d Merge pull request # 124075 from pohly/dra-api-comments
  > 8a34349 Upgrade etcd libraries to v3.5.13
  > 039b247 Merge pull request # 124328 from jiahuif-forks/deps/cel-go
  > 83fe34a DRA: sync internal API doc comments
  > fbc502f generated: ./hack/update-vendor.sh
  > 1e01004 DRA api: ResourceHandle.DriverName is required
  > 63e83d0 generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
  > 2df4487 DRA api: explicitly reserve finalizer for Kubernetes
  > 5975d5e Merge pull request # 124365 from SataQiu/v1.30.0-api-testdata
  > 98d0c7a Merge pull request # 124103 from zhanluxianshen/fix-typos-in-rbac-api
  > 14e4e0c Remove v1.28.0 API testdata
  > 76b6c7c Merge pull request # 124062 from alculquicondor/nodename-api-comment
  > 04510aa Fix typos in rbac api.
  > b27f498 Add v1.30.0 API testdata
  > a819b1d Merge pull request # 116781 from muff1nman/protobuf-fully-qualified-types
  > 58c5883 Update API comment for nodeName to match system behavior
  > 5e7d566 Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
  > 33eb147 generate fully qualified type references
  > 63d4a04 Update x/net for CVE-2023-45288
  > 5147c1a sync: update go.mod
  > d1659eb Merge pull request # 123932 from pohly/dra-api-resource-model-rename
bumping golang.org/x/sync 151027e...913fb63:
  > 913fb63 singleflight: fix typo in singleflight_test.go
bumping knative.dev/hack e92a16a...f8be0cc:
  > f8be0cc Update community files (# 407)
bumping google.golang.org/protobuf c72053a...12c6ebd:
  > 12c6ebd all: release v1.36.2
  > 8878926 internal/impl: fix WhichOneof() to work with synthetic oneofs
  > c0c814f all: start v1.36.1-devel
  > 7fc5ff4 all: release v1.36.1
  > 575aebf internal/impl: revert IsSynthetic() check to fix panic
  > ce4fa19 internal/errors: delete compatibility code for Go before 1.13
  > 607da3e all: start v1.36.0-devel
  > 3b78ca8 all: release v1.36.0
  > 4cf3399 src/google/protobuf: document UnmarshalJSON / API level behavior
  > 8edf940 reflect/protoreflect: use [] syntax to reference method
  > 5376513 proto: add reference to size semantics with lazy decoding to comment
  > 560503e compiler/protogen: allow overriding API level from --go_opt
  > b64efdb cmd/protoc-gen-go: generate _protoopaque variant for hybrid
  > 9eda3d5 all: regenerate.bash for Opaque API
  > eb7b468 all: Release the Opaque API
  > 5f5de33 types/descriptorpb: regenerate using latest protobuf v29.1 release
  > bdcc7ad internal/impl: skip synthetic oneofs in messageInfo
  > 30f628e all: start v1.35.2-devel
bumping k8s.io/apimachinery 37988e5...a8f449e:
  > a8f449e Falls back to SPDY for gorilla/websocket https proxy error
  > 62791ec Merge pull request # 125571 from liggitt/filter-auth-02-sar
  > cc2ba35 add field and label selectors to authorization attributes
  > ce76a8f generate
  > 35052c5 add subjectaccessreview field and label selectors
  > ab06869 Merge pull request # 126105 from benluddy/cbor-framer
  > 429f4e4 Implement runtime.Framer for CBOR Sequences.
  > d7e1c53 Merge pull request # 126018 from aroradaman/bump-k8s-utils
  > 07cb122 Merge pull request # 125748 from benluddy/cbor-custom-marshalers
  > dd17456 bump k8s.io/utils
  > c485170 Error on custom (un)marshalers without a CBOR implementation.
  > 4524748 Merge pull request # 125790 from benluddy/cbor-fieldsv1
  > 6b362fa Merge pull request # 125676 from benluddy/cbor-bufferpool
  > 3da83fe Support either JSON or CBOR in FieldsV1.
  > 56f28d1 Merge pull request # 125629 from benluddy/cbor-rawextension
  > 5976b00 Don't pool large CBOR encode buffers.
  > e55063d Automatically transcode RawExtension between unstructured protocols.
  > e126c65 Merge pull request # 125743 from benluddy/extract-roundtrip-to-unstructured
  > c1f2403 Merge pull request # 125922 from dims/update_otel_27
  > 04bc058 Extract RoundtripToUnstructured to apimachinery apitesting library.
  > f813d28 Merge pull request # 125835 from benluddy/roundtrip-error-fmt-strings
  > 9ac6d17 update OpenTelemetry dependencies and grpc
  > 160885f Fix fmt verbs for strings in roundtrip test errors.
  > ef4453d fix: enable bool-compare rule from testifylint linter (# 125135)
  > adf72dd Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
  > 1dfa5d9 Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
  > 6deaf26 Bump `prometheus/common to` v0.55.0
  > a0fb8b1 Merge pull request # 125646 from HirazawaUi/apply-null
  > a2e9f2d Update moby/spdystream to v0.4.0
  > 65a3763 Merge pull request # 125712 from benluddy/remove-cbor-test-skips
  > 0daad00 add comment for mergeMap
  > 276559d Merge pull request # 125745 from BenTheElder/ping-ping
  > 9731e93 Remove temporary mechanism for skipping CBOR tests.
  > 11ede0a bump  github.com/moby/spdystream to v0.3.0
  > 93912e7 Merge pull request # 125422 from benluddy/cbor-disable-binarymarshaler
  > 01e80c9 Merge pull request # 125731 from dashpole/revert_otel
  > 5626c83 Disable recognition of Binary(Unm|M)arshaler in CBOR serializer.
  > 5f5d4bf Revert "update OpenTelemetry dependencies"
  > 9501ff9 Merge pull request # 125419 from benluddy/cbor-byteslice-base64
  > c225984 Merge pull request # 122891 from siyuanfoundation/api-comp-ver1
  > 541e437 Enable JSON-compatible base64 encoding of []byte for CBOR.
  > a05248b Merge pull request # 125421 from benluddy/cbor-simple-values
  > f7e861d Add version mapping in ComponentGlobalsRegistry.
  > 123bf3a Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
  > 8e6f2d4 Reject CBOR simple values other than true, false, and null.
  > cc42a15 apiserver: Add API emulation versioning.
  > e94cfc0 Merge pull request # 125418 from benluddy/cbor-byte-array-to-array
  > e837731 Bump github.com/fxamacker/cbor/v2 to v2.7.0.
  > e3238d4 Merge pull request # 125575 from dashpole/update_otel_27
  > 042376f Encode byte array to CBOR as array of integer, not byte string.
  > 0e02b52 Merge pull request # 125420 from benluddy/cbor-bignum-bigint
  > 347a004 update OpenTelemetry dependencies
  > 97723bf Reject math/big.Int on encode and bignum tags on decode for CBOR.
  > eb26334 Merge pull request # 125423 from benluddy/cbor-nan-inf
  > 04fe518 Merge pull request # 125531 from pohly/klog-update
  > cf52dcb Reject NaN or infinite floating-point values in the CBOR serializer.
  > aab19db dependencies: klog v2.130.1
  > af4f0d8 Merge pull request # 125424 from benluddy/cbor-timetag-rfc3339
  > 30b7bf1 Merge pull request # 125472 from karlkfi/karl-watch-comments
  > cfa284d Decode CBOR time tags to interface{} as RFC 3339 timestamps.
  > bcc2184 Add details to watch interface method comments
  > 1a6a62a Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
  > 71aae7d Allow decoding RFC 3339 CBOR strings to time.Time.
  > a2d2122 Bump fxamacker/cbor/v2 to v2.7.0-beta.
  > 703232e Merge pull request # 125299 from karlkfi/karl-reflector-fix-2
  > 8ac23fa Improve Reflector unit tests
  > 733a95e Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
  > b4069ae Implement cbor.Marshaler and cbor.Unmarshaler for resource.Quantity.
  > 6253e16 Implement cbor.Marshaler and cbor.Unmarshaler for metav1.MicroTime.
  > b19cb35 Implement cbor.Marshaler and cbor.Unmarshaler for metav1.Time.
  > bd5fa0b Implement cbor.Marshaler and cbor.Unmarshaler for IntOrString.
  > 63ab494 Merge pull request # 123339 from skitt/canonical-json-patch
  > 845ea7e Use canonical json-patch v4 import
  > a14e568 Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
  > d8a3da3 Merge pull request # 125045 from pohly/ginkgo-gomega-update
  > 5c8637d Merge pull request # 124775 from benluddy/cbor-unstructuredlist
  > 48701d2 dependencies: ginkgo v2.19.0, gomega v1.33.1
  > 491adfd Merge pull request # 125068 from benluddy/cbor-decode-to-any
  > 7f39f09 Decode CBOR to UnstructuredList as UnstructuredJSONScheme does.
  > 60bddd4 Add unit tests for decoding CBOR into interface{} type
  > 1da46c3 Merge pull request # 124799 from benluddy/cbor-self-described-cbor-tag-decode-test
  > 27aebe7 Add CBOR decoder unit test that accepts tag 55799.
  > 53e91cb Merge pull request # 123620 from benluddy/json-frame-reader-underlying-array-reuse
  > c9c3e94 Merge pull request # 121496 from benluddy/metav1-labelselector-fuzz
  > e79aa4b Remove shared ref to underlying array of JSONFrameReader's Read arg.
  > d5c9711 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
  > 8a0a7f6 Deduplicate set expression values in metav1.LabelSelector fuzzer.
  > a043c3f Merge pull request # 122026 from skitt/sets-go1.21
  > e2d25ee Bump sigs.k8s.io/yaml to v1.4.0
  > 03f2f33 Merge pull request # 124469 from serathius/etcd-3.5.13
  > b64363e Use Go 1.21 Ordered and clear for sets
  > 281251e Upgrade etcd libraries to v3.5.13
  > bb88221 Merge pull request # 124328 from jiahuif-forks/deps/cel-go
  > bfd47a1 Merge pull request # 123626 from benluddy/cbor-test-encode-no-duplicate-map-key
  > 952d3cb generated: ./hack/update-vendor.sh
  > 0ee3e61 Merge pull request # 124324 from benluddy/cbor-decode-tests-grouped-by-cbor-type
  > 948272c Add tests for CBOR encoder handling of duplicate field names/tags.
  > 125cb5f generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
  > ea31e51 Merge pull request # 124116 from HiranmoyChowdhury/hiranmoy
  > d39475b Group CBOR decode tests by the kind of their inputs.
  > 8c36da9 Merge pull request # 121970 from pohly/log-apimachinery-runtime
  > 8d006f4 deep copy issue in getting controller is solved
  > 7778646 Merge pull request # 116781 from muff1nman/protobuf-fully-qualified-types
  > 126f5ce apimachinery runtime: support contextual logging
  > e696ec5 Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
  > ad648b1 generate fully qualified type references
  > 2dd8802 Update x/net for CVE-2023-45288
  > d82afe1 Merge pull request # 123801 from HirazawaUi/followup-allow-special-characters
bumping golang.org/x/text efd25da...d42948e:
  > d42948e go.mod: update golang.org/x dependencies

Signed-off-by: Knative Automation <automation@knative.team>
2025-01-13 19:52:00 +00:00
Knative Automation 5522d1afbe
upgrade to latest dependencies (#905)
bumping golang.org/x/oauth2 6d8340f...3e64809:
  > 3e64809 x/oauth2: add Token.ExpiresIn
  > 16a9973 jwt: rename example to avoid vet error
  > b52af7d endpoints: add GitLab DeviceAuthURL
bumping google.golang.org/genproto/googleapis/api ddb44da...8af14fe:
  > 8af14fe chore(all): update all (# 1159)
  > 7e3bb23 chore(all): auto-regenerate .pb.go files (# 1158)
  > f6391c0 chore(all): update all (# 1156)
  > 3fd189d chore(googleapis): update cloud/gkeconnect/gateway/v1beta1/alias.go (# 1157)
  > 4ba0660 chore: update datastore and bigtable (# 1155)
  > fc7c04a feat: move SoT for datastore proto definitions (# 1154)
  > 278611b chore(all): update all (# 1153)
bumping google.golang.org/grpc 3f95b38...acba4d3:
  > acba4d3 Change version to 1.68.0 (# 7743)
  > 5363dca credentials: Apply defaults to TLS configs provided through GetConfigForClient (# 7754) (# 7813)
  > 056dc64 status: Fix status incompatibility introduced by # 6919 and move non-regeneratable proto code into /testdata (# 7724) (# 7793)
  > b79fb61 mem: use slice capacity instead of length, to determine whether to pool buffers or directly allocate them (# 7702) (# 7792)
  > 54841ef  stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (# 7740)
  > ad81c20 pickfirstleaf: minor simplification to reconcileSubConnsLocked method (# 7731)
  > b850ea5 transport : wait for goroutines to exit before transport closes (# 7666)
  > 00b9e14 pickfirst: New pick first policy for dualstack (# 7498)
  > 18a4eac testutils: add couple of log statements to the restartable listener type (# 7716)
  > fdc2ec2 xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (# 7720)
  > 4115c21 xds: return all ServerConfig dial options together (# 7718)
  > b8ee37d pickfirst: Move var for mocking the shuffle func from internal/internal to pickfirst/internal (# 7698)
  > d9d8f34 revert xds: return all ServerConfig dial options together (# 7712)
  > 5f178a8 xdsclient: fix test build breakage (# 7710)
  > f17ea7d xds: return all ServerConfig dial options together (# 7680)
  > bdd444d xds: address merge conflict gotcha and missed review comment from previous PRs (# 7705)
  > d365be6 transport: prevent deadlock in transport Close when GoAway write hangs (# 7662)
  > 6c6c9b6 xdsclient: e2e style tests for ads stream restart (5/N) (# 7696)
  > 5e6f4b9 xds: misc test cleanup (4/N) (# 7695)
  > 3adcd41 xdsclient: make load reporting tests e2e style (3/N) (# 7694)
  > 98d1550 xdsclient: switch more transport tests to e2e style (2/N) (# 7693)
  > 9afb232 xdsclient: invoke watch callback when new update matches cached one, but previous update was NACKed (1/N) (# 7692)
  > ab5af45 Revert "protoc-gen-go-grpc: remove `use_generic_streams_experimental`  flag (defaults to true) (# 7654) (# 7703)
  > e8a70c6 vet: add check to ensure terminating newline (# 7645)
  > 5fd9853 examples: improve package comments (# 7658)
  > 859602c vet : add check for tabs in text files (# 7678)
  > 67e47fc xds: Fix flaky test TestUnmarshalListener_WithUpdateValidatorFunc (# 7675)
  > ca4865d balancer: automatically stop producers on subchannel state changes (# 7663)
  > 941102b xds/server: Fix xDS Server leak (# 7664)
  > 7aee163 xds: add xDS transport custom Dialer support (# 7586)
  > 9affdbb internal/credentials/xds: add unit tests for `HandshakeInfo.Equal` (# 7638)
  > 3196f7a protoc-gen-go-grpc: remove `use_generic_streams_experimental` flag (defaults to true) (# 7654)
  > 218811e balancer/rls: Add picker and cache unit tests for RLS Metrics (# 7614)
  > a9ff62d clusterresolver/e2e_test: Avoid making real DNS requests in TestAggregateCluster_BadEDS_BadDNS (# 7669)
  > e7a8097 cleanup: replace grpc.Dial with grpc.NewClient in tests (# 7640)
  > bcf9171 transport: Fix reporting of bytes read while reading headers (# 7660)
  > 8ea3460 balancer: fix logic to prevent producer streams before READY is reported (# 7651)
  > 6c48e47 replace tab with spaces in text files (# 7650)
  > 1418e5e clusterimpl: use gsb.UpdateClientConnState instead of switchTo, on receipt of config update (# 7567)
  > ac41314 .*: Add missing a newline at the end (# 7644)
  > 11c44fb vet: add comment explaining reason for revive lineter disabled rules (# 7634)
  > 3b626a7 *: fix more typos (# 7619)
  > 04e78b0 .*: fix lint issues of not having comments for exported funcs and vars along with any remaining issues and enable remaining disabled rules (# 7575)
  > 31ffeee Deps: Bump Go version in Dockerfiles and test/kokoro/xds.sh (# 7629)
  > 393fbc3 Update dependencies after 1.67 branch cut (# 7624)
  > cf5d541 stubserver: support xds-enabled grpc server (# 7613)
  > b6fde8c vet: add check for trailing spaces (# 7576)
  > 7fb7ac7 mem: replace flate.Reader reference (# 7595)
  > 8f920c6 Change version to 1.68.0-dev (# 7601)
bumping google.golang.org/genproto/googleapis/rpc ddb44da...8af14fe:
  > 8af14fe chore(all): update all (# 1159)
  > 7e3bb23 chore(all): auto-regenerate .pb.go files (# 1158)
  > f6391c0 chore(all): update all (# 1156)
  > 3fd189d chore(googleapis): update cloud/gkeconnect/gateway/v1beta1/alias.go (# 1157)
  > 4ba0660 chore: update datastore and bigtable (# 1155)
  > fc7c04a feat: move SoT for datastore proto definitions (# 1154)
  > 278611b chore(all): update all (# 1153)
bumping knative.dev/pkg 7b333a0...47a6f9f:
  > 47a6f9f Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (# 3116)

Signed-off-by: Knative Automation <automation@knative.team>
2024-11-15 11:21:44 +00:00
Knative Automation abecea6b8c
upgrade to latest dependencies (#893)
bumping google.golang.org/grpc d0bf90a...6f50403:
  > 6f50403 Change version to 1.67.0 (# 7604)
  > 3c3a025 mem: replace flate.Reader reference (# 7595) (# 7637)
  > 3ffb98b .*: fix revive lints `redefines-builtin-id` (# 7552)
  > 5666049 vet: enforce revive linter (# 7589)
  > c6ad07f protoc: regenerate protos (# 7590)
  > 70f19ee credentials/tls: default GRPC_ENFORCE_ALPN_ENABLED to true (# 7535)
  > 92111dc xds: keep ads flow control local to xdsclient/transport package (# 7578)
  > 535bdce estats: remove dependency on testing package (# 7579)
  > 0f03c74 .*: fix revive lint issues `unused-parameter` (# 7580)
  > 6147c81 stats/opentelemetry: Optimize slice allocations (# 7525)
  > cd05c9e .*: fix revive package-comments lint issues (# 7574)
  > 00514a7 xds/clusterimpl: update UpdateClientConnState to handle updates synchronously (# 7533)
  > 093e099 grpc: fix regression by freeing request bufferslice after processing unary (# 7571)
  > 8320224 .*: revive from unused_parameters (# 7577)
  > 845f62c stats/otel: upgrade grpc version that contains the experimental/stats package (# 7545)
  > 55d820d clusterresolver/e2e_test: Avoid making DNS requests (# 7561)
  > 52961f7 grpc: add docs for generic stream interfaces  (# 7470)
  > 005b092 examples/advancedtls: example code for different security configurations for grpc-go using `advancedtls` (# 7474)
  > 0b6f354 xdsclient: Populate total_issued_requests count in LRS load reports (# 7544)
  > c535946 grpc: Fix flaky picker_wrapper tests (# 7560)
  > 9feed00 balancer/wrr: prefer calling Equal() method of time.Time (# 7529)
  > a8e6e11 .*: Use `strings.ReplaceAll(.....)` (# 7554)
  > 6d97688 xds/xdsclient: Fix flaky test TestLRSClient  (# 7559)
  > cfd14ba encoding: delete v1 proto codec and use one map for registry (# 7557)
  > 3d95421 Fix revive identified linter issues: var-declaration, indent-error-flow, increment-decrement, superfluous-else (# 7528)
  > e4b09f1 Remove trailing whitespace in testing.yml (# 7551)
  > 0a5b8f7 balancer: disallow producer streams until SubConn has reported READY (# 7523)
  > 9ab8b62 Implement new Codec that uses `mem.BufferSlice` instead of `[]byte` (# 7356)
  > 7e12068 bootstrap: add `String` method to ServerConfigs type (# 7537)
  > ee5cbce ringhash: fix bug where ring hash can be stuck in transient failure despite having available endpoints (# 7364)
  > 1e2bb71 doc: update keepalive ClientParameters doc about doubling the interval upon GOAWAY (# 7469)
  > 6a5a283 Use builtin min and max functions (# 7478)
  > 90caeb3 deps: update dependencies for all modules (# 7531)
  > f8d98a4 rbac: fix usage of AuthInfo (# 7522)
  > 4e29cc6 transport: add timeout for writing GOAWAY on http2Client.Close() (# 7371)
  > b45fc41 Change version to 1.67.0-dev (# 7520)
bumping google.golang.org/genproto/googleapis/rpc 573a115...ddb44da:
  > ddb44da chore: update to 1.21 (# 1152)
  > 8ffd90a chore(all): auto-regenerate .pb.go files (# 1150)
bumping knative.dev/pkg aaab500...aabe552:
  > aabe552 Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (# 3094)
  > a4774ed Bump github.com/gobuffalo/flect from 1.0.2 to 1.0.3 (# 3093)
bumping google.golang.org/genproto/googleapis/api 573a115...ddb44da:
  > ddb44da chore: update to 1.21 (# 1152)
  > 8ffd90a chore(all): auto-regenerate .pb.go files (# 1150)

Signed-off-by: Knative Automation <automation@knative.team>
2024-09-23 13:46:29 +00:00
Knative Automation d1191d7426
upgrade to latest dependencies (#891)
bumping golang.org/x/term d598954...2f7b0dd:
  > 2f7b0dd go.mod: update golang.org/x dependencies
  > f867b76 x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windows
bumping knative.dev/hack 9724320...fc6a845:
  > fc6a845 Update community files (# 398)
bumping golang.org/x/net 4542a42...35b4aba:
  > 35b4aba go.mod: update golang.org/x dependencies
  > 9bf379f websocket: fix printf(var) mistake detected by latest printf checker
bumping golang.org/x/text b2bec85...1e3e9fd:
  > 1e3e9fd all: rename Example test functions to prevent vet errors
bumping google.golang.org/grpc 2da9769...00d3ec8:
  > 00d3ec8 Change version to 1.66.0 (# 7518)
  > 973e3dc xdsclient: Populate total_issued_requests count in LRS load reports (# 7544) (# 7565)
  > 8e3596c cherry-pick # 7557 to v1.66.x branch (# 7564)
  > 62baa5f cherry-pick # 7356 to v1.66.x branch (# 7546)
  > f857020 cherry-pick # 7523 to v1.66.x branch (# 7547)
  > 35e915e cherry-pick: transport: add timeout for writing GOAWAY on http2Client.Close() # 7371 (# 7540)
  > 63853fd rls: update picker synchronously on configuration update (# 7412)
  > 86135c3 csds: unskip e2e test (# 7502)
  > 5d07b63 transport: change `*http2Client` to interface `ClientTransport` (# 7512)
  > c98235b grpclog: refactor to move implementation to grpclog/internal (# 7465)
  > 7ec3fd2 balancer/rls: Fix RLS Cache metrics (# 7511)
  > 6d7f07c test/tools: update staticcheck version to latest (# 7509)
  > 9706bf8 balancer/rls: Add cache metrics (# 7495)
  > c8951ab *: fix minor typos (# 7487)
  > 3cb3342 .*: fix comments (# 7504)
  > eece43b latency: don't wrap when all the latencies are zero (# 7506)
  > 366decf transport/grpchttp2: add http2.Framer bridge (# 7453)
  > 5c4da09 grpc: fix a bug introduced in # 7461 (# 7505)
  > 1008562 benchmark: wire in new gzip compressor (# 7486)
  > ced812e xds: implement ADS stream flow control mechanism (# 7458)
  > 54b48f7 balancer/weightedroundrobin: Add recording point for endpoint weight not yet usable and add metrics tests (# 7466)
  > 7b9e012 balancer/rls: Add picker metrics (# 7484)
  > 3ee837c *.pb.go: regenerate protos (# 7493)
  > f9b96b8 internal/transport: Unlock mutex before panic (# 7488)
  > d00dd8f xds: env var protection for xds fallback (# 7483)
  > ffaa81e transport/bufWriter: fast-fail on error returned from flushKeepBuffer() (# 7394)
  > 1490d60 transport/grpchttp2: revert # 7477 usage of mem package (# 7485)
  > e6b6318 transport/grpchttp2: change types to include `mem` package (# 7477)
  > 6d0aaae grpc: make client report `Internal` status when server response contains unsupported encoding (# 7461)
  > 338595c balancergroup: remove mentions of locality from comments (# 7476)
  > c8716e5 mem: fix comment typo (# 7482)
  > e524655 tools: Add github.com/mgechev/revive (# 7472)
  > 4a26a49 balancer/leastrequest: Add verbosity check around build log (# 7467)
  > 887d908 mem: introduce `mem` package to facilitate memory reuse (# 7432)
  > 6fa393c transport/grpchttp2: add doc to methods and values (# 7445)
  > 1013847 cmd/protoc-gen-go-grpc: fix typo pancis -> panics (# 7456)
  > 1b1230b resolver_wrapper: add early return in addChannelzTraceEvent (# 7437)
  > 5520cff experimental/stats/metricregistry: Add comments on enum consts for Metrics Type (# 7457)
  > 0b33bfe transport: Discard the buffer when empty after http connect handshake (# 7424)
  > 566aad1 examples/retry: remove waitForReady from service config (# 7450)
  > ec9dff7 cmd/protoc-gen-go-grpc: update version to 1.5.1 (# 7452)
  > 245323c cmd/protoc-gen-go-grpc: remove replace and skip test that requires it for now (# 7451)
  > 3eb0145 balancer/weightedroundrobin: Add emissions of metrics through metrics registry (# 7439)
  > bc03420 cmd/protoc-gen-go-grpc: update version for release
  > 84a4ef1 internal/stats: Add metrics recorder list and usage in ClientConn  (# 7428)
  > 47be8a6 Remove trailing spaces (# 7426)
  > 1feeaec stats: Add optional locality label in cluster_impl picker (# 7434)
  > 9671c4a cmd/protoc-gen-go-grpc: test the embedded struct at registration time for proper usage (# 7438)
  > 40f3998 client: Stabilize WaitForStateChange API (# 7425)
  > aae9e64 docs: fix and improve anti-patterns.md (# 7418)
  > ac5a7fe xds: Fix flaky test Test/ServerSideXDS_WithValidAndInvalidSecurityConfiguration (# 7411)
  > 0231b0d transport/grpcframer: create grpcframer package (# 7397)
  > 2bcbcab stats/opentelemetry: Add usage of metrics registry (# 7410)
  > 64adc81 scripts: regenerate pbs with caching deps to a fixed tmp folder (# 7409)
  > 4ed8180 ringhash: more e2e tests from c-core (# 7334)
  > 61aa949 vet: fix option order when invoking grep (# 7421)
  > b1979b6 vet: remove trailing whitespace (# 7420)
  > 700ca74 xds/balancer/priority: Unlock mutex before returning (# 7417)
  > d27ddb5 internal/grpcsync: support two ways to schedule a callback with the serializer (# 7408)
  > ecbb837 experimental/stats: Add metrics registry (# 7349)
  > c5c0e18 scripts: minor refactor to scripts (# 7403)
  > e7d8822 protoc-gen-go-grpc: add period to end of generated comment (# 7392)
  > ee62e56 xds: fix typos (# 7405)
  > 48b7581 security/advancedtls: remove Go1.19 build constraints (# 7404)
  > eff3e67 *.pb.go: regenerate (# 7402)
  > e54f441 xds: make fallback bootstrap configuration per-process (# 7401)
  > 9c5b31d xds: use locality from the connected address for load reporting (# 7378)
  > 45d44a7 grpc: hold ac.mu while calling resetTransport to prevent concurrent connection attempts (# 7390)
  > f64a6a3 test/channelz: change channelz_test to use write data (# 7396)
  > daab563 examples: Add OpenTelemetry example (# 7296)
  > bb49a88 cmd/protoc-gen-go-grpc: default use_generic_streams_experimental to true (# 7387)
  > 53a5c41 interop/lb: Increase Go PSM LB test timeout to 300min (# 7393)
  > bdd707e scripts: add linter rule for using context.WithTimeout on tests (# 7342)
  > 4e9b596 xds: add support for multiple xDS clients, for fallback (# 7347)
  > 5ac73ac documentation: Update proxy docs to point to `WithContextDialer` (# 7361)
  > d382d84 metadata: stabilize ValueFromIncomingContext (# 7368)
  > c9caa9e metadata: remove String method (# 7372)
  > f199062 xds: Add a test for incorrect load reporting when using pickfirst with servers in multiple localities (# 7357)
  > 6126383 metadata: make Stringer implementation consistent (# 7355)
  > 98e5dee cmd/protoc-gen-go-grpc: enable edition 2023 support (# 7351)
  > 5f5d4d2 doc: fix link to error_details example (# 7345)
  > 1811c6f github: update codecov with token and fail_ci_if_error (# 7348)
  > 3e78e9b MAINTAINERS.md: add new members and move ex-members to emeritus (# 7284)
  > 8c80220 grpclog: remove Debugf method to avoid unnecessary evaluation (# 7330)
  > c8568c9 grpc: Readd pick first name (# 7336)
  > cd7e282 go.mod: update go-control-plane dependency for xDS fallback (# 7340)
  > a0311cd golint fix: context.Context should be the first parameter of a function (# 7338)
  > b8ca292 examples/features/retry: Improve docstring (# 7331)
  > f1b7f41 xds/bootstrap: add testing support to generate config (# 7326)
  > c441d42 github: use latest release of qemu emulator (# 7337)
  > 970f390 test: fix typo in pickfirst_test.go (# 7332)
  > c04b085 internal/transport: minor cleanup of controlBuffer code (# 7319)
  > 07078c4 github: add cache-dependency-path to setup-go (# 7323)
  > 24a6b48 credentials/alts: fix defer in TestDial (# 7301)
  > e37c6e8 fix testclient type in ringhash_balancer_test checkRPCSendOK (# 7324)
  > 8075dd3  stats/opentelemetry: Fix protobuf import (# 7320)
  > 4dd7f55 ringhash: port e2e tests from c-core (# 7271)
  > de51a63 examples: Add CSM Observability example (# 7302)
  > 3267089 stats/opentelemetry: Add e2e testing for CSM Observability (# 7279)
  > c4753c3 scripts: improve regenerate.sh to use the correct proto compiler version (# 7064)
  > e2e7a51 xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (# 7309)
  > e40eb2e deps: update dependencies for all modules (# 7310)
  > dfcabe0 xds: cleanup bootstrap processing functionality (# 7299)
  > dbd24a9 [advancedTLS] Removed deprecated APIs in advancedTLS (# 7303)
  > 30c0cdd vet: remove --quiet from git grep when output is expected (# 7305)
  > 5a289d9 dns: fix constant 30s backoff for re-resolution (# 7262)
  > 9bdf335 Change version to 1.66.0-dev (# 7308)
bumping golang.org/x/sys 914deed...a43b625:
  > a43b625 windows: add SIO_UDP_NETRESET constant
  > ed67b15 windows: add console codepage api
  > 9cb830b unix: add missing import to syscall_hurd.go
  > 71132f5 unix: add POLLRDHUP to FreeBSD
  > 3283fc3 cpu: add support for detecting RISC-V extensions
  > 29e55b2 unix: use os.Executable rather than os.Args[0] in tests
  > a8c5219 unix: rename XDPUmemReg field back to Size
  > 59665e5 unix: add Connectx for darwin
  > a0c72ef unix: add f_flag member flags on z/OS
  > c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10
  > da77c6b unix: sync minimum Linux Kernel version with requirements page
bumping knative.dev/pkg a1469cf...3002873:
  > 3002873 Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (# 3087)
  > fdbc0b5 Bump golang.org/x/net from 0.28.0 to 0.29.0 (# 3090)
  > 7c0ad27 Update community files (# 3089)

Signed-off-by: Knative Automation <automation@knative.team>
2024-09-17 10:57:44 +00:00
Knative Automation 2a0991fd01
upgrade to latest dependencies (#879)
bumping golang.org/x/net 66e838c...e2310ae:
  > e2310ae go.mod: update golang.org/x dependencies
  > 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9
  > 9617c63 http2: avoid Transport hang with Connection: close and AllowHTTP
bumping golang.org/x/sys 673e0f9...faed7ec:
  > faed7ec unix: add PthreadChdir and PthreadFchdir on darwin
  > c892bb7 unix: fix MmapPtr test failing on OpenBSD
  > a0ef40a unix: fix MremapPtr test failing on NetBSD
  > daa2394 unix: add unsafe mmap, munmap, mremap
  > 7670087 windows: add GetAce Windows API
  > 348425a windows/svc: do not pass theService to windows.RegisterServiceCtrlHandlerEx
bumping golang.org/x/tools bc6931d...33be3ef:
  > 33be3ef go.mod: update golang.org/x dependencies
  > 0e7ccc0 gopls/internal/golang: provide version info for stdlib in pkgdoc
  > fcf5463 gopls/internal/server: add counters to inform v0.17.0
  > 70a59b2 gopls/doc: respond to Hana's review of CL 583316
  > 799a471 gopls/doc: document all of gopls' features
  > 2e239ad gopls/internal/golang: provide version info for stdlib fields
  > bc15dd8 gopls/internal/analysis/fillstruct: use package name (not path) in UI
  > 72edac2 internal/typeparams: fix crash in interface hover with empty type set
  > c0ae6bb gopls/internal/golang: splitlines: s/parameter/arguments/ in CallExpr
  > 5cc2d0b gopls/internal/golang: splitlines: remove workaround for golang/go# 68202
  > 6916077 gopls/internal/golang: don't panic when findKeyword fails
  > 8fa4173 gopls/internal/server: conditionally prompt for telemetry
  > b9a361a gopls/internal/golang: provide version info for stdlib methods
  > dd9d554 go/ast/astutil: PathEnclosingInterval: add missing FuncType nodes
  > 3db1ddb gopls/internal/golang: provide available version info in stdlib hover
  > 008ed2c gopls/internal/golang/completion: fix package clause completion suffix
  > b297f5a gopls/internal/golang: s/return values/results/
  > b5bfa9c gopls/internal/fuzzy: move the fuzzy package to gopls
  > 02912f7 gopls/internal/cache: lift package caching to forEachPackage
  > e7f294d gopls/matcher: don't give bonus to case insensitive match
  > 480a22d gopls/completion: don't take address of interfaces for "%p" values
  > 3151270 gopls/internal: add code action "extract declarations to new file"
  > 850c7c3 gopls: skip failing tests on wasm/wasip1
  > dc34122 gopls/internal/golang: fix hovering from the builtin file
  > 1028e30 gopls/internal/settings: remove fieldalignment analyzer
  > 5fefc65 go/analysis/passes/stringintconv: do not generate empty edits
  > 1e6c1e2 gopls/internal/golang: strip @v1.2.3 suffix from pkgdoc URLs
  > 7de8d0a gopls/internal/analysis/simplifyrange: reenable on range-over-func
  > c9675c2 internal/refactor/inline: avoid unnecessary import renames
  > f06ed92 gopls/internal/settings: define InlayHints enum
  > 833def6 gopls/internal/settings: move CodeActionKind values from protocol
  > 47bd819 gopls/internal/server: fix CSS typo
  > df4e862 gopls/internal/settings: minor cleanups
  > 4a26477 internal/refactor/inline: allow duplicable type conversions
  > db513b0 go/ssa: wait for shared functions to finish building
  > 8a45e6c go/analysis/passes/asmdecl: define register-ABI result registers for loong64
  > dfdfa49 go/types/objectpath: support Signature.RecvTypeParams
  > 2d104ec gopls/doc/generate: treat LinksInHover as an enum
  > b994346 gopls/doc/assets: create dummy submodule for image files
  > 18e694b gopls/doc/release: finalize v0.16.0 release notes
  > 99779e9 gopls/internal/settings: move CodeLensSource from protocol
  > 9bf0e21 gopls/internal/test/integration/misc: skip asm test unless a{rm,md}64
  > f2d2ebe go/analysis/passes/buildtag: retire Go 1.15 support
  > 1239d04 gopls/internal/golang:  Hover: use internal pkg doc viewer
  > 6ece8fb gopls/internal/golang: improve ergonomics of "Browse documentation"
  > 693d7fe gopls/internal/settings: simplify SetOptions
  > 977f6f7 go/packages: move getSizesForArgs back
  > 6a8bc5f gopls/internal/lsp/source: ignore lambdas in call hierarchy
  > b5dbe8b gopls/internal/golang: s/View/Browse/ for browser-based features
  > 2ca6abe gopls: expand on documentation about version support changes
  > b59dd37 go/analysis: document interpretation of multiple diagnostics
  > 4419f4f go/analysis/passes/stringintconv: offer fix of fmt.Sprint(x)
  > a69d9a2 internal/analysisinternal: AddImport helper for inserting imports
  > db99e8a gopls/internal/test/integration/misc: skip ASM assertions on risc64
  > a852b25 gopls/doc/release: update gopls release notes for language support
  > 03d7125 gopls/doc/emacs.md: use more precise before-save terminology
  > e4b0a18 internal/checker: run despite all errors
  > f45db9b internal/protocol/command: regenerate commands to fix build
  > 568dea1 gopls: update x/telemetry dependency
  > 82912d2 internal/imports: fix starvation in external candidate search
  > 3e94830 internal/imports: optimize package path filtering
  > dddd55d go/ssa: fixing Named type substitution
  > 46928a5 gopls: fix StmtToInsertVarBefore for switch stmts
  > 318adf2 gopls/internal/protocol/command/gen: omit unnecessary MarshalArgs calls
  > bffeaaa gopls/internal/golang: s/Show/View/ for web-based reports
  > a9021a5 go/ssa: export Defer.DeferStack field
  > ae52477 cmd/deadcode: fix nil panic in Edge.Site.Pos
  > 82be0b4 gopls/internal/server: return a non-nil slice for empty token result
  > 413a491 gopls/internal/golang: factor the 3 web reports
  > f41a407 gopls/internal/golang: Web, an abstraction of server.web
  > f5a26d2 gopls/internal/server: simplify FreeSymbols plumbing
  > 0341917 gopls/internal/cache: stop module cache refresh on view shutdown
  > 8f4c6b0 gopls/internal/test/integration/misc: fix build
  > 15d13c3 gopls/internal/golang: add "Show assembly of f" code action
  > a35b054 gopls/internal/test/integration: style tweaks to CodeAction
  > fc82f4e gopls/internal/protocol/command: use gopls.foo form everywhere
  > c24ae10 gopls/internal/cmd: cleanup progress handling
  > 6e3b208 gopls/internal/test: add test case for parameter rename match import
  > 5e0f1d8 gopls/internal/server: fix regression in organize imports code action
  > 1c73966 internal/imports: add a warning not to remove the fixImports seam
  > d9366dd internal/imports: restore fixImports extension point
  > 8bf61b8 gopls/internal/cache: fix module resolver cache refreshing
  > 7522327 gopls/rename: Fix spurious package name conflicts.
  > 5e43887 internal/stdlib: generate from api/next/*.txt (go1.23) too
bumping golang.org/x/mod c0bdc7b...d58be1c:
  > d58be1c sumdb/tlog: set the hash of the empty tree according to RFC 6962
  > 232e49f Revert "module: add COM0 and LPT0 to badWindowsNames"
bumping knative.dev/pkg 3f6a546...b4e5f07:
  > b4e5f07 Bump google.golang.org/grpc from 1.64.0 to 1.65.0 (# 3073)
  > fe204d0 Bump golang.org/x/net from 0.26.0 to 0.27.0 (# 3072)
  > 9dc5206 Bump golang.org/x/tools from 0.22.0 to 0.23.0 (# 3074)
  > 7ecd548 Update community files (# 3071)
bumping golang.org/x/term 5f0bb72...c976cb1:
  > c976cb1 go.mod: update golang.org/x dependencies
bumping knative.dev/hack 0914314...b979959:
  > b979959 Update community files (# 387)

Signed-off-by: Knative Automation <automation@knative.team>
2024-07-10 18:59:20 +00:00
Knative Automation 6298ee2705
upgrade to latest dependencies (#856)
bumping golang.org/x/mod 766dc5d...aa51b25:
  > aa51b25 modfile: do not collapse if there are unattached comments within blocks
  > 87140ec sumdb/tlog: make NewTiles only generate strictly necessary tiles
  > 18d3f56 modfile: fix crash on AddGoStmt in empty File
bumping golang.org/x/oauth2 85231f9...d0e617c:
  > d0e617c google: add Credentials.UniverseDomainProvider
  > 3c9c1f6 oauth2/google: fix the logic of sts 0 value of expires_in
  > 5a05c65 oauth2/google: fix remove content-type header from idms get requests
  > 3a6776a appengine: drop obsolete code for AppEngine envs <=Go 1.11
bumping knative.dev/pkg 1ff9a77...39d72da:
  > 39d72da Bump github.com/prometheus/common from 0.52.2 to 0.52.3 (# 3015)
  > e255c15 Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (# 3016)
  > 7de1740 Bump golang.org/x/tools from 0.19.0 to 0.20.0 (# 3012)
  > bc62610 Bump google.golang.org/grpc from 1.62.1 to 1.63.0 (# 3013)
  > a49e72f Bump golang.org/x/net from 0.22.0 to 0.24.0 (# 3011)
bumping github.com/prometheus/common 4433931...0234594:
  > 0234594 Add support for go 1.20 (# 617)
bumping google.golang.org/grpc 9952aa8...c68f456:
  > c68f456 Change version to 1.63.0 (# 7050)
  > 6369167 *: update http2 dependency (# 7082)
  > 8854761 cherry-pick: channelz: fix race accessing channelMap without lock (# 7079) (# 7080)
  > e62770d channelz: add LocalAddr to listen sockets and test (# 7062) (# 7063)
  > 4ffccf1 googlec2p: use xdstp style template for client LDS resource name (# 7048)
  > faf9964 gracefulswitch: add ParseConfig and make UpdateClientConnState call SwitchTo if needed (# 7035)
  > 800a8e0 channelz: re-add state for subchannels (# 7046)
  > dadbbfa channelz: re-add target and state (# 7042)
  > 55cd7a6 channelz: major cleanup / reorganization (# 6969)
  > a1033b1 xds: add LRS named metrics support (# 7027)
  > 4f43d2e chore: remove repetitive words (# 7036)
  > 7c37770 grpc: clean up doc strings and some code around Dial vs NewClient (# 7029)
  > c808322 chore: expose `NewClient` method to end users (# 7010)
  > c31fce8 Update github.com/golang/protobuf and google.golang.org/protobuf modules (# 7028)
  > 55341d7 xdsclient: correct logic used to suppress empty ADS requests on new streams (# 7026)
  > f7c5e6a DNS resolving with timeout (# 6917)
  > 815e2e2 build(deps): bump the github-actions group with 1 update (# 7014)
  > 2a617ca experimental: re-split message/service pb imports (# 7011)
  > 99ded5c examples: update deps of observability example to gcp/observabliity@v1.0.1 (# 7009)
  > e978e43 gcp/observability: update stackdriver dependency to remove dep on prometheus (# 7008)
  > 27c5d98 deps: update dependencies for all modules (# 7007)
  > 90fc697 xdsclient: use dataplane authority for virtualhost lookup (# 6997)
  > c267d5b grpc: add clientconn.CanonicalTarget() to return the canonical target string (# 7006)
  > 51f9cc0 deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (# 6961)
  > eb08be4 github: add Go 1.22 testing (# 7005)
  > eb880d5 replace github.com/cncf/udpa/go by github.com/cncf/xds/go (# 7001)
  > 5ccf176 rpc_util: Fix RecvBufferPool deactivation issues (# 6766)
  > 76a23bf fix enabling compression by trimming whitespaces in accept encoding header (# 6952)
  > 7525e98 test: add test for invalid streamID (# 6940)
  > c63d925 examples: fix typo in url (# 6978)
  > 40d6adb transport: Make error-handling for bad HTTP method consistent between HTTP/2 server transport and handler server transport (# 6989)
  > 3c2a44d transport: when using write buffer pooling, use input size instead of size*2 (# 6983)
  > 3ae77e6 grpc: Canonicalize string returned by ClientConn.Target() and resolver.Address.String() (# 6923)
  > 29997a0 grpc: Add StaticMethod CallOption (# 6926)
  > 28d78d4 *: forbid the use of time.After (# 6985)
  > 408139a security/advancedtls: CRL checks improvement (# 6968)
  > f94be9b Set the security level of Windows named pipes to NoSecurity (# 6956)
  > 05db80f server: wait to close connection until incoming socket is drained (with timeout) (# 6977)
  > f135e98  xds/internal/xdsclient: Add comments for exported types (# 6972)
  > f8eef63 Change version to 1.63.0-dev (# 6976)
bumping golang.org/x/tools 7656c4c...11c692e:
  > 11c692e gopls/internal/test/marker/testdata: skip hover size tests on 32-bit arm
  > fc660e5 go.mod: update golang.org/x dependencies
  > 6590f47 internal/gcimporter: renable tests of issue50259.go
  > f1d5252 gopls/internal/golang: Hover: show wasted % of struct space
  > 951bb40 gopls/internal/test/integration/misc: fix flaky test
  > c9b0c65 gopls/internal/analysis/fillreturns: skip test if gotypesalias=1
  > c623a28 gopls/internal/cache: fix crash in snapshot.Analyze with patch versions
  > f345449 gopls/internal/server: filter diagnostics to "best" views
  > 42d590c gopls/internal/test/integration: add a WriteGoSum run option
  > 53d35a5 gopls/internal/golang: RenderPackageDoc: fix doc links
  > 222cdde internal/analysisinternal: ZeroValue: support materialized aliases
  > 0a4fc72 internal/gcimporter: support materialized aliases
  > 85b6527 gopls/internal/test: temporarily disable staticcheck with gotypesalias=1
  > 118b98b gopls/internal/golang: RenderPackageDoc: emit anchors for var/const
  > 1e68fee gopls/internal/server: "view package doc" of package under test
  > b303e13 gopls/internal/golang: view pkg doc: display when "disconnected"
  > 41a9213 go/packages: report type errors unconditionally
  > 7204363 gopls/doc/release/v0.16.0.md: augment notes for "view pkg doc"
  > 904c6ba gopls/internal/settings: enable "unusedwrite" analyzer
  > 9663999 gopls/internal/golang: hover: show size/offset info
  > 509ed1c gopls/internal/golang: work around bug in go/doc
  > 9551398 go/callgraph: keep instantiations in DeleteSyntheticNodes
  > 11b4b5e go/analysis/passes/nilness: add longer example to doc
  > 9ed98fa gopls/internal/test: option to suppress LSP logs on failure
  > 867c912 inline: make it possible to gob encode/decode inlineMeFacts
  > db5d12b go/types/internal/play: display method receiver type
  > 2c8dd3e gopls: add explicit Unalias operations
  > 814f676 internal/gcimporter: add tool to inspect export data
  > 4fe2c29 refactor/rename: fix renaming of aliases
  > 71acab9 internal/typesparams: add Deref
  > 63b3b5a internal/imports: fix two "nil pointer in interface" bugs
  > 3f9badb go/ssa: types.Unalias() cleanup.
  > e5cf370 internal/typeparams: factor 2 copies of isParameterized
  > e0a9567 all: fix some comments
  > c3544e2 go/analysis/passes/httpresponse: fix ReceiverNamed usage
  > d0f7dce gopls: update x/vuln to 1.0.4
  > dd52646 go/ssa: create fewer goroutines
  > 813e70a gopls/internal/server: redo completion counters
  > 2ba7cf9 internal/imports: remove obsolete go:generate directive
  > 0fb9b7b gopls: use slices package for reverse slice
  > c21ae4c gopls/internal/golang: don't suggest removeparam when there are errors
  > f3fccee gopls/internal/golang: support removing unused parameters from methods
  > 2d517d5 gopls/internal/golang: fix build breakage due to semantic conflict
  > 6af0295 go/analysis/passes/stdversion: publish
  > 8669bfc gopls/internal/server: add "View package documentation" code action
  > 5628443 gopls/internal/test/marker: remove runtime.GOROOT from format.txt case
  > 6d9ecf2 gopls/internal/cache: rename methods on Package
  > 29d17a0 go/cfg: publish (*CFG).Dot method
  > 03f7b7b x/tools/go/packages: fix Load's "argument list too long" error
  > 67e856b gopls: fix test failures due to quoting of names in go/types errors
  > e256714 gopls: repair premature commit of 562248
  > 887727a gopls: Measure the efficacy of completions
  > ca94c96 gopls/internal/server: update telemetry prompt link
  > d4b1eff gopls/internal/golang: fix crash in package references
  > f89da53 gopls/internal/server: fix crash in SignatureHelp
  > 176e895 gopls/internal/analysis/stdversion: suppress before go1.21
  > c1eaf76 gopls/internal/analysis/stdversion: set RunDespiteErrors
  > c67485c gopls/internal/golang/completion: honor std symbol versions (imported)
  > 1f580da cmd/guru: delete it
  > c6563ca cmd/guru: remove replace directive
  > c178933 gopls/internal/server: set -mod=readonly when checking for upgrades
  > 9e530fc cmd/guru: carve out a separate module
  > 9b64301 gopls/internal/cache: avoid go/types panic on version "go1.2.3"
  > 93c0ca5 gopls/internal/cache: fix spurious diagnostics in multi-root workspaces
  > 31f056a gopls/internal/cache: add assertions for telemetry crash
  > 656fcde go/callgraph/vta: use core type for channels
  > b3a5e0b gopls/internal/golang/completion: honor std symbol versions (unimported)
  > accb00b gopls/internal/server/semantic: highlight the doc links in comments
  > ffaa15b gopls/internal/analysis/stdversion: report refs to too-new std symbols
  > 9a6aed9 internal/typeparams: delete OriginMethod
  > 070fcfb internal/typesinternal: delete SetGoVersion
  > caf5940 gopls/internal/cache: prune broken edges to command-line-arguments pkgs
  > ff00c7b internal/stdlib: manifest of all std symbols since go1.0
  > 029c4ea go/analysis/passes/slog: detect unsatifiable interface args
  > d10b068 go/ssa: handle labeled statements with blank labels
  > 4c85bed all: remove redundant words in comments and fix typo
  > 98c835c gopls/protocol: update LSP to latest version

Signed-off-by: Knative Automation <automation@knative.team>
2024-04-15 14:48:18 +00:00
Knative Automation 750d0821ef
upgrade to latest dependencies (#816)
bumping github.com/prometheus/procfs 113c501...ff0ad85:
  > ff0ad85 Update for Go 1.21 (# 575)
  > ce949a5 Add `hw_counters` for infiniband device. (# 549)
  > b2168a3 infiniband: do not fail if board_id is not present (# 556)
  > 647e50e Add inode number to fdinfo (# 552)
  > 9d715e8 Add NSpid to proc status (# 557)
  > 8676d3d dongjiang, add nfs over RDMA proc parse (# 558)
  > 607adcf Fix build tags for isRealProc function (# 560)
  > a5ae62f proc_maps: Parse address and device without allocating (# 572)
  > 5056707 Improve sysfs vulnerability parsing (# 568)
  > 340d4b8 NFSd: handle new wdeleg_getattr attribute in /proc/net/rpc/nfsd (# 574)
  > e8dd544 Fixup nfs naming (# 573)
  > f22604f Update common Prometheus files
  > b6ad5a7 fix code comment error (# 561) (# 562)
  > c05b611 fix gofmt checking fail
  > 301089d dongjiang, support v4 proc4ops 38 operations
  > 8f5b8ca dongjiang, fix nfsd v4 ops index
  > e3cbe53 Bump golang.org/x/sys from 0.10.0 to 0.11.0
  > 75c02c7 Update common Prometheus files
  > e7af452 Fix annotation errors
  > c5d92ab Bump golang.org/x/sys from 0.9.0 to 0.10.0
bumping knative.dev/pkg 03265f7...dfa0a2c:
  > dfa0a2c Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 (# 2924)
  > 32bea20 Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (# 2923)
  > d513e48 Bump google.golang.org/grpc from 1.59.0 to 1.60.1 (# 2922)
  > 1709d20 Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (# 2921)
bumping github.com/prometheus/client_model 9a2bf30...1c92cad:
  > 1c92cad Merge pull request # 72 from prometheus/repo_sync
  > cbe84de Merge pull request # 71 from prometheus/superq/update_build
  > 58db340 Update common Prometheus files
  > baaa038 Merge pull request # 70 from prometheus/repo_sync
  > 568c466 Update Go
  > 7b38251 Merge pull request # 69 from prometheus/repo_sync
  > 185bafb Update common Prometheus files
  > cfbcccb Merge pull request # 67 from prometheus/beorn7/histogram
  > 4dbcf4e Update common Prometheus files
  > 95a0733 Merge pull request # 66 from ArthurSens/created-timestamp
  > 2a367b9 histogram: Add a doc comment about when to add a no-op span
bumping google.golang.org/appengine 5d1c1d0...aa58fcd:
  > aa58fcd Replace deprecated command with environment file (# 318)
  > ef2135a Memcache item timestamps (# 323)
  > a080531 ci: Update go-version matrix (# 319)
  > d41edd3 Extend the deadline of a test context to fix a timeout issue. (# 316)
  > f96845d Upgrade python version being used by the ci workflow. (# 315)
  > 93c9fa1 fix: regenerate all protos under new namespace (# 314)
  > f9c3e90 Update go-version matrix (# 309)
  > 4c82e82 Fix the ci-update-workflow GitHub Actions (# 308)
  > a858869 Add a ci-update-workflow GitHub Actions to update the go-version matrix (# 307)
  > 917b599 Revert "all: using the more elegant way to deal milliseconds and nanoseconds (# 292)" (# 306)
  > 9d6c353 all: using the more elegant way to deal milliseconds and nanoseconds (# 292)
  > f882c63 build(deps): bump golang.org/x/text from 0.3.6 to 0.3.8 (# 300)
  > b75a6de Run go get google.golang.org/appengine/v2/search (# 305)
  > 1d09fa9 build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /v2 (# 299)
  > 40eb4d1 Add v2/search (# 297)
  > 28bf581 just a small refactor of api_test (# 291)
  > 6e2c50e Install Python2 in base image for DevAppServer tests and change test matrix for 1.11 and 1.20.x (# 304)
  > 9af54ae all: fix some comments (# 296)
  > 59aced7 README.md: fix typo (# 288)
  > 4e4a7b2 v2/README.md: fix typos (# 276)
  > 06b058b Add Go 1.20 to tested Go versions (# 303)
  > a1ae214 remove golang.org/x/net dependency (# 295)
  > 504804f Add Go 1.18 and Go 1.19 to tested Go versions (# 293)
  > 1bdfe3f re-apply PR # 235 to v2 (# 290)
  > b08cb36 re-apply PR # 232 to v2 (# 289)
  > d981f2f Security Vulnerability Upgrading golang.org/x/text  (# 287)
  > 37ff2b8 allow API calls without GAE context (# 284)
  > 1f27190 prevent github from cancelling all test jobs when one fails (# 285)
  > 65ad43f respect GAE_ENV=localdev (# 283)
  > 0c7f7a8 run gofmt with go1.19 release candidate (# 282)
  > ca3835e Fix golang/appengine CI (# 280)
  > da036ec refactor: pin setup-gcloud gh action to v0 (# 274)
  > e005424 Fix header name to associate log entry & trace (# 263)
  > 5a029e6 switch default logStream from stdout to stderr (# 272)
  > bbd66e8 Add Go 1.16 to tested Go versions (# 255)
  > ab4e2d3 Let users specify unique function keys using delay.MustRegister (# 268)
  > 6d50fa8 Update backgroundcontext comment (# 267)
  > cefb82f Run ci workflow on v2/. (# 260)
  > d0e56bd Migrate travis ci to Github actions. (# 253)
  > 2042caf Fix documented default deadline in urlfetch client (# 249)
  > 856ef3e Merge QA into the main branch (# 247)
  > 8f83b32 [internal] Expose internal.handleHTTP as a standard http middleware (# 235)
  > b48684e [atest] Specify path to dev_appserver datastore file via APPENGINE_DEV_APPSERVER_DATASTORE_PATH (# 232)
  > 07f9b08 [internal] Add LOG_TO_LOGSERVICE env var to disable logservice (# 229)
bumping google.golang.org/protobuf 68463f0...3068604:
  > 3068604 all: release v1.32.0
  > bfcd647 protojson: configurable recursion limit when unmarshalling
  > 24fba63 gha-ci: instruct bazelisk to use previous bazel version
  > 8ed73c7 all: run integration test on longtest builders in CI
  > e8baad6 reflect/protodesc: support editions feature resolution
  > 3bfc0b0 all: drop -mod=vendor in integration test invocations
  > c9d2559 reflect/protoreflect: use go1.20 unsafe interface for strings and slices
  > a1297bf all: set required version to 1.17
  > 2b71f26 all: fix go generate (needs protolegacy build tag for weak fields)
  > 704136e protoc: update to the newest protobuf version (25.1)
  > 2087447 internal/strs: use go1.20 unsafe interface for strings
  > 9b87403 all: remove pre-module support code from integration test
  > a8317fb reflect/protodesc: don't generate invalid syntax values
  > 9492118 internal/benchmarks: make download_benchdata print an error
  > f4a6c1f types/descriptorpb: regenerate using latest protobuf v25.0-rc2 release candidate
  > 86bdc47 internal/impl: preallocate memory when unmarshalling packed repeated fields
  > 322d454 all: avoid non-const reflect.MethodByName calls
  > 6352dec prototext: Fix parsing of unknown repeated message fields
  > 8088bf8 encoding: Add EmitDefaultValues option
  > 01c8445 all: test with Go 1.20 and 1.21
  > 849f2c2 gha-ci: fix builds from cache: add ~/.cache/bazel (+ update actions)
  > 70db1e1 encoding/protojson: ignore unknown enum name if DiscardUnknown=true
  > f9212a8 all: modernize documentation
  > 6d0a5db types/descriptorpb: regenerate using latest protobuf v24.0-rc2 release candidate
  > 31694db types/dynamicpb: make atomicExtFiles the first word of the struct
  > 4396dd4 encoding/protodelim: drop TestUnmarshalFromBufioAllocations
  > 55f120e all: start v1.31.0-devel
bumping github.com/prometheus/client_golang fa1408e...53be91d:
  > 53be91d Revert "change api http.client to interface"
  > 1a2d072 Add 1.18 changelog
  > 239b123 Merge pull request # 1387 from tsipo/main
  > 3f8bd73 Merge pull request # 1370 from prometheus/dependabot/go_modules/tutorial/whatsup/google.golang.org/grpc-1.56.3
  > 24d59e9 change client to interface, allow override by other implementations (e.g. github.com/hashicorp/go-retryablehttp)
  > e96fb18 Merge pull request # 1401 from prometheus/dependabot/go_modules/golang.org/x/sys-0.15.0
  > 5e55b31 Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /tutorial/whatsup
  > 80d3f0b Normalize empty help values in CollectAndCompare (# 1378)
  > 2a8fc90 Bump golang.org/x/sys from 0.13.0 to 0.15.0
  > 3f80cd1 Add example of NewConstMetricWithCreatedTimestamp (# 1375)
  > e160b50 Bump prometheus/common to 0.45.0 (# 1374)
  > 3879457 This way the import is more readable (# 1383)
  > 0356577 Merge pull request # 1376 from prometheus/repo_sync
  > f030c3d Merge pull request # 1373 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/common-0.45.0
  > f66184f Update common Prometheus files
  > 884bc8e Merge pull request # 1371 from prometheus/dependabot/go_modules/github.com/prometheus/client_model-0.5.0
  > 4e4691d Bump github.com/prometheus/common in /tutorial/whatsup
  > 13a208d Merge pull request # 1366 from prometheus/dependabot/go_modules/golang.org/x/net-0.17.0
  > 16b91f8 Bump github.com/prometheus/client_model
  > cd8cba2 histograms: Add timer to reset ASAP after bucket limiting has happened (# 1367)
  > 5046a13 Bump golang.org/x/net from 0.15.0 to 0.17.0
  > c3e797e Merge pull request # 1365 from prometheus/dependabot/go_modules/tutorial/whatsup/golang.org/x/net-0.17.0
  > 60a8513 Add support for custom validations in promlint (# 1311)
  > 5b75807 Bump golang.org/x/net from 0.10.0 to 0.17.0 in /tutorial/whatsup
  > 486d514 Update dependency golang.org/x/net to v0.15.0 (# 1342)
  > 64e51f5 proccess_collector: add wasip1 stub (# 1350)
  > d81c33f Update MAINTAINERS.md (# 1362)
  > 1803eb9 Update common Prometheus files (# 1361)
  > 51714a5 Merge pull request # 1360 from colega/improve-performance-of-with-label-values
  > dac14aa Merge pull request # 1356 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.12.0
  > 005d8de Improve performance of WithLabelValues(...)
  > 556bf30 Merge pull request # 1357 from prometheus/dependabot/go_modules/golang.org/x/sys-0.12.0
  > 87a016c Bump github.com/prometheus/procfs from 0.11.1 to 0.12.0
  > 4c10365 Merge pull request # 1358 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/client_golang-1.17.0
  > 22540dc Configure CI to automerge dependabot PRs (# 1359)
  > 7004b66 Bump golang.org/x/sys from 0.11.0 to 0.12.0
  > 40c7d2f Merge pull request # 1355 from prometheus/dependabot/go_modules/examples/middleware/github.com/prometheus/client_golang-1.17.0
  > 1844c50 Bump github.com/prometheus/client_golang in /tutorial/whatsup
  > 3278043 Add changelog entry for 1.17 (# 1353)
  > e43edfc Bump github.com/prometheus/client_golang in /examples/middleware
bumping google.golang.org/grpc 7765221...dbbcf59:
  > dbbcf59 Update version.go to 1.60.1 (# 6865)
  > 6e384cf Cherry-pick # 6856 to v1.60.x release branch (# 6864)
  > 6430548 Change version to 1.60.1-dev (# 6793)
  > 297d8dd Cherry-pick # 6841 to v1.60.x release branch (# 6847)
  > 3580447 Change version to 1.60.0 (# 6792)
  > 71e67a9 Cherry-pick # 6834 to v1.60.x release branch (# 6839)
  > cb6581d Cherry-pick # 6804 and dependencies to v1.60.x release branch (# 6838)
  > dd39cdb credentials: if not set, restrict to TLS v1.2+ and CipherSuites per RFC7540 (# 6797)
  > 8645f95 resolver: remove ClientConn.NewServiceConfig (# 6784)
  > 8b17a4d vet: various cleanups (# 6780)
  > 591c481 internal/transport: Add LocalAddr to http2Client.getPeer() (# 6779)
  > eb46b7d github: set top-level read-only workflow permissions (# 6775)
  > be1d1c1 security/advancedtls: FileWatcher CRL provider initialization enhancement (# 6760)
  > 482de22 interop/stress: Remove wait-for-ready (# 6773)
  > f1a1fcd grpc: disable and document overrides of OS default TCP keepalive by Go (# 6672)
  > 338d8f1 github: modify codecov.yml (# 6720)
  > 3fe1123 resolver: manual resolver crashes if grpc.Dial isn't called before some methods (# 6754)
  > cf9ae52 stress: Move package under interop (# 6769)
  > b8d1c76 stress: make the client log the total number of calls made (# 6762)
  > a5a7ef2 xds/resolver: extend test to re-add listener (# 6768)
  > 6bed353 envconfig: re-add AdvertiseCompressors temporarily (# 6764)
  > 70f1a40 grpc: Wait until resources finish cleaning up in Stop() and GracefulStop() (# 6489)
  > b82468a crl provider: Static and FileWatcher provider implementations (# 6670)
  > d7ea67b metadata: Use strings.EqualFold for ValueFromIncomingContext (# 6743)
  > 8cb9846 grpc: Add a pointer of server to ctx passed into stats handler (# 6750)
  > 8190d88 envconfig: remove env vars for on-by-default features (# 6749)
  > c76d75f grpc: Move some stats handler calls to gRPC layer, and add local address to peer.Peer (# 6716)
  > 6e14274 Revert "alts: Reduce ALTS counter overflow length from 5 to 4. (# 6699)" (# 6746)
  > 7b8d0fd alts: Reduce ALTS counter overflow length from 5 to 4. (# 6699)
  > e88e849 internal: Exposes underlying channel in testutils.Channel{} (# 6742)
  > b046cca balancer/rls: Fix RLS failure mode by treating response with no targets as an error (# 6735)
  > e14d583 resolver: Add an endpoint map type (# 6679)
  > cb430be Delete deprecated CRL functionality (# 6721)
  > 6e9c88b xds/internal/resolver: final bit of test cleanup (# 6725)
  > 6fe6085 xds/internal/server: switch to generic xDS API for LDS/RDS (# 6726)
  > df8fc99 encoding: move codec tests out of top-level test package (# 6728)
  > ddb026e experimental: add package and move recv buffer pool APIs into it (# 6692)
  > 2cf5619 grpc: add a warning for unsupported codec (# 6658)
  > 3e9b85c xds/internal/server: stop using a fake xDS client in listenerWrapper tests (# 6700)
  > c76442c xds/resolver: move service watching tests to resolver_test package (# 6682)
  > 5a6773c xds/resolver: move cluster specifier plugin tests to test only package (# 6681)
  > dd4c0ad internal/testutils: add a new test type that implements resolver.ClientConn (# 6668)
  > 32e3ef1 credentials/tls: Use Go cipher suites to find TLS suite string name (# 6709)
  > cb3ae76 codes: update docstring to indicate expected usage (# 6701)
  > f2180b4 server: prohibit more than MaxConcurrentStreams handlers from running at once (# 6703)
  > 313861e Explicitly specify the `dns` schema for the ALTS hand-shaker. (# 6686)
  > 59f57b1 randomWRR: remove lock for accessing WRR.items (# 6666)
  > afaf31a deps: update dependencies for all modules (# 6698)
  > eb33677 xds/internal/server: stop using a fake xDS client in rds handler tests (# 6689)
  > 61ee14c Change version to 1.60.0-dev (# 6697)

Signed-off-by: Knative Automation <automation@knative.team>
2024-01-08 12:58:44 +00:00