Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Upgrade to latest dependencies #640

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

knative-automation
Copy link
Contributor

Cron -knative-prow-robot

/cc knative-extensions/eventing-writers
/assign knative-extensions/eventing-writers

Produced by: knative-extensions/knobots/actions/update-deps

@knative-prow knative-prow bot requested a review from a team January 10, 2025 02:00
@knative-prow knative-prow bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jan 10, 2025
Copy link

knative-prow bot commented Jan 10, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: knative-automation
Once this PR has been reviewed and has the lgtm label, please assign matzew for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

bumping golang.org/x/tools 4d2b19f...44670c7:
  > 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 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 knative.dev/hack e92a16a...f8be0cc:
  > f8be0cc Update community files (# 407)
bumping knative.dev/pkg 4c90159...b4ff2c1:
  > 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 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 golang.org/x/sys fe16172...d4ac05d:
  > d4ac05d windows: update NewLazyDLL, LoadDLL docs to point to NewLazySystemDLL
  > 680bd24 windows: remove unused errString type
  > a7f19e9 unix: add Dup3 on dragonfly
bumping k8s.io/apiextensions-apiserver 1aec848...5714b0b:
  > 5714b0b Update dependencies to v0.31.4 tag
  > 67f4a1d informers: add comment that Start does not block
  > 647748e Merge pull request # 126353 from liggitt/fix-vendor
  > a9ee50f revendor dependencies
  > 1ab7536 Merge pull request # 126308 from cici37/hotFix
  > 4940c42 Allowing direct CEL reserved keyword usage in CRD (# 126188)
  > 93b42bf Update with stdlib errors
  > 10c707f Merge pull request # 124061 from Jefftree/conversion-webhook-invalidca
  > 3bbcc94 Merge pull request # 125661 from mjudeikis/mjudeikis/poststarthookctx.stopch.cleanup
  > f02b108 use context for tests
  > 876df11 Hot fix for panic on schema conversion. (# 126167)
  > 4df8aea clean deprecated context.StopCh
  > 25216f6 Validate CABundle when writing CRD
  > 21fdbb3 Merge pull request # 126136 from cici37/removeFG
  > 64bd347 Merge pull request # 125571 from liggitt/filter-auth-02-sar
  > 34ee2ac Auto updates
  > 4fca5ed generate
  > ecdf037 Remove feature gate CustomResourceValidationExpressions.
  > af670e3 Merge pull request # 126018 from aroradaman/bump-k8s-utils
  > 298c10a bump k8s.io/utils
  > ac102cf Merge pull request # 125615 from benluddy/apiextensions-json-unmarshal-copy
  > 5fe8819 Merge pull request # 125922 from dims/update_otel_27
  > 6089568 Copy input to UnmarshalJSON on the apiextensions JSON types.
  > cea4e63 update OpenTelemetry dependencies and grpc
  > a2b7554 Merge pull request # 125850 from dims/fix-for-typecheck-does-not-notice-compile-errors-in-test-files
  > 93f624c Fix for typecheck doesn't notice compile errors in test files
  > 6fdc7d0 Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
  > 889ca04 Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
  > 3a6c6fe Bump `prometheus/common to` v0.55.0
  > 0a9d947 Update moby/spdystream to v0.4.0
  > 6998ab0 Merge pull request # 125745 from BenTheElder/ping-ping
  > 1993bf7 bump  github.com/moby/spdystream to v0.3.0
  > 0fdadc8 Merge pull request # 125731 from dashpole/revert_otel
  > 8c0d2b8 Revert "update OpenTelemetry dependencies"
  > 2b00902 Merge pull request # 125703 from sbueringer/pr-fix-message-expression-evaluation
  > 5ccd222 Merge pull request # 122891 from siyuanfoundation/api-comp-ver1
  > 5d129ee Validate stored messageExpressions with the correct CEL environment
  > 53b8ff7 add DefaultComponentGlobalsRegistry flags in ServerRunOptions
  > 4e241d1 Add version mapping in ComponentGlobalsRegistry.
  > 7b4292c Add composition flags for emulation version and feature gate.
  > 95d0ad9 apiserver: Add API emulation versioning.
  > ba83101 Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
  > 9f9821e Bump github.com/fxamacker/cbor/v2 to v2.7.0.
  > fd98565 Merge pull request # 125575 from dashpole/update_otel_27
  > bad5f06 Merge pull request # 125560 from jpbetz/apply-gen-fake
  > e2ec91c update OpenTelemetry dependencies
  > a2fe3ef Generate code
  > 24a01cd Merge pull request # 125593 from ArkaSaha30/bump-etcd-3.5.14
  > 106c687 Bump dependency: etcd to 3.5.14
  > b2732ff Merge pull request # 125531 from pohly/klog-update
  > 3038337 dependencies: klog v2.130.1
  > 2c748f6 Merge pull request # 125574 from jpmcb/cobra-1.8.1
  > 6e53802 feat: Upgrade to cobra v1.8.1
  > 879caaf Merge pull request # 121439 from skitt/generic-client-go
  > de77baa Merge pull request # 125573 from dims/update-moby/term-to-a-released-tag-v0.5.0
  > da77a93 Run codegen
  > aae5443 Merge pull request # 125586 from serathius/webhook-converter-fix
  > 98e02b1 Update moby/term to a released tag - v0.5.0
  > 36e5fb5 Run codegen
  > e12060e Fix TestWebhookConverterWithWatchCache when ResilientWatchCacheInitialization and ConsistentListFromCache are enabled
  > d3392ac Run codegen
  > 1d1fb1b Merge pull request # 124509 from p0lyn0mial/upstream-watch-list-code-gen
  > da32b13 make update
  > d21e185 Merge pull request # 125083 from azimjohn/master
  > c0786ef Merge pull request # 125390 from TommyStarK/kube-apiserserver/remove-deprecated-otel-NewNoopTracerProvider
  > 21fcb3e Bump konnectivity-client to v0.30.3
  > f945eb2 Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
  > 7a4054f kube-apiserver: remove deprecated otel NewNoopTracerProvider
  > c88715a Bump fxamacker/cbor/v2 to v2.7.0-beta.
  > bd6a9df Merge pull request # 124963 from p0lyn0mial/upstream-data-consistency-checker-for-list-requests
  > 2662926 Merge pull request # 124642 from wojtek-t/resilient_watchcache_initialization
  > a1bcd9d make update
  > 609a653 Merge pull request # 124381 from alexzielenski/cel/allOf-validation
  > 5f414db Fix ChangeCRD test
  > d920ef2 Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
  > af47909 add tests for completeness cases
  > 1635d25 Update indirect dependencies with ./hack/update-vendor.sh.
  > 068cd8e feedback
  > e915a72 Merge pull request # 124898 from alexzielenski/apiserver/prerelease-ga-tags
  > c8e0944 preserve errors for additionalProperties and xvalidations so the API surface stays the same
  > b70a330 Merge pull request # 123339 from skitt/canonical-json-patch
  > 32e372f add prerelease lifecycle tags to GA types
  > 5869375 add allOf support into CEL validator
  > 9e92459 Use canonical json-patch v4 import
  > e484593 codegen: deepycopy-gen
  > 338768d Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
  > 1e2fcb8 allow CEL and additionalProperties used in allof
  > 563f772 Merge pull request # 125045 from pohly/ginkgo-gomega-update
  > 0596885 Merge pull request # 124779 from cici37/updateEnv
  > 6fe18fb dependencies: ginkgo v2.19.0, gomega v1.33.1
  > 6ebf3f3 Update cel env to 1.30
  > 49f8306 Merge pull request # 124675 from cici37/fgForCost
  > 8b01abc Merge pull request # 124757 from dims/update-to-latest-golang.org/x/oauth2-v0.20.0
  > 0eea861 Adding the feature gates to fix cost for VAP and webhook matchConditions.
  > 00c9c18 Update to latest golang.org/x/oauth2 v0.20.0
  > 9af7df8 Merge pull request # 124681 from jpbetz/field-selector-beta
  > 1d66bdc Merge pull request # 124600 from alvaroaleman/typed-wq
  > af84a78 Promote CRD field selectors to beta
  > f0d997f Use the generic/typed workqueue throughout
  > f06d731 Merge pull request # 122148 from pohly/controllers-context-support
  > 4e6e015 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
  > 62d1e97 apiserver + controllers: enhance context support
  > 046aba8 Bump sigs.k8s.io/yaml to v1.4.0
  > add218f Merge pull request # 124466 from serathius/featuregate-defer
  > 8adc62c Cleanup defer from SetFeatureGateDuringTest function call
  > e2b8a5c Merge pull request # 124469 from serathius/etcd-3.5.13
  > 69d51e1 Merge pull request # 124263 from alvaroaleman/typed
  > 4c86976 Upgrade etcd libraries to v3.5.13
  > 2168269 Merge pull request # 124474 from serathius/allow-bookmarks
  > e939cdd Use typed queue in Customresource Discovery Controller
  > ac0adf7 Allow bookmark events in between delete/modify in Test
  > f0512a0 Merge pull request # 124328 from jiahuif-forks/deps/cel-go
  > 96f0bce Merge pull request # 121574 from skitt/generic-lister-gen
  > f02896a generated: ./hack/update-vendor.sh
  > f097bb7 Merge pull request # 124346 from jwcesign/master
  > 033946c Regenerate all listers
  > 6cae02b rename optional to optional_type
  > ea8ea09 upgrade: upgrade dependencies github.com/prometheus/common to the newest version
  > bd77ba4 generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
  > fd86c98 Merge pull request # 122892 from danwinship/codegen-nil
  > 76483ca Regenerate fake clients
  > 7d17cc2 Merge pull request # 123822 from JoelSpeed/cr-validator-status
  > 266c09f Merge pull request # 116781 from muff1nman/protobuf-fully-qualified-types
  > befafbc Update test to track status prefix on paths
  > ea5413d Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
  > 300b8e0 generate fully qualified type references
  > 5650a2e Fix field path on CustomResource status update validations
  > 7c8f374 Update x/net for CVE-2023-45288
  > 207176c Merge pull request # 124019 from alexzielenski/fix-ratcheting-flake
  > c9be2b9 fix test flake caused by not waiting for CRD schema update
  > 3de7d4d sync: update go.mod
  > 62b330c Merge pull request # 123732 from serathius/parallel-featureflags
bumping knative.dev/eventing 52792ea...eaaab21:
  > eaaab21 Adding reconciler test for OIDC of the Integration Source (# 8404)
  > 350f81b [main] Update community files (# 8403)
  > 134c4c0 Event lineage builder should accept client interfaces (# 8402)
  > bb6c53c Don't swallow errors in Lineage package (# 8401)
  > 81a37ff Lineage constructor to accept clients instead of creating them (# 8399)
bumping golang.org/x/crypto b4f1988...8929309:
  > 8929309 go.mod: update golang.org/x dependencies
  > 4a75ba5 all: make function and struct comments match the names
bumping golang.org/x/term 442846a...40b02d6:
  > 40b02d6 go.mod: update golang.org/x dependencies
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 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/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 github.com/pmezard/go-difflib 792786c...5d4384e:
  > 5d4384e Merge pull request # 10 from justbuchanan/master
  > fca3d27 travis: remove travis integration
  > 4d7e5c1 Update README.md
  > 1ef1646 README: end of maintenance notice.
bumping knative.dev/networking 8b69a35...34f5e09:
  > 34f5e09 upgrade to latest dependencies (# 1028)
  > 43a6a77 Update community files (# 1027)
  > d424939 upgrade to latest dependencies (# 1026)
bumping k8s.io/apiserver 07c8580...7befe9c:
  > 7befe9c Update dependencies to v0.31.4 tag
  > 2a99607 Merge pull request # 128530 from wojtek-t/automated-cherry-pick-of-# 128468-upstream-release-1.31
  > 9a71f86 Fix TestCacherDontMissEventsOnReinitialization test
  > 7ce6140 Merge pull request # 127928 from p0lyn0mial/automated-cherry-pick-of-# 127902-upstream-release-1.31
  > 62d807d Merge pull request # 127328 from xuzhenglun/automated-cherry-pick-of-# 127239-github-release-1.31
  > fec9273 server/config: assing system:apiserver user to system:authenticated group
  > 1d6f7ca Merge pull request # 126983 from dashpole/fix_mem_leak_31
  > 3178497 API emulation versioning honors cohabitating resources
  > 01e64e7 update vendor
  > 81a2f90 fix memory leak from global MeterProvider
  > 70ed6fd Merge pull request # 126670 from liggitt/automated-cherry-pick-of-# 126665-upstream-release-1.31
  > 31c2b5a Restore honoring --version build ID overrides
  > 78c69b6 Merge remote-tracking branch 'origin/master' into release-1.31
  > 1ebb228 Make object transformation concurrent to remove watch cache scalability issue for conversion webhook
  > 2f0f9ad Introduce ConcurrentWatchObjectDecode feature gate disabled by default
  > f36c496 Merge remote-tracking branch 'origin/master' into release-1.31
  > 078d9cb Merge pull request # 126469 from serathius/beta2
  > 6fe68d6 Merge remote-tracking branch 'origin/master' into release-1.31
  > 19e03dd Move ConsistentListFromCache to Beta default again
  > db03ef6 Merge pull request # 126470 from benluddy/apiservingwithroutine-alpha-disabled
  > dbb9b30 Implement fallback for consistent reads from cache
  > c47cf43 Move APIServingWithRoutine to alpha and disabled by default.
  > e749b34 CLE feature gate
  > 92ee933 Allowing direct CEL reserved keyword usage in CRD (# 126188)
  > c902071 Merge pull request # 124061 from Jefftree/conversion-webhook-invalidca
  > 2b2a4b0 Merge pull request # 126187 from seans3/portforward-websockets-metrics
  > 130a469 Validate CABundle when writing CRD
  > 3319859 Merge pull request # 125488 from pohly/dra-1.31
  > f438154 Adds metrics to PortForward Websockets
  > 4c07daf Merge pull request # 126237 from cici37/promoteMetrics
  > c1c9700 CEL: add QuantityDeclType
  > d681845 Merge pull request # 126136 from cici37/removeFG
  > 3d59772 Promote metrics for VAP and CRD validation rules to beta.
  > bd46316 Merge pull request # 125571 from liggitt/filter-auth-02-sar
  > 5678a8c Remove feature gate CustomResourceValidationExpressions.
  > 6c5ca3d Fixup lint warning
  > eabf129 Add structured labelSelector / fieldSelector to authorization webhook match conditions
  > f14fc0f Adjust CEL cost calculation and versioning for authorization library
  > efe135c Add CEL fieldSelector / labelSelector support to authorizer library
  > b338834 Move CEL env initialization out of package init()
  > 9db3f57 Improve CEL cost tests to catch unhandled estimates or types
  > f26d4ed add field and label selectors to authorization attributes
  > 6dd5496 Merge pull request # 126124 from cici37/feature/validating-admission-policy/metrics-improvement
  > bf5c64d Merge pull request # 124736 from MikeSpreitzer/exempt-borrows-more
  > cd492e8 Fix the error type, Add into observation, Fix tests.
  > 36d8f54 Merge pull request # 126191 from p0lyn0mial/upstream-revert-promote-watch-list-to-beta
  > eb8f232 Add unit test of borrowing by exempt, fix bug
  > 8b22c5c make use of new error reporting in the dispatcher.
  > 708f0cf Revert "kube-apiserver: promote WatchList feature to beta"
  > 010634c More assertive borrowing by exempt
  > 8f577b9 remove unused policy_definition_total metric and state label
  > 1ae3792 Merge pull request # 126139 from enj/enj/i/revert_list_cache
  > 2ae742e make Err wrap one or zero error.
  > 17ba1a9 Revert "Move ConsistentListFromCache to Beta default"
  > 8be90f6 errors improvement.
  > d72b6cc Merge pull request # 125769 from siyuanfoundation/api-comp-ver1
  > 2e2bf0d Merge pull request # 126018 from aroradaman/bump-k8s-utils
  > 7f5df11 add emulated-version flag to kube-scheduler to control the feature gate.
  > b9f8b05 Merge pull request # 125802 from mmorel-35/testifylint/len+empty
  > 74615c5 bump k8s.io/utils
  > 4f89b2c Merge pull request # 125986 from vinayakankugoyal/typo
  > 8705baa fix: enable empty and len rules from testifylint on pkg package
  > ad20d53 Merge pull request # 124730 from tkashem/read-write-deadline-test
  > fd1f3aa Fix typo in error message for anonymous field in AuthenticationConfiguration.
  > 3712259 Merge pull request # 125922 from dims/update_otel_27
  > 5f6927c add test to document request timeout behavior
  > 4f7f407 Merge pull request # 125920 from siyuanfoundation/bug
  > 73f28c1 update OpenTelemetry dependencies and grpc
  > 6f7147f fix lock bug for componentGlobalsRegistry
  > aa4d1a9 Merge pull request # 125850 from dims/fix-for-typecheck-does-not-notice-compile-errors-in-test-files
  > fc096e5 Merge pull request # 125848 from jpbetz/fix-auth-selectors
  > 1292729 Fix for typecheck doesn't notice compile errors in test files
  > b754d6e Remove special case logic in apiserver to serve all APIs when binary version is set artifically to 0.0
  > e34b81e Merge pull request # 125846 from tkashem/remove-apf-feature-gate
  > f553925 apiserver: remove feature gate APIPriorityAndFairness
  > d3817b1 Merge pull request # 125626 from linxiulei/fix_routine_log
  > 19c1377 Merge pull request # 125483 from wojtek-t/storage_readiness_hook
  > 5d14d72 Fix httplog not logging watch duration in separate goroutines
  > f9f3bbd Merge pull request # 125591 from p0lyn0mial/upstream-promote-watch-list-to-beta
  > a643e14 Implement resilient watchcache initialization post-start-hook
  > 5addfa3 Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0
  > 8321755 kube-apiserver: promote WatchList feature to beta
  > 9f17e82 Merge pull request # 124917 from vinayakankugoyal/kep4633
  > 2243836 Bump `prometheus/common to` v0.55.0
  > 972f7a5 Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0
  > 77f4988 KEP-4633: Allow health-only anonymous auth mode.
  > 114ef55 Merge pull request # 125730 from p0lyn0mial/upstream-bring-back-consistent-read-from-cache-supports-pagination
  > 7060e82 Update moby/spdystream to v0.4.0
  > 5e71b4e apiserver/storage/watchcache: WaitUntilFreshAndList supports path prefix
  > bc659f8 flowcontrol/request/list_work_estimator: sync shouldDelegateList
  > 54645c6 apiserver/storage/cacher: cache supports pagination
  > bb9745b Merge pull request # 125756 from p0lyn0mial/upstream-improve-run-test-list
  > 97e76b2 Merge pull request # 125729 from p0lyn0mial/upstream-deflake-test-wait-until-fresh
  > f0e44d4 apiserver/storage: storagetesting.RunTestList validates RemainingItemCount
  > 877dea3 Merge pull request # 125745 from BenTheElder/ping-ping
  > 9afcce8 storage/cacher/cacher_whitebox_test.go: deflake TestWaitUntilFreshAndListFromCache
  > 5c9a9ab Merge pull request # 125733 from wojtek-t/test_watch_semantics_flake
  > b751f34 bump  github.com/moby/spdystream to v0.3.0
  > 2c832be Merge pull request # 125731 from dashpole/revert_otel
  > 58b911d Fix test flakes for TestWatchSemantics
  > 0e45e25 Merge pull request # 125627 from yt-huang/clean-up
  > 7268a0b Revert "update OpenTelemetry dependencies"
  > e081494 Merge pull request # 125721 from p0lyn0mial/upstream-cacher-tests-decrease-time
  > 5a2cafd drop deprecated PollWithContext and adopt PollUntilContextTimeout instead
  > 4fa1080 Merge pull request # 125722 from serathius/remove-5s
  > 4500696 apiserver/storage: decrease running time of RunWatchSemantics
  > 6c1033e Remove 5 seconds from TestWatchStreamSeparation execution by reusing etcdserver
  > 3866443 Merge pull request # 125713 from pacoxu/revert-125405-upstream-consistent-read-from-cache-supports-pagination
  > 1c9c467 Revert "apiserver/storage/cacher: consistent read from cache supports limit"
  > 348f8e3 Merge pull request # 122891 from siyuanfoundation/api-comp-ver1
  > 7920da2 Merge pull request # 125679 from dims/add-sig/etcd-labels-for-related-directories
  > b26fefe add DefaultComponentGlobalsRegistry flags in ServerRunOptions
  > 4575e4c Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0
  > 11d0eb6 drop OWNERS in kubeadm
  > 00857ca Add version mapping in ComponentGlobalsRegistry.
  > 4d9f880 Merge pull request # 125667 from p0lyn0mial/upstream-watchlist-off-when-progress-notification-disabled
  > 475441c Bump github.com/fxamacker/cbor/v2 to v2.7.0.
  > cca712b Add sig/etcd labels for related directories
  > c80af88 Add composition flags for emulation version and feature gate.
  > 8652e0c Merge pull request # 125263 from jpbetz/fix-nop-apply
  > 2aadb1c cacher: returns an error when watch list was requested and storage.RequestWatchProgress is disabled
  > 22612a3 apiserver: Add API emulation versioning.
  > e194c34 Merge pull request # 125405 from p0lyn0mial/upstream-consistent-read-from-cache-supports-pagination
  > b5d1135 Apply feedback
  > ee49b6e Merge pull request # 125575 from dashpole/update_otel_27
  > 1e440f3 flowcontrol/request/list_work_estimator: sync shouldDelegateList
  > dfdf159 Handle unstructured objects correctly in IgnoreManagedFieldsTimestampsTransformer
  > 9bf72b7 Merge pull request # 125317 from jpbetz/fix-nop-empty-map
  > 74149a1 update OpenTelemetry dependencies
  > 062ed2e apiserver/storage/cacher: cache supports pagination
  > 96ed75c Merge pull request # 125593 from ArkaSaha30/bump-etcd-3.5.14
  > 30fd718 Fix apply equality check to allow empty map to be equal to nil for builtin types
  > a297517 Bump dependency: etcd to 3.5.14
  > bcd6c7e Merge pull request # 125531 from pohly/klog-update
  > 9f40596 dependencies: klog v2.130.1
  > bc1d5f7 Merge pull request # 123513 from serathius/default
  > ddbe9fe Move ConsistentListFromCache to Beta default
  > 22c2235 Explicitly disable ConsistentListFromCache in TestGetListNonRecursiveCacheBypass
  > 461b408 Merge pull request # 125574 from jpmcb/cobra-1.8.1
  > f3a3765 Merge pull request # 125552 from liggitt/fix-timeout-wiring
  > 04560cd feat: Upgrade to cobra v1.8.1
  > fa41c18 Merge pull request # 125573 from dims/update-moby/term-to-a-released-tag-v0.5.0
  > 4676a5a Fix structured authorization webhook timeout wiring
  > fbc0409 Merge pull request # 125551 from p0lyn0mial/upstream-hack-for-test-that-request-watch-progress
  > 5173adb Update moby/term to a released tag - v0.5.0
  > fb991d7 Merge pull request # 125584 from serathius/list-recursive-prefix
  > 2ac45c2 storage/cacher/cacher_whitebox_test.go: deflake tests that require storage.RequestWatchProgress
  > 2abbfff Fix TestGetListRecursivePrefix for all types of LIST
  > 42e2750 Merge pull request # 125145 from xyz-li/fix_watch_namespace
  > 253c97b apiserver/storage: factor PrepareContinueToken to a new function (# 125548)
  > e5e53b7 apiserver: fix watch namespace
  > cbf7029 Merge pull request # 125083 from azimjohn/master
  > ab7b443 Merge pull request # 125450 from mauri870/hotfix/flaky-TestStoreListResourceVersion
  > 589b46b Bump konnectivity-client to v0.30.3
  > 48995fc Fix flaking TestStoreListResourceVersion
  > 43d2be3 Merge pull request # 125390 from TommyStarK/kube-apiserserver/remove-deprecated-otel-NewNoopTracerProvider
  > 36b722e Merge pull request # 125438 from wojtek-t/watchcache_use_rlocker
  > 2c2eb38 kube-apiserver: remove deprecated otel NewNoopTracerProvider
  > 0486640 Merge pull request # 125441 from serathius/recursive-prefix
  > 147e65f Reduce lock contention by using reader lock in watchcache interval
  > a8b9f86 Add tests for how recursive parameter works with object prefixes
  > 800e739 Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0
  > 7747246 Bump fxamacker/cbor/v2 to v2.7.0-beta.
  > 0d67427 Merge pull request # 125377 from wojtek-t/watchcache_resource_version_metric
  > 794b1d5 Expose resource version metrics from watchcache
  > d984465 Merge pull request # 124642 from wojtek-t/resilient_watchcache_initialization
  > 54ba047 Merge pull request # 124692 from linxiulei/watchlist_opt
  > 5a0e942 Implement ResilientWatchCacheInitialization
  > 19bd4cf Merge pull request # 125288 from p0lyn0mial/upstream-fix-125244
  > 9cab6e4 cacher: apply key for initial events
  > 175dd7c cacher: dispatchEvents is synced to watchCache.listResourceVersion
  > 9480995 Merge pull request # 123919 from hakuna-matatah/apf
  > bc08936 Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via
  > eecd18b Annotate APF Wait Queue Latnecyto understand at the request level
  > 4aef12d Merge pull request # 118148 from linxiulei/sched_readyz
  > d668cbe Update indirect dependencies with ./hack/update-vendor.sh.
  > 259cd18 Merge pull request # 123339 from skitt/canonical-json-patch
  > f59dd2d Add /readyz for kube-scheduler
  > 942c16f Use canonical json-patch v4 import
  > a38ff4e Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2
  > 49e208e Merge pull request # 125045 from pohly/ginkgo-gomega-update
  > ea8da60 Merge pull request # 125115 from serathius/progress-notify-timer
  > 09673b6 dependencies: ginkgo v2.19.0, gomega v1.33.1
  > 2c4a973 Reset timer to zero when no progress notify was sent
  > 6fb09e7 Use normal Mutex instead of RWMutex
  > 9af63b1 Don't signal when lowering number of waiting routines
  > be4e4c6 Use timer instead of ticker in progress requestor
  > 966b79c Merge pull request # 124036 from joremysh/decrease-running-time-of-test-param-ref
  > 5e4ee5b Merge pull request # 124779 from cici37/updateEnv
  > feabdb6 make test parallel in for loop
  > b612acd Merge pull request # 125019 from wojtek-t/reduced_contention
  > 73c903e Update cel env to 1.30
  > 34333a8 Reduce critical section for watchcache.lock
  > a90b2ee Merge pull request # 124912 from enj/enj/i/enc_config_typos
  > 2585e77 Merge pull request # 124867 from p0lyn0mial/upstream-progress-notification-for-waitUntilWatchCacheFreshAndForceAllEvents
  > b0c3a41 encryptionconfig: detect typos
  > bb359c0 Merge pull request # 124754 from p0lyn0mial/upstream-cacher-dispatchevents-progress-requester
  > 4381901 storage/cacher: waitUntilWatchCacheFreshAndForceAllEvents checks if storage.RequestWatchProgress is supported
  > b58ca9c Merge pull request # 124826 from mjudeikis/mjudeikis/plugins.move.to.generics
  > 0750099 storage/cacher: dispatchEvents use progressRequester
  > e6f52a2 Merge pull request # 124675 from cici37/fgForCost
  > 65ef308 move to generics for sets in kubeapiserver
  > e84c8f5 Merge pull request # 124612 from ah8ad3/add-clc-warning
  > d44012e Adding the feature gates to fix cost for VAP and webhook matchConditions.
  > 548de40 Merge pull request # 122176 from slashpai/disable_http2_flag
  > 8137bae Feat: warn user if etcd version is not supported for RequestWatchProgress
  > da08782 Merge pull request # 124757 from dims/update-to-latest-golang.org/x/oauth2-v0.20.0
  > c05e83d Expose DisableHTTP2 flag in SecureServingOptions
  > 81eb10d Update to latest golang.org/x/oauth2 v0.20.0
  > 8b99671 Merge pull request # 124600 from alvaroaleman/typed-wq
  > e7f40e3 Merge pull request # 124673 from jpbetz/retry-beta
  > da88853 Use the generic/typed workqueue throughout
  > dad1c2a Merge pull request # 124662 from seantywork/master
  > e721afc Promote RetryGenerateName to beta
  > f01be2e Updated & added visibility to apiserver x509 test certificates expiring this year
  > 27845e5 Merge pull request # 123797 from saschagrunert/cri-staging
  > 2f518e5 Merge pull request # 124619 from aramase/aramase/c/requestheader_cleanup
  > ce51c37 Add `cri-client` staging repository
  > 9aae90a Merge pull request # 124450 from muff1nman/handle-nil-k8s-client
  > 2f368ab Remove unused NewSecure function in requestheader.go
  > 79fc2d8 Merge pull request # 123396 from cyclinder/apiserver_datarace
  > 7d59581 apiserver/options: avoid segfault by handling unset core k8s client
  > 80dc895 Merge pull request # 124610 from wojtek-t/deflake_cacher_tests
  > eca9e91 Fix data race in apiserver mux handler
  > 3472901 Merge pull request # 122148 from pohly/controllers-context-support
  > fd60faf Deflake watchcache tests
  > 9dcdab7 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml
  > 5ea67c7 apiserver + controllers: enhance context support
  > 94b4f26 Merge pull request # 121256 from liyuerich/workqueue
  > 9e5520a Bump sigs.k8s.io/yaml to v1.4.0
  > 2913c8c Merge pull request # 124483 from ah8ad3/etcd_feature_support
  > d8646c5 drop deprecated workqueue NewNamed package
  > 2b7a0cf Add FeatureSupportChecker for etcd storage
  > 38aa2c2 Merge pull request # 124466 from serathius/featuregate-defer
  > b3614dc Merge pull request # 124513 from serathius/workarounds
  > 74fb076 Cleanup defer from SetFeatureGateDuringTest function call
  > 5571570 Remove workarounds for https://github.com/etcd-io/etcd/issues/17507
  > 46e5972 Merge pull request # 124469 from serathius/etcd-3.5.13
  > ec92188 Merge pull request # 123572 from alexzielenski/cel/name-formats
  > 0e8e550 Upgrade etcd libraries to v3.5.13
  > 1412222 feature: add name formats library to CEL
  > 26d34be test: typecheck cel test cases
  > 359c50e Merge pull request # 124328 from jiahuif-forks/deps/cel-go
  > b246e79 generated: ./hack/update-vendor.sh
  > 63c6cc2 add trivial FindStructFieldNames to TypeProvider.
  > 6f6178e refit cost estimator with ast.Expr
  > 30d402d generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1
  > 1c1727b Merge pull request # 124346 from jwcesign/master
  > f1e6655 Merge pull request # 123927 from p0lyn0mial/upstream-cacher-decrease-watcher-draining-no-bookmark-after
  > c88b67e upgrade: upgrade dependencies github.com/prometheus/common to the newest version
  > 6333c07 Merge pull request # 124223 from chenk008/fix_apf_countTracker
  > dcdc23d apiserver/storage/cacher: decrease running time of TestCacheWatcherDrainingNoBookmarkAfterResourceVersionReceived
  > 69d05fc Merge pull request # 124247 from seans3/stream-doc-file
  > f687e45 prioritize user EtcdOptions.StorageConfig.StorageObjectCountTracker
  > 8c72d83 Merge pull request # 124163 from flavianmissi/resource-quota-single-flight
  > d4a69af Adds apiserver proxy doc.go
  > 70fb342 Fix: StorageObjectCountTracker is nil, apf estimator got ObjectCountNotFoundErr
  > 245b93c Merge pull request # 124004 from srivastav-abhishek/catcher-test-fix
  > 20894cc resourcequota: use singleflight.Group to reduce apiserver load
  > 5364ad8 Merge pull request # 123997 from wojtek-t/speedup_watch_test
  > 1d434b3 Added locks when accessing dummyStorage to prevent data race
  > 4b2cb3c Merge pull request # 123972 from deads2k/remove-insecure-serving
  > b1a1768 Relax WatchSemanticsTest to make it faster
  > b0dd9fe Merge pull request # 123937 from p0lyn0mial/upstream-use-initial-events-annotation-key-const
  > 8c4fa4e Remove k8s.io/apiserver ability to bind insecure ports
  > 926889f Merge pull request # 123860 from p0lyn0mial/upstream-storage-unused-function
  > 9bfd27d apiserver/storage: use metav1.InitialEventsAnnotationKey const
  > 36301fe Merge pull request # 123669 from pohly/cel-quantity-conversion-fix
  > d4f6eff apiserver/pkg/storage/utils: remove unused EverythingFunc
  > 32d4209 Merge pull request # 123584 from fatsheep9146/rename-apiserver-spanname
  > 561da91 cel: fix conversion of quantity to quantity
  > e22545d Merge pull request # 121970 from pohly/log-apimachinery-runtime
  > 3934798 fix for comments to ignore the request without request info
  > ba6e7aa Merge pull request # 116781 from muff1nman/protobuf-fully-qualified-types
  > d712a4e apimachinery runtime: support contextual logging
  > 54b3a0e add http method to span name
  > 38b28e9 Merge pull request # 124283 from dims/rename-cluster-to-storage_cluster_id-for-apiserver_storage_size_bytes-metric
  > 81abb60 generate fully qualified type references
  > 29913c1 change the integration test
  > a22f797 Rename `cluster` to `storage_cluster_id` for apiserver_storage_size_bytes metric
  > 68eb5ca rename apiserver trace span to http server guidelines
  > 8bbbe76 Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288
  > 2a3f6c8 Update x/net for CVE-2023-45288
  > 2a4a82c Merge pull request # 123994 from serathius/undo-double-run-test-watch-semantics
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 knative.dev/serving 0d589da...5a8d478:
  > 5a8d478 Update net-gateway-api nightly (# 15679)
  > 28dff5c add wildcard back (# 15676)
  > bb76b60 Update volume validation to include hostPath (# 15669)
  > 8ed20f4 upgrade to latest dependencies (# 15662)
  > d957496 Update community files (# 15675)
  > 3216ab3 Drop the use dprotaso/controller-tools fork (# 15664)
  > 8a37b89 Update net-kourier nightly (# 15671)
  > 8556b88 fix dependency name (# 15674)
  > 83fe1c2 fix dependabot config (# 15672)
  > 79f8c3f fix dependabot config (# 15668)
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/code-generator 890b3a1...5a98ceb:
  > 5a98ceb Update dependencies to v0.31.4 tag
  > f74ea3c informers: add comment that Start does not block
  > 80c52b8 Call non-…
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 249e0fd to 38a4e42 Compare January 10, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant