Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping golang.org/x/net cb5b10f...7bbe320: > 7bbe320 go.mod: update golang.org/x dependencies > c48da13 http2: fix TestServerContinuationFlood flakes > 762b58d http2: fix tipos in comment > ba87210 http2: close connections when receiving too many headers > ebc8168 all: fix some typos > 3678185 http2: make TestCanonicalHeaderCacheGrowth faster > 448c44f http2: remove clientTester > c7877ac http2: convert the remaining clientTester tests to testClientConn > d8870b0 http2: use synthetic time in TestIdleConnTimeout > d73acff http2: only set up deadline when Server.IdleTimeout is positive > 89f602b http2: validate client/outgoing trailers > 6e2c99c http2: allow testing Transports with testSyncHooks > 9e0498d http2: use synthetic timers for ping timeouts in tests > 31d9683 http2: mark several testing functions as helpers > 12ddef7 http2: reject DATA frames after 1xx and before final headers > d600ae0 http2: add testClientConn for testing client RoundTrips > 57a6a7a http2: prevent uninitialized pipe from being written > ea095bc http2: only set up positive deadlines > 8c07e20 httpproxy: allow any scheme > ab271c3 http2: add IdleConnTimeout to http2.Transport > 7ee34a0 go.mod: update golang.org/x dependencies > c289c7a websocket: re-add documentation for DialConfig > 9fb4a8c http2: send an error of FLOW_CONTROL_ERROR when exceed the maximum octets > 3dfd003 websocket: add support for dialing with context > fa11427 quic: move package out of internal > 591be7f quic: fix UDP on big-endian Linux, tests on various architectures > 34cc446 quic: temporarily disable networking tests failing on various platforms > 4bdc6df quic: expand package docs, and document Stream > 22cbde9 quic: set ServerName in client connection TLSConfig > 57e4cc7 quic: handle PATH_CHALLENGE and PATH_RESPONSE frames > a6a24dd quic: source address and ECN support in the network layer > 2a8baea quic: don't record fin bit as sent when it wasn't > 5e09712 quic: fast path for stream writes > 08d27e3 quic: fast path for stream reads > cc568ea internal/quic: use slices.Equal in TestAcksSent > dda3687 quic: add Stream.ReadByte, Stream.WriteByte > e94da73 quic: reduce ack frequency after the first 100 packets > 117945d quic: add throughput and stream creation benchmarks > 93be8fe quic: log packet_dropped events > 6e383c4 quic: add qlog recovery metrics > 840656f quic/qlog: don't output empty slog.Attrs > 5a444b4 quic: add Stream.Set{Read,Write}Context, drop {Read,Write,Close}Context > 73d21fd go.mod: update golang.org/x dependencies > 643fd16 html: fix SOLIDUS '/' handling in attribute parsing > 73e4b50 dns/dnsmessage: allow name compression for SRV resource parsing > b2208d0 internal/quic/qlog: fix typo > 0d0b98c http2: avoid goroutine starvation in TestServer_Push_RejectAfterGoAway > 07e05fd http2: remove suspicious uint32->v conversion in frame code > 26b646e quic: avoid deadlock in Endpoint.Close bumping knative.dev/hack f3f03ac...1133b37: > 1133b37 Update community files (# 378) > 47368d6 Check licenses only, but not bundle them (# 376) > b985a5b Update community files (# 377) > 7e71024 Add clotributor link to readme (# 353) > b1b2956 Add consistent SECURITY.md (# 349) > 4f7621a Call go mod download on each module, if not vendor (# 326) > 424e75e Update community files (# 374) > b9f6bf0 switch default region to avoid instability (# 373) > e6dedc7 bump various tools (# 372) > 7f60be0 Update community files (# 371) > 5f0998e Set default for GKE version to 1.28 (# 370) > fe1f2b4 drop toolchain directive (# 369) > 05f4e9c Update community files (# 368) > 999d7e6 Update community files (# 367) > 6090613 Update community files (# 366) > d1067f2 Update community files (# 365) > f3881d9 Update community files (# 364) > ab9b690 Don't hardcode serving as the repo when setting highest semver (# 361) > 45dcf10 Update community files (# 360) > 40f0ac2 Update community files (# 359) bumping k8s.io/klog/v2 6ded808...007e661: > 007e661 textlogger: allow caller to override stack unwinding > 2d08296 Merge pull request # 396 from pohly/slog-helper > 2086216 Merge pull request # 393 from kaisoz/add-safeptr > e4deee8 slog: use main logr package instead of logr/slogr > 8dd3f2e Merge pull request # 395 from pohly/readme-update > 881fa0b Add SafePtr wrapper > 5d1d2d5 add SetSlogLogger > 761b630 Merge pull request # 394 from pohly/owners-update > d3dd725 docs: clarify relationship between different features > e3f75b8 Merge pull request # 384 from pohly/slog > 39afdba dependencies: logr v1.4.1 > f33bd6c OWNERS: remove serathius, add mengjiao-liu, promote pohly > 02e7b69 Merge pull request # 391 from pohly/with-name-output > 44eadc3 add slog support > b588475 Merge pull request # 380 from pohly/golangci-lint-action > 009a04a output: handle WithName like zapr does > cc856bb update to logr 1.3.0 > edee20c Merge pull request # 392 from pohly/promote-experimental > 1a0dfc5 github: run golangci-lint via action > 61b308a Merge pull request # 390 from pohly/go-vet-print > 18cdd3a promote experimental code to stable > ef25537 fix revive issues > 6632ba5 Merge pull request # 376 from pohly/stderr-threshold-docs > 6af4ad1 testing: bump Go version matrix > a4f9060 fix golangci-lint issues > ff82b97 Merge pull request # 379 from lowang-bh/fixWarning > 3838dbc stderrthreshold: fix flag comment > b394f4b enable "go vet" checks for parameters > 5ac9b76 Merge pull request # 378 from aimuz/fix-370 > 6c35c6a resolve comments warning > 1e2789b fix: SetLogger via klog.SetLogger will output an unexpected newline bumping github.com/go-logr/logr 8adefbe...dcdc3f2: > dcdc3f2 slogr: fix unintended API break in v0.8.0 (# 253) > 5d88f52 funcr: Add LogInfoLevel Option to skip logging level in the info log (# 240) > 177005d build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 > e7f489a build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 > cf56c3b build(deps): bump actions/setup-go from 4 to 5 > 2ad296e build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 > d55b4e2 Merge pull request # 241 from thockin/master > c589653 Merge pull request # 245 from thockin/sloghandler_empty_groups > 98ee9d9 Clean up slog testing and restore coverage > 006d752 Merge pull request # 246 from thockin/slog_context_tests > b01bad7 sloghandler: unnamed groups should be inlined > b228ba8 Break examples to new file > 5153ab2 unit tests with full SlogSink mock implementation > 2665157 Add tests for context with slog > 6432877 Add benchmarks for slogSink > 58f101e Fix bug in slog support carrying the wrong sink > f558531 Put slog tests in a helper, move funcr test > 6151b2f support a slog.Logger pointer in a context > 83dbe72 Fix some lint > 1fffd07 move slogr into main package > b5e7d9f funcr: Be consistent about quoted > 41d36ee build(deps): bump github/codeql-action from 2.22.7 to 2.22.8 > 44c6ac8 funcr: Be consistent about colons > f36813a build(deps): bump github/codeql-action from 2.22.5 to 2.22.7 > 955d2aa funcr: Be consistent about commas > 24eb27c build(deps): bump actions/github-script from 6.4.1 to 7.0.1 > 8221825 Add SlogSink support to funcr > 5b79d78 Merge pull request # 233 from go-logr/dependabot/github_actions/github/codeql-action-2.22.5 > d95f9b6 Get rid of testSlogSink > 424fad7 Merge pull request # 232 from go-logr/dependabot/github_actions/ossf/scorecard-action-2.3.1 > e602c1d build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 > cdb930d Minor cleanups in slogr_test (readability) > 64618df build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 bumping k8s.io/client-go 94205f8...62c5e9e: > 62c5e9e Update dependencies to v0.29.2 tag > baea19d Merge pull request # 122429 from MadhavJivrajani/tools-bump-129 > 3373afd .*: bump golang.org/x/tools to v0.16.1 > 288368e update go.mod > 86d49e7 Merge pull request # 113374 from ahmedtd/kep-3257-projected-types > 59c256a Regenerate for ClusterTrustBundlePEM projected volume API > ac369c3 Define ClusterTrustBundlePEM projected volume > 66e57f7 Merge pull request # 121552 from pohly/klog-update > 8b96b9b dependencies: klog v2.110.1 > c13269d Merge pull request # 116516 from aojea/servicecidr > 7523a34 Merge pull request # 121575 from apelisse/update-smd > 60aa89a make update with the new API with arrays > 965bc8d Merge pull request # 121104 from carlory/kep-3751-api-changes > ce4f256 Update sigs.k8s.io/structured-merge-diff to v4.4.1 > 824910b make update > 6278c99 generated changes > 477cb78 Merge pull request # 121089 from tkashem/apf-v1 > 5a34ab5 apiserver: add generated files for flowcontrol api change > 20fd67f apiserver: generate code for apf flowcontrol v1 API > 30eba26 Merge pull request # 121524 from carlory/gomega > 8ec95e1 bump gomega to 1.29.0 > 4028f5b Merge pull request # 121338 from dims/working-otel-bump > 08f1ffe working-config-otel > e2e59f3 Merge pull request # 119186 from seans3/stream-translator-proxy > c925374 Merge pull request # 120397 from ty-dc/StaticCheck > b7d73dd StreamTranslator and FallbackExecutor for WebSockets > b003667 Merge pull request # 116065 from sanposhiho/match-label-key-alternative > 0447e1f cleanup: omit comparison with bool constants > 5f697ab Merge pull request # 121363 from p0lyn0mial/upstream-reflector-consistency-check > a462882 feature(scheduler): implement matchLabelKeys in PodAffinity and PodAntiAffinity > 33d1400 Merge pull request # 120757 from alexzielenski/apiserver/openapi/invalid-default > 0f984dc client-go/reflector: introduce a data consistency mechanism for the watch-list feature. > b592521 update generated code and openapi > 30f741e pin openapi > 435ce6f Merge pull request # 121010 from Jefftree/decouple-openapi-v2v3-config > 9f0ec66 Merge pull request # 119802 from takirala/tga/update-ErrGroupDiscoveryFailed > f68660d bump kube-openapi > 17c66cc Merge pull request # 119026 from AxeZhan/sleepAction > 5a38750 fix: add code comments > 5cf6418 codegen > f936552 client-go: chore: implement `Is` interface for `ErrGroupDiscoveryFailed` > 52c50bf Merge pull request # 121229 from aojea/remove_cluster_cidr > 46e82c5 Merge pull request # 120248 from pacoxu/grpc-container-probe > 656ec39 remove ClusterCIDR > bc7002f Merge pull request # 120735 from Jefftree/request-body > 92c5c93 remove GAed FG GRPCContainerProbe > d02858f Merge pull request # 121106 from aojea/ipaddress_uid > c0416e6 bump kube-openapi > 57d597c Add shortname ambiguity warning in shortcut expander (# 117668) > 55f8f3f make update > cf4002b Merge pull request # 121111 from dashpole/update_otel_deps > 0b5d6df dependencies: update otel-go dependencies > b4ee45c Merge pull request # 121117 from MadhavJivrajani/bump-x-net > 9f19d0f .: bump golang.org/x/net to v0.17.0 > 9518c80 Merge pull request # 121082 from pohly/ginkgo-gomega-update > 5b14e64 Merge pull request # 120975 from ardaguclu/close-heartbeat-explicitly > fa053c2 dependencies: ginkgo v2.13.0, gomega v1.28.0 > 0a782d6 Merge pull request # 120729 from pohly/events-context > 583e50d Use timeout function to detect transient errors > ca71863 Merge pull request # 120984 from p0lyn0mial/upstream-reflector-always-fallback-to-listwatch > cf07629 k8s.io/client-go/tools/events: pass context into EventSink methods > 9a88950 revert back to IsUnexpectedCloseError check > 1e0855a reflector: fallback to the previous mode on any error > 3595e52 k8s.io/client-go/tools: support context for event recording > e95d92d Close websocket heartbeat explicitly when unexpected closure received > fbb1575 Merge pull request # 120980 from p0lyn0mial/upstream-client-go-close-watcher > 2c9d749 reflector: close an established watcher when the StopCh was closed > d6dc079 Merge pull request # 120716 from xrstf/fix-typos > 6b97f71 Merge pull request # 119865 from charles-chenzz/bump_deps > 0d1af04 fix typo dervied => derived > 52cc500 Merge pull request # 120865 from aojea/remotecmd_flake > bf89966 bump github.com/emicklei/go-restful/v3 to v3.11.0. > 011db22 deflake TestWebSocketClient_HeartbeatSucceeds > 34d1b64 Merge pull request # 120799 from aojea/workqueue_test > 657ffa5 Merge pull request # 120752 from p0lyn0mial/upstream-client-go-initial-events-value > 374e363 workqueue unit tests to assert collapsing behaviors > d0ea06d cache/reflector: check the value of the initial-events-end annotation > b5b9332 Merge pull request # 120694 from aojea/ws_healthchec > 08f8929 Merge pull request # 119526 from sttts/sttts-idiomatic-cached > ea6e035 add loging and bump timers to avoid races > 278669d hack/update-vendor.sh > 908cc0a Merge pull request # 120513 from devincd/fix-typo > 44a68ee Merge pull request # 120508 from aojea/aojea_owner > f242a56 fix typo in client-go package > a73949f Merge pull request # 120008 from skitt/drop-intstr-ptr-wrappers > 5ac9cf8 add aojea as client-go approver > a52e8a1 Merge pull request # 120499 from tukwila/gorilla/websocket_v1.5.0 > f0c65af Use ptr.To to retrieve intstr addresses > 951672f bump: upgrade gorilla/websocket from v1.4.2 to v1.5.0 > 53c02af Merge pull request # 119334 from kmala/serverapply > f5a7a42 Merge pull request # 119157 from seans3/websocket-executor > 77918e1 update the dependency sigs.k8s.io/structured-merge-diff/v4 to latest tag > fd1e22b WebSocket Client and V5 RemoteCommand Subprotocol > 4783d28 Merge pull request # 119410 from Jefftree/kubectl-cleanup > 5e052e4 Merge pull request # 119870 from Jefftree/agg-discovery-406 > f02c594 Cleanup kubectl legacy server fallback > f28f485 Merge pull request # 120259 from SataQiu/clean-apf-20230830 > c4ed5da Fallback to legacy discovery on a wider range of conditions in aggregator > 5e5ba6b Merge pull request # 120327 from liggitt/json-patch > def2075 apf: remove v1alpha1 API > fb2e668 Merge pull request # 120218 from rakshitgondwal/feat/protobuf-version-update > f6f4d3c Revert to json-patch 4.12.0 > 5af0bb9 feat: update google.golang.org/protobuf to v1.31.0 > 4dd144a Merge pull request # 119962 from pohly/dra-api-list-type > e8815ff Merge pull request # 118653 from pohly/volume-resource-requirements > cb120b6 api: change list type for node lists in PodSchedulingContext > 3fe9aa4 Merge pull request # 119790 from seantywork/added-comment > 86ae84a generated files > c1466ac Merge pull request # 119883 from ls-2018/json > ff3618f kubernetes mutual (2-way) x509 comment > 9c6b659 Merge pull request # 119937 from RyanAoh/kep-1860-dev > a8fc969 Fix: null jsonpath serialization > d124e52 Merge pull request # 119806 from enj/enj/i/delete_psp_api > 4a487f6 Generated code for IP mode field > edce1de Merge pull request # 119728 from pohly/ssa-forbid-extract-calls > 1e11b3a Delete PSP API types and generated clients > 9a5370b Merge pull request # 119907 from Hii-Arpit/Hii-Arpit-Fixing-Broken-Link > ed2b4f0 SSA: prevent usage of Extract calls via forbidigo > 54237a5 Merge pull request # 119796 from sttts/sttts-caches-populated > f4a635a Update README.md > b97d8af Merge pull request # 119554 from davidmccormick/prevent-race-client-go-workqueue-shutdown > 00f8b3a client-go: log proper 'caches populated' message, with type and source and only once > 856e847 Merge pull request # 118455 from linxiulei/managedFields > e9b0103 Fix a race where a call to Shutdown was happening after ShutDownWithDrain() had performed the check q.isProcessing() && q.shouldDrain() and before waitForProcessing() has reached its Wait(). This is because waitForProcessing() is only checking the length part of the condition instead of both the length and whether we still need to drain. > 08b51e9 Merge pull request # 118399 from skitt/ioutil-sig-api-machinery > 411a118 Run hack/update-codegen.sh informers subprojects > 41d4a16 Merge pull request # 117992 from liggitt/gc-discovery-flutter > caded3c api-machinery: stop using deprecated io/ioutil > da4a4e2 Add 'WithTransform' SharedInformerOption > b8a03ab Merge pull request # 119876 from marosset/revert-118895 > daed746 Add GroupDiscoveryFailedErrorGroups helper method > 04dcae2 Merge pull request # 119835 from liggitt/mitigate-aggregated-discovery-npe > 32bbd73 Revert "Merge pull request # 118895 from RyanAoh/kep-1860" > bf44ac9 Avoid returning nil responseKind in v1beta1 aggregated discovery > 49410bf Merge pull request # 119725 from MadhavJivrajani/bump-net-dep Signed-off-by: Knative Automation <[email protected]>
- Loading branch information