Skip to content

Commit

Permalink
upgrade to latest dependencies
Browse files Browse the repository at this point in the history
bumping google.golang.org/grpc 3f95b38...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)
  > 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 knative.dev/pkg 9b9d535...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)
  > 4c90159 Update community files (# 3126)
  > 40afb7c fix script (# 3123)
  > f3ab560 Update community files (# 3118)
  > a7fd9b1 Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (# 3117)
  > 215048a Bump golang.org/x/tools from 0.26.0 to 0.27.0 (# 3114)
  > 47a6f9f Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (# 3116)
  > 7b333a0 Bump golang.org/x/net from 0.30.0 to 0.31.0 (# 3113)
  > 0a99635 Update community files (# 3112)
  > 25f6002 upgrade to latest dependencies (# 3111)
  > 6af2bf9 upgrade to latest dependencies (# 3110)
  > 76cfa12 Fix `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3107)
  > 6d10851 Add `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3103)
  > 6eb75e8 Update community files (# 3105)
bumping github.com/spf13/cobra 4dd4b25...e94f6d0:
  > e94f6d0 Address golangci-lint deprecation warnings, enable some more linters (# 2152)
  > 8003b74 Remove fully inactivated linters (# 2148)
  > 5c2c1d6 Consistent annotation names (# 2140)
  > 5a1acea build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 (# 2127)
  > 0fc86c2 docs: update user guide (# 2128)
  > 6b5f577 More linting (# 2099)
  > bd914e5 fix: remove deprecated io/ioutils package (# 2120)
  > 1f80fa2 chore: remove repetitive words (# 2122)
  > c69ae4c ci: test golang 1.22 (# 2113)
  > a30cee5 build(deps): bump actions/cache from 3 to 4 (# 2102)
  > f34069c build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (# 2108)
  > bd2655e Add Incus to the list of projects using Cobra (# 2118)
  > bcfcff7 Add Taikun CloudWorks to list of projects (# 2098)
  > 4fb0a66 flags: clarify documentation that LocalFlags related function do not modify the state (# 2064)
  > 0dec88e Add tests for funcs in cobra.go (# 2094)
  > cbcf75e [chore]: update projects using cobra (# 2093)
  > 199b7ab build(deps): bump actions/labeler from 4 to 5 (# 2086)
  > 531ce79 Remove extra actions/checkout
  > c054701 build(deps): bump actions/setup-go from 4 to 5
  > 4122785 Document how to create a plugin
  > a73b9c3 Fix help text for runnable plugin command
  > df547f5 Fix help text for plugins
  > e63925d Add env variable to suppress completion descriptions on create (# 1938)
  > 236f3c0 Update projects_using_cobra.md (# 2089)
  > 3d8ac43 Micro-optimizations (# 1957)
  > 283e32d Add LXC to the list of projects using cobra (# 2071)
  > a0a6ae0 Improve API to get flag completion function (# 2063)
  > 890302a Support usage as plugin for tools like kubectl (# 2018)
  > 48cea5c build(deps): bump actions/checkout from 3 to 4 (# 2028)
  > 22953d8 Replace all non-alphanumerics in active help env var program prefix (# 1940)
  > 00b68a1 Add tests for flag completion registration (# 2053)
  > b711e87 Don't complete --help flag when flag parsing disabled (# 2061)
  > 8b1eba4 Fix linter errors (# 2052)
  > 4cafa37 Allow running persistent run hooks of all parents (# 2044)
  > 5c962a2 build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3 (# 2047)
  > efe8fa3 build(deps): bump actions/setup-go from 3 to 4 (# 1934)
  > 95d8a1e Add notes to doc on preRun and postRun condition (# 2041)
  > bd4d165 feat: add getters for flag completions (# 1943)
  > 0c72800 Customizable error message prefix (# 2023)
  > c5dacb3 ci: test golang 1.21 (# 2024)
  > 285460d command: temporarily disable G602 due to securego/gosec# 1005 (# 2022)
  > 4955da7 build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (# 2021)
  > fd865a4 minor corrections to unit tests (# 2003)
  > 60d056d doc: fix typo, Deperecated -> Deprecated (# 2000)
  > 66b215b golangci: enable 'unused' and disable deprecated replaced by it (# 1983)
  > c81c46a Add 'one required flag' group (# 1952)
  > dcb405a Move documentation sources to site/content (# 1428)
  > cbe4865 build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (# 1976)
  > fdee73b powershell: escape variable with curly brackets (# 1960)
  > 988bd76 test: make fish_completions_test more robust (# 1980)
  > 2246fa8 Fix grammar: 'allows to' (# 1978)
  > 0e3a0bf build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (# 1971)
  > 284f410 Fix typo in fish completions (# 1945)
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 golang.org/x/net 6cc5ac4...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
  > 334afa0 go.mod: update golang.org/x dependencies
  > d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn
  > 858db1a http2: surface errors occurring very early in a client conn's lifetime
  > 0aa844c http2: support unencrypted HTTP/2 handoff from net/http
  > f35fec9 http2: detect hung client connections by confirming stream resets
  > e883dae README: don't recommend go get
  > 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}()
  > 4783315 http2: limit 1xx based on size, do not limit when delivered
  > 5716b98 internal/socket: execute gofmt
  > 42b1186 http2: support ResponseController.EnableFullDuplex
bumping google.golang.org/genproto/googleapis/rpc ddb44da...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)
  > 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/protobuf 158d2b3...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
  > c72053a all: release v1.35.2
  > b985635 internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)
  > 76135f9 proto: switch messageset_test to use makeMessages() injection point
  > 29947bb internal/testprotos/test: add nested message field with [lazy=true]
  > 5c14d72 encoding/prototext: use testmessages_test.go approach, too
  > 496557b proto: refactor equal_test from explicit table to use makeMessages()
  > 0517e5a testing/protocmp: document behavior when combining Ignore and Sort
  > d14ebce all: implement strip_enum_prefix editions feature
  > fb995f1 encoding/protojson: allow missing value for Any of type Empty
  > d340238 all: start v1.35.1-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 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 knative.dev/eventing 291c0a8...cd7c1c0:
  > cd7c1c0 Add authorization conformance tests for Sequence and Parallel (# 8400)
  > 5ce51f8 Include inEdges in Graph String() (# 8406)
  > 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)
  > 52792ea [main] Upgrade to latest dependencies (# 8397)
  > c9047a1 [main] Update community files (# 8396)
  > 4dbc2ba Scheduler: LastOrdinal based on replicas instead of FreeCap (# 8388)
  > 06355af [main] Upgrade to latest dependencies (# 8392)
  > b00da59 Register eventshub image for JobSink (# 8390)
  > 2f165f1 Update golang.org/x/crypto to 0.31.0 (# 8389)
  > 4087c3a Going OIDC for Integration Source (# 8383)
  > 3a69e30 add new integration CRDs to storage version migrator tool (# 8386)
  > 414af5c Add EventPolicy to storage version migrator (# 8384)
  > f82811b Remove conversion webhook config in EventPolicy CRD (# 8379)
  > 7c1a62d Add health check config and clean up duplicated code (# 8308)
  > bff7b03 Remove unused filter function (# 8375)
  > 8d8b6c9 RequestReply: Added feature flag for default timeout (# 8361)
  > 7bb320c Chore: field semantic correction  (# 8370)
  > 3345c86 Clean up remove session token (# 8369)
  > 6e7e3d4 Adding sns sink to Integration Sink (# 8365)
  > d4357e3 MT-Broker: return retriable status code based on the state to leverage retries (# 8366)
  > 795e4a3 Move image to map (# 8362)
  > 408db83 We changed the event type on the images (# 8364)
  > f577063 Align label generation and apply on container-source as well (# 8355)
  > cb31cb2 Add integrationsinks-addressable-resolver cluster role (# 8356)
  > 545c14c Change JobSink execution mode variable to `K_EXECUTION_MODE` (# 8350)
  > 91f1c79 Avoid using twice hardcoded strings for the names of the Kube Secret keys, for AWS access/secret key vals (# 8345)
  > cb29ac1 [main] Update community files (# 8354)
  > aef3a14 [main] Format Go code (# 8349)
  > 65da6fc Update integrationsink crd  (# 8347)
  > 01c8068 JobSink: Inject a `KNATIVE_EXECUTION_MODE` environment variable with value `batch` (# 8346)
  > 366ff26 IntegrationSink: rek-test templating support for bool annotations (# 8342)
  > 7176ce6 Add IntegrationSink CRD  (# 8304)
  > 5ad7dab feat: add RequestReply types and CRD (# 8337)
  > 7f313d7 fix: rename `job-sink` to `job_sink` (# 8335)
  > 4f6535a chore: correct comments (# 8336)
  > ebe99e6 Introducing common integration helper and change package name (# 8327)
  > 201e096 [main] Format Go code (# 8334)
  > 6f5edf5 [main] Upgrade to latest dependencies (# 8328)
  > f21370a Integration Api moved to versioned common (# 8325)
  > 63d4da5 Update Integration API and use custom tags on structs for better readability (# 8321)
  > 7abb04d JobSink: Delete secrets associated with jobs when jobs are deleted (# 8331)
  > 8fed0be Allow configuring (opt-in) IMC async handler  (# 8311)
  > bc6e878 fix: remove duplicated observedGeneration from jobsinks.sinks.knative.dev (# 8326)
  > 6b4ff7f [main] Upgrade to latest dependencies (# 8324)
  > cd31c1b [main] Upgrade to latest dependencies (# 8322)
  > 9d67389 [chore] Do not generate SSL env vars for each struct entry, just once per containersource/image (# 8315)
  > 35d8c63 [chore] Use a generic access/secret key in the secret for AWS connections (# 8312)
  > f53d038 [main] Update community files (# 8307)
  > df34028 Add missing copyright boilerplate (# 8305)
  > 3f2b75b Use GetServiceHostname when passing URL to JobSink (# 8303)
  > fa6b4c5 Add jobsinks-addressable-resolver cluster role (# 8298)
  > b4b609a Add observedGeneration in JobSink OpenAPI schema (# 8297)
  > 2e4d353 Allow imc-controller to list JobSinks (# 8294)
  > 7bca815 IntegrationSource CRD (# 8238)
  > c859efd [main] Format Go code (# 8289)
  > 7c97e6f Schduler: MAXFILLUP strategy will spread vreplicas across multiple pods (# 8263)
  > ef6b31a fix: et autocreate makes eventtype id required (# 8288)
  > 4faf9c8 [main] Upgrade to latest dependencies (# 8287)
  > 65aeab5 [main] Upgrade to latest dependencies (# 8275)
  > 03ba8f4 feat: autocreate v1beta3 eventtypes (# 8276)
bumping golang.org/x/mod 46a3137...dec0365:
  > dec0365 sumdb: make data tiles by Server compatible with sum.golang.org
  > c8a7319 x/mod: fix handling of vendored packages with '/vendor' in non-top-level paths
  > 9cd0e4c x/mod: remove vendor/modules.txt from module download
bumping knative.dev/hack 05b2fb3...f8be0cc:
  > f8be0cc Update community files (# 407)
  > e92a16a set min to 1.30 (# 405)
  > cad8c71 Update community files (# 406)
  > 1978b3a Update community files (# 404)
  > b799531 Update community files (# 403)
  > ef6e7e9 Export KO_FLAGS for consuming scripts (# 401)
  > 2191456 Update community files (# 400)
bumping golang.org/x/sys 23b0dab...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
  > e0753d4 Revert "windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}"
  > c29efe3 windows: add iphlpapi functions for change notifications
  > 8f2aa9f cpu: conditionally re-enable AVX512 support on darwin/amd64
  > 054f1fc README: don't recommend go get
  > ca04041 unix: extend z/OS support
  > 18e038c unix: move NETLINK_* consts to own section
  > d045236 windows: implement Ftruncate using a single syscall on Windows
  > cff53d5 unix: gofmt after CL 610296
  > 123459f unix: update z/OS implementation of fcntl and mmap
  > df4a4da unix/linux: adjust Dockerfile ENV key value format
  > 696d342 unix: gofmt after CL 621375
  > 60d7877 unix: add PTP_PF_* constants on Linux
  > 256d1df unix: add PTP IOCTLs on Linux
  > adbb8bb windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}
  > a57fdb8 unix: add IoctlGetHwTstamp/IoctlGetHwTstamp on Linux
  > 3932916 unix: switch to Ubuntu 24.10 in Dockerfile
  > 2dfefb6 all: execute gofmt
  > e5eee7e unix: add IoctlGetEthtoolTsInfo on Linux
  > fe162ba unix: add ClockSettime on Linux
  > 7143f4a windows: manually initialize NewNTUnicodeString
bumping google.golang.org/genproto/googleapis/api ddb44da...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)
  > 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)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Jan 15, 2025
1 parent afd7c8d commit f74224e
Show file tree
Hide file tree
Showing 1,924 changed files with 109,824 additions and 42,880 deletions.
55 changes: 29 additions & 26 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Deprecated: use knative.dev/client/pkg instead.
module knative.dev/client-pkg

go 1.22.0
go 1.22.7

require (
emperror.dev/errors v0.8.1
Expand All @@ -12,23 +12,23 @@ require (
github.com/google/go-cmp v0.6.0
github.com/maxbrunsfeld/counterfeiter/v6 v6.5.0
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.7.0
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.13.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
golang.org/x/term v0.25.0
golang.org/x/term v0.28.0
gotest.tools/v3 v3.3.0
k8s.io/api v0.30.3
k8s.io/apiextensions-apiserver v0.30.3
k8s.io/apimachinery v0.30.3
k8s.io/api v0.31.4
k8s.io/apiextensions-apiserver v0.31.4
k8s.io/apimachinery v0.31.4
k8s.io/cli-runtime v0.29.2
k8s.io/client-go v0.30.3
k8s.io/code-generator v0.30.3
knative.dev/eventing v0.43.0
knative.dev/hack v0.0.0-20241010131451-05b2fb30cb4d
knative.dev/pkg v0.0.0-20241021183759-9b9d535af5ad
knative.dev/serving v0.43.0
k8s.io/client-go v0.31.4
k8s.io/code-generator v0.31.4
knative.dev/eventing v0.43.1-0.20250113175801-cd7c1c09ec9d
knative.dev/hack v0.0.0-20250109131303-f8be0ccdff36
knative.dev/pkg v0.0.0-20250113161000-0c2a238a16ed
knative.dev/serving v0.43.1-0.20250114134801-19b9a095dbf4
sigs.k8s.io/yaml v1.4.0
)

Expand All @@ -47,12 +47,13 @@ require (
github.com/cloudevents/sdk-go/sql/v2 v2.15.2 // indirect
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
Expand Down Expand Up @@ -115,34 +116,36 @@ require (
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/xlab/treeprint v1.2.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.6.0 // indirect
golang.org/x/tools v0.26.0 // indirect
golang.org/x/tools v0.29.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/api v0.183.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/grpc v1.67.1 // indirect
google.golang.org/protobuf v1.35.1 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
google.golang.org/grpc v1.69.2 // indirect
google.golang.org/protobuf v1.36.2 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiserver v0.30.3 // indirect
k8s.io/apiserver v0.31.4 // indirect
k8s.io/gengo v0.0.0-20240404160639-a0386bf69313 // indirect
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 // indirect
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
knative.dev/networking v0.0.0-20241022012959-60e29ff520dc // indirect
knative.dev/networking v0.0.0-20250113195501-679796878afc // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
Expand Down
Loading

0 comments on commit f74224e

Please sign in to comment.