Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 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 golang.org/x/oauth2 6d8340f...3e64809: > 3e64809 x/oauth2: add Token.ExpiresIn > 16a9973 jwt: rename example to avoid vet error > b52af7d endpoints: add GitLab DeviceAuthURL bumping k8s.io/client-go ece8c00...4b5b7fa: > 4b5b7fa Update dependencies to v0.31.4 tag > 5e3e8ea informers: add comment that Start does not block > f71a5cc Call non-blocking informerFactory.Start synchronously to avoid races > 4536e5a Merge pull request # 124012 from Jefftree/le-controller > 93c6a5b Merge pull request # 126353 from liggitt/fix-vendor > 825f52e Change PingTime to be persistent > 6a9911a revendor dependencies > f45c451 fix ordering issue in candidates > fe54892 Merge pull request # 126243 from SergeyKanzhelev/devicePluginFailures > 18dd587 feedback: leasecandidate clients > 79fd7ab generated files > 1f27757 Review feedback > ac9204c Merge pull request # 126145 from carlory/kep-3751-api > 2099375 CLE controller and client changes > dcfcc90 Merge pull request # 126125 from mprahl/stop-idempotent > 9dea255 Promote VolumeAttributesClass to beta > 8a2bbd0 Coordinated Leader Election Alpha API > bad8f77 Merge pull request # 126091 from seans3/ws-err-extra-info > 001900e Allow calling Stop multiple times on RetryWatcher > 3aff10e Adds extra error information from response to bad handshake error when possible > a9affb4 Merge pull request # 125488 from pohly/dra-1.31 > a7db3ad DRA: new API for 1.31 > e0bc24e DRA: remove "sharable" from claim allocation result > a7f430b DRA: remove immediate allocation > 91ff2f6 DRA: bump API v1alpha2 -> v1alpha3 > 82af755 Merge pull request # 126231 from seans3/websocket-https-proxy-fix > 6e31289 moving for easier cherry-pick > 8108d41 Falls back to SPDY for gorilla/websocket https proxy error > 5130bd9 Merge pull request # 126207 from thockin/ingress-backend-port-atomic > 80707e5 Merge pull request # 125660 from saschagrunert/oci-volumesource-api > cd892da Make ServiceBackendPort an atomic struct > 5742b23 Merge pull request # 124859 from morlay/master > 485ae13 Add ImageVolumeSource API > 6dde7fe Merge pull request # 126073 from a7i/fake-apply-scale-subresource > 9ab93c0 Remove json:",omitempty" where json:",inline" specified. > 37121f3 Merge pull request # 125470 from everpeace/kep-3619-SupplementalGroupsPolicy-e2e > eab51c4 fix: fake clientset ApplyScale subresource from 'status' to 'scale' > 1ea671a KEP-3619: API: add NodeFeatures.SupplementalGroupsPolicy in NodeStatus > 59ef8e1 Merge pull request # 126034 from sohankunkerkar/add-usernamespaces > 21b1828 api: add user namespaces field to NodeRuntimeHandlerFeatures > 0724a99 Merge pull request # 125305 from p0lyn0mial/upstream-dynamic-client-uses-watch-list > 34751e1 Merge pull request # 126018 from aroradaman/bump-k8s-utils > 732dd28 dynamic client: add support for API streaming > b6a1b42 Merge pull request # 126057 from thockin/make-pod-ip-host-ip-required > 37c2760 bump k8s.io/utils > fa8c68e make PodIP.IP and HostIP.IP required. > 53b8be7 Merge pull request # 125802 from mmorel-35/testifylint/len+empty > 7f36d81 Merge pull request # 125944 from timofurrer/fix/error-msg-type > acc5917 fix: enable empty and len rules from testifylint on pkg package > 55c0e2c Fix typo in type name of watch decode error > 354ed1b Merge pull request # 125922 from dims/update_otel_27 > 127e4c3 Merge pull request # 125887 from fxierh/fakediscovery-fix > e57f162 update OpenTelemetry dependencies and grpc > c45bc43 Return the error returned by Invokes so the FakeDiscovery client is able to simulate any error with reactors. > ab86e03 Merge pull request # 125021 from aojea/servicecidrbeta > 4dec662 Merge pull request # 125116 from pohly/dra-one-of-source > a146a0f make update > ae071bc Merge pull request # 125759 from dims/bump-prometheus/common-v0.55.0 > fdffb52 DRA: remove "source" indirection from v1 Pod API > 4b5beb6 Merge pull request # 124917 from vinayakankugoyal/kep4633 > 66473c1 Bump `prometheus/common to` v0.55.0 > ef4b2f6 Merge pull request # 125766 from dims/update-moby/spdystream-to-v0.4.0 > 1582c4c KEP-4633: Allow health-only anonymous auth mode. > 96c49b6 Merge pull request # 125600 from thockin/plus_default_deprecated_volumes > a2665af Update moby/spdystream to v0.4.0 > b043b56 Merge pull request # 125745 from BenTheElder/ping-ping > af26305 Use +default for now deprecated ScaleIO volume > 11d6807 bump github.com/moby/spdystream to v0.3.0 > f9b8f88 Use +default for now deprecated AzureDisk volume > 88829a4 Merge pull request # 125731 from dashpole/revert_otel > 90902b5 Use +default for now deprecated ISCSI volume > 0fbd594 Revert "update OpenTelemetry dependencies" > 64e74f9 Use +default for now deprecated RBD volume > 4e7651c Merge pull request # 125706 from jpbetz/fix-fixture-test > 8ffa531 Merge pull request # 125537 from seans3/rc-fallback-log > dd94093 Remove test dependency on swwagger.json to fix client-go repo > 6090471 Merge pull request # 125669 from benluddy/cbor-bump-v2.7.0 > 0b66457 Adds logging during remote command executor fallback > 9177465 Bump github.com/fxamacker/cbor/v2 to v2.7.0. > 430e755 Merge pull request # 125575 from dashpole/update_otel_27 > 2923011 Merge pull request # 125560 from jpbetz/apply-gen-fake > fd8492c update OpenTelemetry dependencies > c4145a9 Generate code > 2c86652 Add field tracker support to client fake fixtures > 96f66e9 Support options for all client fake actions > b9309ac Merge pull request # 125531 from pohly/klog-update > db174bf dependencies: klog v2.130.1 > e1202c7 Merge pull request # 121439 from skitt/generic-client-go > b31bc29 Run codegen > c834bcc Generify client-go > 6a88f2d Run codegen > 233a065 Run codegen > d2f5fba Merge pull request # 125528 from seans3/port-forward-beta > 6e44692 Graduate PortForwardWebsockets to Beta > cea1539 Merge pull request # 124509 from p0lyn0mial/upstream-watch-list-code-gen > e4e31fd Merge pull request # 125472 from karlkfi/karl-watch-comments > cc198ea make update > 5f43af4 Merge pull request # 125391 from karlkfi/karl-reflector-watch-stop > 48d8fc7 Add details to watch interface method comments > 39cc8de Merge pull request # 125435 from p0lyn0mial/upstream-rm-reflector-data-consistency-detector-test > f29a36d Refactor Reflector ListAndWatch > fb1003a Merge pull request # 125440 from p0lyn0mial/upstream-client-go-watchlist-can-use-watchlist-for-list-rq > 5347b09 client-go/reflector: remove reflector_data_consistency_detector_test.go > 9a760ef client-go/util/watchlist: intro CanUseWatchListForListRequest > 03443e7 Merge pull request # 125432 from p0lyn0mial/upstream-watch-list-data-consistency-detector > b681e77 client-go/reflector: use consistencydetector.IsDataConsistencyDetectionForWatchListEnabled > 14559c0 client-go/consistencydetector: introduce CheckWatchListFromCacheDataConsistencyIfRequested > 9116846 Merge pull request # 125408 from benluddy/bump-cbor-v2.7.0 > 4d57b6a Bump fxamacker/cbor/v2 to v2.7.0-beta. > c415c76 Merge pull request # 125304 from p0lyn0mial/upstream-dynamic-client-uses-consistency-detector > 8fc5a64 Merge pull request # 125383 from p0lyn0mial/upstream-unstructured-testchecklistconsistency > 5d84e91 client-go/dynamic: use CheckListFromCacheDataConsistencyIfRequested > 503a090 client-go/util/consistencydetector: extend TestCheckListFromCacheDataConsistencyIfRequestedInternalHappyPath to work with unstructured list > 2d885a2 client-go/util/consistencydetector: refactor TestCheckListFromCacheDataConsistencyIfRequestedInternalHappyPath to work with unstructured data > e822473 Merge pull request # 125379 from p0lyn0mial/upstream-unstructured-testdataconsistencychecker > 94cabc8 Merge pull request # 125302 from karlkfi/karl-informer-watcher-test > 20d0a8e client-go/consistencydetector: extend TestDataConsistencyChecker to test unstructured data > 1fc4f8a Merge pull request # 124963 from p0lyn0mial/upstream-data-consistency-checker-for-list-requests > 7c5e903 Update TestNewInformerWatcher for WatchListClient > 8262774 client-go/consistencydetector: refactor TestDataConsistencyChecker to work with unstructured data > 1c075dc Merge pull request # 124642 from wojtek-t/resilient_watchcache_initialization > 9f33e96 make update > 098e7c5 Merge pull request # 125356 from p0lyn0mial/upstream-improve-testdrivechecklistfromcache-test > b444e6c Implement ResilientWatchCacheInitialization > bbe85a4 fix TestDriveCheckListFromCacheDataConsistencyIfRequested > b03e5b8 Merge pull request # 125335 from p0lyn0mial/upstream-consistency-decector-handles-legacy-case > c7d7068 client-go/consistencydetector: handles the watch cache legacy case > 7c6e307 Merge pull request # 125299 from karlkfi/karl-reflector-fix-2 > 8c9cb88 Improve Reflector unit tests > 52e5651 Merge pull request # 122832 from benluddy/cbor-fuzz-native-to-unstructured-via > d81b8f6 Merge pull request # 123974 from p0lyn0mial/upstream-client-go-features-testing > 3aa51ce Update indirect dependencies with ./hack/update-vendor.sh. > 7adab2f KEP-3619: Fine-grained SupplementalGroups control (# 117842) > e89e40c client-go/rest: add TestWatchListWhenFeatureGateDisabled unit test > e8b5471 Merge pull request # 123339 from skitt/canonical-json-patch > e8eae94 client-go/features/testing: intro SetFeatureGatesDuringTest > 9c87eb0 Merge pull request # 125190 from pohly/record-event-panic > 16552d4 Use canonical json-patch v4 import > b4e1cfc client-go record: avoid panic when watch creation failed > ffda346 Update kubectl kustomize to kyaml/v0.17.1, cmd/config/v0.14.1, api/v0.17.2, kustomize/v5.4.2 > 5d65011 Merge pull request # 125159 from p0lyn0mial/upstream-add-data-consistency-checker-for-list-requests > 3f130bd Merge pull request # 125166 from p0lyn0mial/upstream-improve-check-data-consistency > b7ea49a client-go/util/consistencydetector: add CheckListFromCacheDataConsistencyIfRequested > 5f741a5 Merge pull request # 125052 from p0lyn0mial/upstream-client-go-env-var-set > 785fca4 client-go/util/consistencydetector: improve validation of list parameters (RV, ListOptions) > b92b563 Merge pull request # 124635 from pohly/event-broadcaster-shutdown-fix > 98df4f7 client-go/features: add Set method to envvar impl > f53839a Merge pull request # 125045 from pohly/ginkgo-gomega-update > ebbf7d7 client-go/tools/record: fix and test Broadcaster shutdown + logging > c559583 Merge pull request # 125146 from p0lyn0mial/upstream-client-go-consistency-detector-move-to-new-package > 2f2b800 dependencies: ginkgo v2.19.0, gomega v1.33.1 > 538b780 move checkWatchListDataConsistencyIfRequested back to client-go/tools/cache > e6e45e1 client-go/util/consistencydetector: make the detector public > 92f0985 client-go/util/consistencydetector: update after moving to the new package > e428fc2 move client-go/tools/cache/reflector_data_consistency_detector to client-go/util/consistencydetector > fd6b8e6 Merge pull request # 125144 from p0lyn0mial/upstream-client-go-consistency-detector-refactor-units > 00036b7 client-go/tools/cache/reflector_data_consistency_detector: refactor unit tests > 0123e78 Merge pull request # 124446 from p0lyn0mial/watch-list-consistency-detector-more-generic > 6bdde77 client-go/consistency-detector: change the signature of checkWatchListConsistencyIfRequested > c739619 Merge pull request # 122791 from p0lyn0mial/upstream-cleanup-watch-list-env-var > 4a34196 replace ENABLE_CLIENT_GO_WATCH_LIST_ALPHA with WatchListClient gate > 86f83bc Merge pull request # 124614 from p0lyn0mial/upstream-reflector-warn-no-bookmark-event > 0280901 client-go/reflector: warns when the bookmark event for initial events hasn't been received > 62f9597 Merge pull request # 124588 from jiuker/patch-2 > 8a8d073 Merge pull request # 124757 from dims/update-to-latest-golang.org/x/oauth2-v0.20.0 > f9eba8e fix: Hang when canceling leader election information > 988ddc2 Update to latest golang.org/x/oauth2 v0.20.0 > 4ebe42d Merge pull request # 124600 from alvaroaleman/typed-wq > d3682da Merge pull request # 124519 from dims/drop-all-the-providery-things-take-2 > 9aa3aae Use the generic/typed workqueue throughout > 35cab32 fix(api): make LocalObjectReference.Name and HostAlias.IP required (# 124553) > 64ff14b address comments during review > 049f231 Merge pull request # 124562 from sbueringer/pr-bump-sigs-yaml > af62623 Remove gcp in-tree cloud provider and credential provider > ea434df Bump sigs.k8s.io/yaml to v1.4.0 > 6b47d7d Merge pull request # 124344 from wojtek-t/fix_transformer > 178bcf2 Merge pull request # 124469 from serathius/etcd-3.5.13 > 2fe0574 Fix race in informer transformers > f3332a0 Merge pull request # 124263 from alvaroaleman/typed > e4f9b83 Upgrade etcd libraries to v3.5.13 > 9433226 Merge pull request # 124075 from pohly/dra-api-comments > d67dddf Workqueue: Add generic versions that are properly typed > 4a5f039 Merge pull request # 122657 from p0lyn0mial/upstream-client-go-rest-client-watch-list > a457c5e DRA api: ResourceHandle.DriverName is required > 47f5582 Merge pull request # 124328 from jiahuif-forks/deps/cel-go > a1be94a client-go/rest: introduce watchlist > 66b378a Merge pull request # 124340 from benluddy/dynamic-client-golden-request-test > d071c08 generated: ./hack/update-vendor.sh > 02e371e Merge pull request # 121574 from skitt/generic-lister-gen > 4cd6b75 Generate HTTP request fixtures for dynamic client tests. > 34d7809 generated: ./hack/pin-dependency.sh github.com/google/cel-go v0.20.1 > 5b2b83a Merge pull request # 124346 from jwcesign/master > 841e997 Improve the lister function documentation > b17c363 Add test to detect unintentional changes in dynamic client requests. > 5db05eb upgrade: upgrade dependencies github.com/prometheus/common to the newest version > 9d701d3 Regenerate all listers > b1c1c03 Merge pull request # 122892 from danwinship/codegen-nil > 05ff4bb Generify lister-gen > 506bc53 Merge pull request # 113257 from claudiubelu/path-filepath-update-staging > 3d4f98d Regenerate fake clients > 3407442 Merge pull request # 124245 from wojtek-t/informer_options > 79c893d Replaces path.Operation with filepath.Operation (staging) > 9990b0b Merge pull request # 123969 from liangyuanpeng/cleanup_rand > b9e952f Allow for configuring MinWatchTimeout in Reflector and Informer. > a82df61 Merge pull request # 123937 from p0lyn0mial/upstream-use-initial-events-annotation-key-const > fa185a2 cleanup: delete rand.Seed(time.Now().UnixNano()) and using global number generator. > 7da3197 Refactor informer constructors > 79491af Merge pull request # 123347 from zhouhaibing089/abstract-queue > 45e17fe client-go/cache/reflector: use metav1.InitialEventsAnnotationKey > aa7909e Merge pull request # 124174 from dims/update-x/net-for-CVE-2023-45288 > 9c3db86 workqueue: make queue as configurable > a2cc490 Update x/net for CVE-2023-45288 > 1518fca sync: update go.mod > eea636f Merge pull request # 123932 from pohly/dra-api-resource-model-rename bumping 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 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 knative.dev/serving 6a27004...db2721f: > db2721f Update net-gateway-api nightly (# 15690) > 243e1ea upgrade to latest dependencies (# 15687) > dd48437 Bump the github-actions group with 3 updates (# 15686) > 3e6d275 Update net-contour nightly (# 15685) > 65de262 upgrade to latest dependencies (# 15683) > c2f2b8b Update net-contour nightly (# 15678) > b3c8668 upgrade to latest dependencies (# 15677) > e5b717d Update net-kourier nightly (# 15680) > 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) > 0d589da Add support for hostPath (# 15648) > df03027 fix: fixed the pinned dependencies issue (# 15475) > da8d2d1 Allow securityContext.Privileged to be configurable (# 15643) > c0f181d Update net-contour nightly (# 15665) > 746e72f Update net-gateway-api nightly (# 15658) > 750f9a2 Drop k8s v1.28 from kind testing and update cluster version to 1.30 in e2e (# 15655) > daae9fd Update net-contour nightly (# 15660) > b4c8ac9 Update community files (# 15661) > 095f876 Update net-kourier nightly (# 15659) > 06281eb upgrade to latest dependencies (# 15656) > 033225d pin chainguard action version (# 15657) > d1e308e [performance/real-traffic-test] Enable AllowHTTPFullDuplexFeature (# 15654) > 2d5a1e9 Update net-kourier nightly (# 15647) > 5717d19 Update net-kourier nightly (# 15636) > 15ac5b1 Update net-contour nightly (# 15634) > 8cbbe8f Update net-gateway-api nightly (# 15635) > 5911aee Update community files (# 15633) > 3e45e8f Update net-kourier nightly (# 15622) > 0a61ece Update net-gateway-api nightly (# 15620) > 85ce915 upgrade to latest dependencies (# 15623) > 9f24a9c Update net-contour nightly (# 15621) > bd9050e upgrade to latest dependencies (# 15618) > b51a57d upgrade to latest dependencies (# 15613) > ebe9d03 Update net-kourier nightly (# 15612) > 75a7530 Update net-contour nightly (# 15610) > 0b936fa Update net-gateway-api nightly (# 15611) > 95d2c9b upgrade to latest dependencies (# 15609) > 37aaaae Update net-kourier nightly (# 15605) > 25edfee Update net-contour nightly (# 15604) > f640bbb Update net-gateway-api nightly (# 15603) > 64b8325 Update community files (# 15602) > 423e654 Fix configuration metadata inconsistency (# 15601) > 135b667 Update net-kourier nightly (# 15598) > f215fdb Update net-contour nightly (# 15597) > 7dc3e95 Update net-gateway-api nightly (# 15596) > 16d2da8 upgrade to latest dependencies (# 15595) > 331c097 upgrade to latest dependencies (# 15593) > a22343c Update net-gateway-api nightly (# 15590) > e8e7de5 Update net-kourier nightly (# 15592) > 9d859b5 Update net-contour nightly (# 15589) > 83a09f0 Update net-istio nightly (# 15591) > d792207 Update net-contour nightly (# 15587) > 19b4ce9 Update net-gateway-api nightly (# 15586) > 4a9936a Update net-kourier nightly (# 15585) > 67460f5 Update net-istio nightly (# 15584) 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 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 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/networking 60e29ff...6797968: > 6797968 upgrade to latest dependencies (# 1037) > 402ac60 drop unnecessary external name svc (# 1029) > 47d62db fix grpc dialing (# 1036) > 9d4838b upgrade to latest dependencies (# 1035) > 22a6457 linter fixes (# 1034) > 61c6cb6 upgrade to latest dependencies (# 1033) > 3fac3bb Update downstream workflow (# 1032) > 5f43076 Bump controller tools (# 1031) > c7ceffa Update community files (# 1030) > 34f5e09 upgrade to latest dependencies (# 1028) > 43a6a77 Update community files (# 1027) > d424939 upgrade to latest dependencies (# 1026) > 8b69a35 Make maximum delay of prober in its backoff configurable (# 1001) > bf671a6 Update community files (# 1024) > bbd3279 upgrade to latest dependencies (# 1023) > 929a5d5 upgrade to latest dependencies (# 1022) > 5272a36 upgrade to latest dependencies (# 1021) > 4c9d5b8 upgrade to latest dependencies (# 1020) > 8a88798 Update community files (# 1019) > 7341b46 upgrade to latest dependencies (# 1018) > d5387fa upgrade to latest dependencies (# 1017) > c254dbf upgrade to latest dependencies (# 1016) > d954288 upgrade to latest dependencies (# 1014) > 49760c2 Update community files (# 1013) 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/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/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) 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…
- Loading branch information