Skip to content

Commit fba5bc0

Browse files
upgrade to latest dependencies
bumping golang.org/x/crypto aae6e61...3bf9d2a: > 3bf9d2a ssh/test: skip KEX test if unsupported by system SSH client > 9bab967 go.mod: update golang.org/x dependencies > 4f9f0ca x509roots/fallback: add init time benchmark > eac7cf0 x509roots/fallback: move parsing code to a non-generated file > 18228cd acme: return err from deprecated TLS-SNI-[01|02] functions > 73f6362 acme: remove dead code > ebc8e46 ssh: add server side support for Diffie Hellman Group Exchange > e944286 ssh: expose negotiated algorithms > 78a1fd7 ssh: automatically add curve25519-sha256@libssh.org KEX alias > ac58737 ssh: export supported algorithms > 9dbbcf0 bcrypt: update InvalidCostError message to describe cost range inclusive > 9f6bf84 x509roots/fallback: update bundle bumping golang.org/x/text 700cc20...8072180: > 8072180 go.mod: update golang.org/x dependencies > 6cacac1 go.mod: update tagx:ignore'd golang.org/x dependencies bumping golang.org/x/net 7d6e62a...6e41cae: > 6e41cae go.mod: update golang.org/x dependencies > 15f7d40 http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrame > ef33bc0 internal/http3: use bubbled context in synctest tests > 919c6bc http2: use an array instead of a map in typeFrameParser > bae01a7 trace: add missing td tag bumping k8s.io/apiserver c09fadd...338d7b8: > 338d7b8 Update dependencies to v0.33.1 tag > 1fb809d Merge remote-tracking branch 'origin/master' into release-1.33 > 6aae451 Stop exposing list-via-watch from the server > 345c8cf Merge remote-tracking branch 'origin/master' into release-1.33 > 11e6080 Merge pull request # 131196 from siyuanfoundation/forward-api > e87c9db Move to released version of prometheus/client_golang v1.22.0 from rc.0 > 9ca332f bug fix: fix version order in emulation forward compatibility. > d4f2fc5 Merge pull request # 131020 from wojtek-t/fix_asynchronous_error > beaef1d Merge pull request # 131103 from ahrtr/etcd_sdk_20250328 > b9e86eb Fix race for sending errors in watch > 1776f0c Parallelize cacher list tests > e228aea Don't start etcd for skipped test > 29a5d82 Stop cacher in TestWatchStreamSeparation to speed up shutdown > 30b60eb Fix flake, non-consistent list doesn't give any guarantees about staleness > aed144f Ensure that cacher is terminated in TestGetListRecursivePrefix > 51e9232 bump etcd 3.5.21 sdk > 26bd744 Merge pull request # 127053 from dashpole/tracing_context_propagation > 37736ec Merge pull request # 129872 from seans3/websocket-https-proxy > 6898b83 restrict trace context propagation to system:master and system:monitoring > b1b5987 Merge pull request # 130937 from serathius/watchcache-unify-delegate-list > 3b2a820 Websocket HTTPS proxy support > 6811fde Unify should delegate list > b1020ce Merge pull request # 130423 from serathius/watchcache-continue > 3a206e1 Merge pull request # 130930 from siyuanfoundation/help > 5a05907 Serve LISTs with exact RV and continuations from cache > a11f874 Merge pull request # 130121 from yongruilin/featuregate-unversion-clean > b94acad chore: update emulation version help msg. > 8702b38 chore: Remove unused unversioned feature gate map by consolidating feature gate files > 7d24a9e Merge pull request # 130925 from serathius/watchcache-snapshotter-interface > 23be1a4 Merge pull request # 130924 from serathius/watchcache-delegate-precedense > fa558b1 Create Snapshotter interface to fake the implementation > dfc7cb5 Merge pull request # 130922 from serathius/watchcache-delegate-state > 91724cf Change precedence order for continue and legacy exact match > a581683 Merge pull request # 130899 from serathius/watchcache-error > edd1d1f Extend shouldDelegateList testing incorportating state of cacher > 1a83f0c Merge pull request # 128402 from richabanker/mvp-agg-discovery > 50f48ce Implement watchcache returning error from etcd that caused cache reinitialization > 2566cd2 Merge pull request # 130115 from danmillwood/danmillwood-dispatcher-test-patch > ae08979 Replace StorageVersion API with aggregated discovery to fetch served resources by a peer for MVP > 7db8aee Merge pull request # 130906 from serathius/streaming-validation > 10c2760 Fix intermittent test failure > f50e0ed Update kube-openapi and integrate streaming tags validation > 98865c8 Merge pull request # 130863 from serathius/watchcache-negative-RV-consistent > 0f51ac5 Merge pull request # 130560 from stlaz/remote-uid-config-beta > c59961a Test continue with negative RV for reading consistent RV > 52e218f Merge pull request # 130873 from serathius/watchcache-consistency-typo > a9904ee bump RemoteRequestHeaderUID featuregate to Beta, on by default > 3482808 Merge pull request # 130866 from serathius/watchcache-delegate-helper > 4da0062 Fix missing recursive in consistency check, enable panic on failed check and fix typo in logs > aac1558 Merge pull request # 130875 from aramase/aramase/f/fix_email_verified_godoc > cc5ef43 Extract delegator.Helper interface to allow making delegate decision based on cache state > 3a95207 Add unit test to validate email_verified in claim validation rules > 67dfc24 fix godoc for email_verified requirement when username contains claims.email > d750e2f Merge pull request # 130595 from tkashem/omit-admission > ba3fbbb Merge pull request # 130688 from serathius/watchcache-validate > 4c88a5c skip admission for unsafe delete > fa03ee3 Merge pull request # 130347 from Jefftree/remove-v2beta1-agg-discovery > 7a33f52 Use ValidateListOptions in watch cache > 544ce3d Merge pull request # 130741 from googs1025/fix/data_race > cba5376 Gate apidiscovery/v2beta1 serving with a feature gate > 5df5358 Merge pull request # 130811 from serathius/watchcache-test-negative-rv > 7af2504 flake: fix data race for TestApfWatchHandlePanic unit test > 2265efa Merge pull request # 130815 from serathius/watchcache-simplify-bypass-test > 6f6da8e Add test cases for negative resource version in TestList > 8aa636f Merge pull request # 130813 from serathius/watchcache-consistent-list-flake > 3a2e1b5 Simplify bypass test by just testing shouldDelegateList function > a679925 Test bypass for negative RV > 05ed2e0 Merge pull request # 130437 from srivastav-abhishek/fix-unsafe-conversions-test > 6ace22f Fix flaky RunTestConsistentList > b640464 Merge pull request # 130588 from serathius/watchcache-test-recursive > 1b0427a Removed parallel execution for test/subtest where AllocsPerRun is used > 84cc815 Merge pull request # 130354 from siyuanfoundation/forward-api > f76f81a Test recursive in TestGetListCacheBypass and separate overrides > 70820c9 Merge pull request # 130019 from yongruilin/version-intro > 942f114 Add option to explicitly enable future gv or gvr in runtime-config. > a91b001 Merge pull request # 130788 from jpbetz/fix-subresources > 2b4f068 refactor: detach Info from apimachinery util version > 5a72bc8 Add emulation forward compatibility into api enablement and RemoveDeletedKinds. > 543428d Merge pull request # 130775 from serathius/watchcache-consistent-read > 24d512c Fix subresource parsing for declarative validation > b671788 feat: extend version information with more detailed version fields > d88392f Merge pull request # 130754 from aaron-prindle/validation-gen-add-metric-and-runtime-verification-review-comments-upstream > 3cb2448 Fix detecting consistent read when watchcache starts handling continue > c31bd99 Merge pull request # 130751 from Jefftree/cle-promote-beta > 4fe686a chore: change Info->Error log level related to declarative validation runtime tests and refactor panic wrapper names > 79feac1 Merge pull request # 130777 from serathius/watchcache-consistency-test > 1623f66 Promote CLE to beta > 7b991eb Merge pull request # 124360 from carlory/kep-3751-quota-2 > 36c1a58 Fix typo and pass the environment variable required to enable watchcache consistency checking in GCE tests > 8e8b957 Merge pull request # 130693 from novahe/fix/test-cases > 2156078 Add quota support for PVC with VolumeAttributesClass > 6056c27 Merge pull request # 130752 from serathius/watchcache-simplify-delagate > a2c8b55 Fix test cases that may potentially cause a panic. > ae901d5 Merge pull request # 130648 from jpbetz/semver-tolerant > 6ed4233 Simplify shouldDelegateList > 96b9726 Merge pull request # 130705 from aaron-prindle/validation-gen-add-metric-and-runtime-verification-upstream > 408f503 Apply feedback > 3832c30 Merge pull request # 130708 from fuweid/reduce-spans-in-writer > b8750e7 feat: add declarative validation metrics and associated runtime verification tests > 92171c8 Add normalization support to CEL semver library, enable in base env > 1a6db11 Merge pull request # 129407 from serathius/streaming-proto-list-encoder > 9ff9bbb *: reduce tracing events during streaming JSON objects > 97b6cb1 chore: change error_matcher.go to use test interface instead of importing testing pkg > 782d907 Add tolerant parse option to semver > b2bc62b Merge pull request # 130475 from serathius/watchcache-consistency > 67ec836 Implement streaming proto encoding > 67d2550 Merge pull request # 130530 from pacoxu/v1.33-fg-cleanup > 23e9b2c Implement consistency checking > dccab55 Merge pull request # 130637 from serathius/watchcache-unify-validation > d44a862 remove feature gate AdmissionWebhookMatchConditions that was GAed in v1.30 > 855c0d4 Merge pull request # 130555 from thockin/k_k_randfill > 73e72d1 Unify ListOptions validation between cache and etcd > bd0e774 remove AggregatedDiscoveryEndpoint that was GAed in v1.30 > 7ee837d Vendor randfill > 01307e4 remove feature gate RemainingItemCount that was GAed in v1.29 > 9641d30 Use randfill, do API renames > c2e94ca Merge pull request # 130569 from dims/update-to-latest-cadvisor-v0.52.0 > 7377dfa Merge pull request # 130417 from serathius/watchcache-compact > e36558f update to v1.22.0-rc.0 > 4305a14 Separate compactWatchCache from increaseRV > 337542d update to latest cadvisor @ v0.52.0 > d3e44df Merge pull request # 130589 from serathius/watchcache-opts > c5b8df4 Merge pull request # 130543 from thockin/error_matcher_and_origin > f422062 Pass storage.ListOptions to WaitUntilFreshAndList > 163865f Merge pull request # 130320 from Jefftree/relax-openapi-verify > 0b0eaa3 Fix up ErrorMatcher from feedback > b12d7a1 Allow OpenAPI verification to pass both with and without strict alpha > 5edb11a Merge pull request # 130571 from hakuna-matatah/debug-upstream > 821b679 Merge pull request # 130587 from serathius/watchcache-subtests > 6faeace Debug latencies in request handler > 79ec453 Run lists tests in subtests > 345ad05 Merge pull request # 130549 from jpbetz/validation-gen-pr2 > 7c0ba21 Add declarative validation utility for use from strategies > 70fe4e2 Merge pull request # 128919 from dashpole/update_otel > 9b3bebd update go.opentelemetry.io dependencies to v1.33.0/v0.58.0 > 990bed7 Merge pull request # 130450 from JoelSpeed/fix-contains-cidr > 6a65641 Merge pull request # 129334 from serathius/streaming-json-list-encoder > 6479174 Fix implementation of ContainsCIDR to allow non-equal addresses > f2b1ab6 Merge pull request # 130474 from dims/bump-x/crypto-and-x/oauth2 > 38b01a1 Streaming JSON encoder for List > 69cfb42 Merge pull request # 129688 from cpanato/update-main-go124 > e1e2202 Bump x/oauth2 and x/crypto > 205c0f5 Merge pull request # 130281 from z1cheng/issue_130264 > 585eff5 bump go.mod to set min go1.24 > 82c8af5 Merge pull request # 130443 from serathius/watchcache-limit > c576a62 Implement chunking for gzip encoder in deferredResponseWriter > e03f7e4 Merge pull request # 130400 from serathius/storage-current-rv > 9e52394 Remove limit support from btree store > 3ad9385 Move GetCurrentResourceVersion to storage.Interface > 2ebe70a Merge pull request # 130412 from serathius/watchcache-progress > 0230ffb Merge pull request # 130399 from serathius/cache-delegator > a458717 Move watch progress to separate package. > a64613c Rename CacheProxy to CacheDelegator > ed3efcd Merge pull request # 130060 from carlory/fix-quota-scope > 1e7b28d Merge pull request # 129657 from p0lyn0mial/upstream-cacher-resilient-init-back-off > 13a27b8 Fix a bug where the `ResourceQuota` admission plugin does not respect ANY scope change when a resource is being updated. i.e. to set/unset an existing pod's `terminationGracePeriodSeconds` field. > fcfce5a Merge pull request # 130279 from serathius/watchcache-snapshot > 3aea777 storage/cacher/ready: dynamically calculate the retryAfterSeconds > 4a787e9 Merge pull request # 130344 from tosi3k/wc-upper-bound-capacity > 09c0e7d Add snapshotting of watch cache behind a feature gate > 710763d Merge pull request # 130118 from lucasrattz/update-anp > efe7a1b Add watch cache capacity upper bound adjusting logic > d522031 Ensure that btree threadedStoreIndexer implements orderedLister > 8dccd76 Merge pull request # 130359 from my-git9/assertion1 > 4831145 Bump konnectivity-client to v0.31.2 > 95d27c9 Merge pull request # 130187 from mansikulkarni96/129084 > a3d85c2 enable go-required check > 3a55230 Drop winsymlink go 1.23 workaround > afb79f8 fix wrong assertion on tests > 644f8e6 Merge pull request # 130242 from serathius/watchcache-test > 476d81d Test continuations and exact revision LISTs > b9bc02f Merge pull request # 130280 from serathius/watchcache-test-refactor > b9f760c Merge pull request # 130297 from 249043822/br0004 > 1e6e6f0 Refactor TestList and validate continuations to allow testing pagination and more exact RVs in the future > 9da16fa Fix non-recursive list should also read RequestWatchProgress feature when consistent list from cache is enabled > f98455c Merge pull request # 122646 from liggitt/deletionTimestamp > 8dd4460 Merge pull request # 130047 from HirazawaUi/modify-loopback-cert-valid-period > 1bac1a3 prevent deletionTimestamp from moving into the past > b6fda29 Merge pull request # 130190 from nkeert/test-validate-deferredResponseWriter-for-multiple-writes > c533eff adjusting loopback certificate validity in kube-apiserver > 938d466 Merge pull request # 130249 from seans3/bump-websockets-version > 11288ef Add a test to validate deferredResponseWriteron multiple write calls > ff5a72e Update gorilla/websockets library from 1.5.0 to latest 1.5.3 > 52dde33 Merge pull request # 130126 from fuweid/fix-128314 > 35a4ee0 Merge pull request # 129852 from p0lyn0mial/upstream-clock-test-cache > 2a04234 proxy: should add PingPeriod for websocket translator > 08a05f9 Merge pull request # 130113 from AwesomePatrol/129931-fix-3 > 23e8a6c cacher: decrease the running time of TestConsistentReadFallback > 87cccf7 Limit ResourceQuota LIST requests to times when informer is not synced > 8a149c9 cacher/cacher_whitebox_test: newTestCacherWithoutSyncing allow passing a clock > c471778 Merge pull request # 129934 from serathius/graduate-btree > 4628bb8 Merge pull request # 129416 from siyuanfoundation/refactor > c1a2d59 Graduate BtreeWatchCache feature gate to GA > 9bb5fd5 Merge pull request # 129929 from serathius/deprecate-separate-rpc > 9bb4aa7 Refactor compatibility version code > 7b8dc61 Merge pull request # 129930 from serathius/deprecate-watch-from-storage > 66f7881 Flip SeparateCacheWatchRPC feature gate to false and deprecate it. > 0198fdb Merge pull request # 129921 from srivastav-abhishek/fix-etcd-test > 0167eb5 Deprecate WatchFromStorageWithoutResourceVersion > 2ce508c Merge pull request # 129844 from cici37/bumCEL > 55da1af Additional timeout to receive all watchEvents > 39a73cd Merge pull request # 129813 from yongruilin/golangci-featuregate-add > 69f7857 Update the env option. > 52f2fda Merge pull request # 129596 from cici37/cvTest > ee59411 feat: add a lint rule to prevent Add unversioned featuregate > 7e0cbb5 Bump cel-go to v0.23.2. > 6c0d90b Merge pull request # 129751 from pacoxu/EfficientWatchResumption > 3a132bf Add test for compatible version > 2911f5b Merge pull request # 129815 from dims/linter-to-ensure-go-cmp/cmp-is-used-only-in-tests > a2ab8dc remove GAed EfficientWatchResumption since v1.24 > 0a703e3 Linter to ensure go-cmp/cmp is used ONLY in tests > f6d3d88 Merge pull request # 129786 from JoelSpeed/drop-netip-variables > a3f27ce Drop declaration of IP/CDIR type CEL variables > e35b5a7 Merge pull request # 129732 from dims/switch-to-v2.6.3-of-gopkg.in/go-jose/go-jose.v2 > cf7237e Merge pull request # 127709 from pohly/log-client-go-rest > 736476d update github.com/coreos/go-oidc to v2.3.0 > 6885e99 Merge pull request # 129538 from hzxuzhonghu/http2-clean > c2262d5 client-go/rest: backoff with context support > 6e7ca2c Switch to gopkg.in/go-jose/go-jose.v2 @ v2.6.3 > 0e1bb96 Merge pull request # 129679 from pacoxu/remove-APIListChunking > 29de537 Cleanupï: only initiate http2 server options when http2 is not disabled > b66aedf remove APIListChunking which was GAed since v1.29 > 626adbf Merge pull request # 129303 from sttts/sttts-vap-jsonpatch-typeresolver-tests > ae92d91 Merge pull request # 129628 from 249043822/br004 > ca7102a apiserver/admission/cel: add unit tests for JSONPatch expressions > 2387b5d Merge pull request # 129633 from skitt/revert-go-difflib-go-spew > e802cf6 remove duplicate getAttrsFunc calls to reduce temporary memory allocations > 2c1a1fa Merge pull request # 129547 from serathius/watchcache-bypass-test-valid > 695a3a4 Revert to go-difflib and go-spew releases > cd99ead Merge pull request # 129622 from dims/update-to-latest-kustomize-v5.6.0 > a6c0914 Only test requests that pass validation > 37d4665 Merge pull request # 127375 from omerap12/issue_126311 > 5f060d9 Drop github.com/asaskevich/govalidator > 76f1672 Merge pull request # 129590 from wojtek-t/cleanup_feature_gates > 7ca4de7 lint: removed empty line > 30363fd Remove WatchBookmark feature gate > 81ab7e0 Add test for CEL reserved symbols without double underscore > 5edcd3c Merge pull request # 124087 from krzysdabro/tests-apiserver-options-kms > e62b626 Merge pull request # 129443 from serathius/watchcache-proxy > 2146712 apiserver: decrease timeout for TestKMSHealthzEndpoint > 6c47046 Merge pull request # 129439 from serathius/refactor-delegate-2 > 74be087 Extract and unify cache bypass logic by creating a CacheProxy struct > b431778 Refactor shouldDelegateList > a2cdf2c Merge pull request # 129540 from serathius/test-list-cache-bypass > 2241ea0 Merge pull request # 129542 from serathius/watchcache-benchmark-namespace > 3c47ed7 Test all possible combinations of input for shouldDelegateList > 8161d73 Add benchmarking of namespace index > c7ea661 Merge pull request # 129441 from serathius/watchcache-benchmark > 893803d Merge pull request # 129440 from serathius/watchcache-extract-list-response > fd21d18 Improve benchmark to handle multiple dimensions > 2cad252 Merge pull request # 129430 from MadhavJivrajani/go124-webhook-regex-ut > 62c90b1 Extract list response struct to manage all the response fields > e6eb589 Merge pull request # 129349 from dims/bump-x/net-to-v0.33.0 > 7c924dc webhook: alter regex to account for x509sha1 GODEBUG removal > 006dd59 Merge pull request # 128872 from alvaroaleman/generics > 825f36b Bump x/net to v0.33.0 > 84b3c4c Use generic btree in watchcache > a53d8f1 Update github.com/google/btree > 494066f Merge pull request # 128279 from Jefftree/compat-133 > 15b54ba Expand emulated version range to n-3 with 1.31 floor > c7fb780 Merge pull request # 129074 from siyuanfoundation/fgv > 0daeb9f Add Validation to versioned feature specs. > b3597c0 Merge pull request # 129205 from tosi3k/wc-configurable-retention > f5b4a60 Merge pull request # 129213 from Jefftree/k-openapi > 0dcf3e9 Configure watch cache history window based on request timeout > 665a8df Merge pull request # 128343 from Jefftree/responsewriter-test > 68ddbb0 bump kube-openapi > b62222b Merge pull request # 129195 from dims/update-x/crypto/ssh-dependency > ada3ee1 add test for inmemory response writer > 6ecac9f Merge pull request # 128844 from cheftako/updateANP > dbfbe37 Update x/crypto/ssh dependency > 988c0f8 Merge pull request # 129054 from pohly/remove-import-name > c8d9720 Bump konnectivity-client to v0.31.1 > 0a3c895 Merge pull request # 128890 from kei01234kei/output_log_when_server_shutdown_is_failed > b846629 remove import doc comments > 47024d9 Merge pull request # 128862 from MariamFahmy98/map-unit-tests > 753940e 📝 output log when server shutdown is failed > ea0b9ce Merge pull request # 128621 from kmala/master > b858201 fix: remove duplicated unit tests in JSONPatch and ApplyConfiguration > df1723c Merge pull request # 127897 from modulitos/add-x509-uid-to-user > d513755 update the github.com/golang-jwt/jwt/v4 dependency > 3658357 Merge pull request # 129103 from liggitt/drop-winreadlinkvolume > 026bd87 set user.DefaultInfo.UID from x509 cert > 9add4d0 Drop use of winreadlinkvolume godebug option > 99abade Merge pull request # 129081 from stlaz/fg_remote_uid > 79e6f1f Merge pull request # 129083 from liggitt/go1.23windows > 5047b8f featuregate UID in RequestHeader authenticator > aaeb01b Revert to go1.22 windows filesystem stdlib behavior > cccad30 Merge pull request # 128722 from dims/possible-fix-for-alpha-feature-breaking-tests > 51b4b49 Possible fix for alpha CI jobs failing with AllowUnsafeMalformedObjectDeletion switched on bumping knative.dev/hack f525e18...70d4b00: > 70d4b00 Update community files (# 425) bumping k8s.io/gengo/v2 2b36238...1244d31: > 1244d31 Merge pull request # 290 from thockin/add_Type_IsComparable > 7fee449 Merge pull request # 282 from yongruilin/readme > a9f17ae Add Type.IsComparable() > 65a8954 Merge pull request # 289 from thockin/add_types_Any_types_Pointer > f3099c5 fix: Correct CONTRIBUTING.md link > 0359904 Merge pull request # 284 from thockin/master > 588a1c6 Merge pull request # 287 from thockin/snippetwriter_merge_errors > 1a6a130 Add types.Any and types.Pointer > 96f1c4e Add ExtractFunctionStyleCommentTags() > 76c5745 Merge pull request # 288 from thockin/namer_any_vs_empty_interface > 6be8013 Add SnippetWriter.Merge() to carry error state > 0274408 Fix comment and test for TestExtractCommentTags > 1cce1b1 Namer: say 'any' instead of 'interface{}' bumping github.com/go-logr/logr 1205f42...38a1c47: > 38a1c47 build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 > f08bedd build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 > 6295e99 build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 > 028840d build(deps): bump github/codeql-action from 3.28.15 to 3.28.17 > 511e5fa Merge pull request # 367 from go-logr/dependabot/github_actions/github/codeql-action-3.28.15 > 158c311 Merge pull request # 366 from thockin/master > d806463 build(deps): bump github/codeql-action from 3.28.13 to 3.28.15 > 20a64ba build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 > c79ddb3 Update to support golangci-lint v2 > 0385e14 Add comments around slog exceptions > 8fd86d2 Revert "Remove one exception from Slog testing" > 22d21f0 Update github actions > 1e06d3d Remove one exception from Slog testing > c439f61 Fix slog tests for 1.25 > fd59c10 Merge pull request # 359 from go-logr/dependabot/github_actions/actions/upload-artifact-4.6.2 > 50c533c Merge pull request # 358 from go-logr/dependabot/github_actions/github/codeql-action-3.28.12 > 2b467c4 build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 > 8476b37 Merge pull request # 357 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-6.5.2 > 9a1211d build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 > eec33c4 build(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 > 8de8c51 Merge pull request # 356 from go-logr/dependabot/github_actions/actions/setup-go-5.4.0 > 140789c build(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 > 525d37c Merge pull request # 354 from go-logr/dependabot/github_actions/github/codeql-action-3.28.11 > 207008c build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 > 95b588a Merge pull request # 352 from go-logr/dependabot/github_actions/github/codeql-action-3.28.10 > f597e8b build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 > 1c2d47a Merge pull request # 351 from go-logr/dependabot/github_actions/ossf/scorecard-action-2.4.1 > 18c61bc build(deps): bump github/codeql-action from 3.28.9 to 3.28.10 > 7805e15 Merge pull request # 353 from go-logr/dependabot/github_actions/actions/upload-artifact-4.6.1 > e374c47 build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 > 4af26d9 build(deps): bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 > 80045e5 build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 > 1a48fc0 build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 > 743e080 build(deps): bump github/codeql-action from 3.28.8 to 3.28.9 > cfd110a build(deps): bump github/codeql-action from 3.28.5 to 3.28.8 > 6a2281a Merge pull request # 346 from go-logr/dependabot/github_actions/actions/setup-go-5.3.0 > ccd6555 Merge pull request # 345 from go-logr/dependabot/github_actions/github/codeql-action-3.28.5 > e2e4b0e build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 > c233155 Merge pull request # 344 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-6.2.0 > 677a7c2 build(deps): bump github/codeql-action from 3.28.1 to 3.28.5 > b8ba189 Merge pull request # 343 from go-logr/dependabot/github_actions/actions/upload-artifact-4.6.0 > 96397cb build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 > 7fb2590 Merge pull request # 342 from go-logr/dependabot/github_actions/github/codeql-action-3.28.1 > 0a1e3b8 build(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0 > 1cb5846 build(deps): bump github/codeql-action from 3.27.9 to 3.28.0 > 08afa36 build(deps): bump github/codeql-action from 3.28.0 to 3.28.1 > 28c3e59 Merge pull request # 339 from go-logr/dependabot/github_actions/github/codeql-action-3.27.9 > e0b26f2 Merge pull request # 338 from go-logr/dependabot/github_actions/actions/setup-go-5.2.0 > d860f7f build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 > 8849d8d build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 > 1210f7d build(deps): bump actions/setup-go from 5.1.0 to 5.2.0 > a64db0b Merge pull request # 334 from go-logr/dependabot/github_actions/github/codeql-action-3.27.5 > 5342602 build(deps): bump github/codeql-action from 3.27.0 to 3.27.4 > cf0063c build(deps): bump github/codeql-action from 3.27.4 to 3.27.5 > f151316 Merge pull request # 330 from go-logr/dependabot/github_actions/actions/checkout-4.2.2 > e072c1a Merge pull request # 331 from go-logr/dependabot/github_actions/github/codeql-action-3.27.0 > 35ea6fd build(deps): bump actions/checkout from 4.2.1 to 4.2.2 > ddf199b Merge pull request # 329 from go-logr/dependabot/github_actions/actions/setup-go-5.1.0 > afe9b4a build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 > 1ce1e2e build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 > c5df16e build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 > 8d6912c build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 > 8d9adce build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 > 6f2dcb8 build(deps): bump actions/checkout from 4.2.0 to 4.2.1 > 5d59669 GitHub: bump Go version used for apidiff > 685f8d1 Merge pull request # 323 from go-logr/dependabot/github_actions/github/codeql-action-3.26.11 > 1108ded Merge pull request # 322 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-6.1.1 > 85e5c25 build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 > a3fdc92 build(deps): bump actions/checkout from 4.1.7 to 4.2.0 > 5014e65 build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 > 8c14043 build(deps): bump github/codeql-action from 3.26.8 to 3.26.9 > bb9f20d Merge pull request # 319 from go-logr/dependabot/github_actions/github/codeql-action-3.26.8 > e2720e1 build(deps): bump github/codeql-action from 3.26.6 to 3.26.7 > 98f267c build(deps): bump github/codeql-action from 3.26.7 to 3.26.8 > 275154a Merge pull request # 317 from go-logr/dependabot/github_actions/github/codeql-action-3.26.6 > abec0d5 Merge pull request # 316 from go-logr/dependabot/github_actions/actions/upload-artifact-4.4.0 > 3bf2a10 build(deps): bump github/codeql-action from 3.26.5 to 3.26.6 > 14f036d Merge pull request # 315 from go-logr/dependabot/github_actions/github/codeql-action-3.26.5 > 35ef369 build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 > 4743538 Merge pull request # 314 from go-logr/dependabot/github_actions/github/codeql-action-3.26.2 > dd81768 build(deps): bump github/codeql-action from 3.26.2 to 3.26.5 > 1033a72 build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 > edcd2be build(deps): bump github/codeql-action from 3.26.0 to 3.26.2 > 79c4c21 build(deps): bump github/codeql-action from 3.25.15 to 3.26.0 > d95a0df build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6 > a340533 Merge pull request # 309 from thockin/master > 90d9f9d build(deps): bump github/codeql-action from 3.25.13 to 3.25.15 > 0103ab5 Silence spurious lint warnings > 6386269 build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 > 26eb1a2 build(deps): bump github/codeql-action from 3.25.12 to 3.25.13 > 781996a build(deps): bump actions/setup-go from 5.0.1 to 5.0.2 > 76dab72 build(deps): bump github/codeql-action from 3.25.11 to 3.25.12 > 2110dbe Merge pull request # 302 from go-logr/dependabot/github_actions/actions/upload-artifact-4.3.4 > c65c5f6 Merge pull request # 301 from go-logr/dependabot/github_actions/github/codeql-action-3.25.11 > e04bf87 build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 > eb84a8c Merge pull request # 300 from go-logr/dependabot/github_actions/actions/checkout-4.1.7 > cd5acd5 build(deps): bump github/codeql-action from 3.25.10 to 3.25.11 > d69364f Merge pull request # 299 from go-logr/dependabot/github_actions/github/codeql-action-3.25.10 > cdbf6fb build(deps): bump actions/checkout from 4.1.6 to 4.1.7 > 8ce0cab Merge pull request # 298 from go-logr/dependabot/github_actions/github/codeql-action-3.25.8 > 6b90080 build(deps): bump github/codeql-action from 3.25.8 to 3.25.10 > 375c22d Merge pull request # 297 from go-logr/dependabot/github_actions/github/codeql-action-3.25.7 > a9e97bc build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 > 976cd73 Merge pull request # 296 from go-logr/dependabot/github_actions/github/codeql-action-3.25.6 > 2bb10dc build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 > e99951c build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 bumping k8s.io/client-go 86ff7a1...e7397e5: > e7397e5 Update dependencies to v0.33.1 tag > ecbbb06 bump etcd 3.5.21 sdk > 2086688 Merge pull request # 129970 from mortent/AddResourceV1beta2API > e359642 Merge pull request # 130556 from sreeram-venkitesh/kep-4960-container-stop-signals > dba34c7 Run make update > 3bf0a05 Merge pull request # 130797 from jm-franc/configurable-tolerance > 7a03a3b Generated files > 1676beb Refresh autogenerated files following the configurable tolerance updates. > 387edb8 Merge pull request # 130967 from aojea/listers > a27e26d Merge pull request # 129872 from seans3/websocket-https-proxy > 21dc3b4 benchmark to show inefficient linear search lookup > e782ad6 Merge pull request # 130764 from cici37/partitionableDevice > c77f9e4 Websocket HTTPS proxy support > 379ed45 Auto gen > b0ed730 Merge pull request # 130844 from danwinship/improved-traffic-distribution > a9cdb02 Merge pull request # 130447 from pohly/dra-device-taints > 789d60d update generate docs for PreferSameTrafficDistribution > 169f1af Merge pull request # 130906 from serathius/streaming-validation > 71c858c DRA: generated files for device taints API > ac9f6ff Merge pull request # 130901 from deads2k/perms > 9475320 Update kube-openapi and integrate streaming tags validation > 7ed5fa7 Implement KEP 4876 Mutable CSINode (# 130007) > c8ae9cf add API approvers to generated applyconfigurations > c5b5cae Merge pull request # 129954 from iholder101/swap/capacity-on-node-sys-info > b4e9c91 Merge pull request # 130721 from yanhuan0802/fix-informer-typo > 9a7d64c add auto-generated files: ./hack/update-codegen.sh > 97feb5b Merge pull request # 130347 from Jefftree/remove-v2beta1-agg-discovery > 4ba25ca fix: shared informer typos > 8ddf440 Gate apidiscovery/v2beta1 serving with a feature gate > 595b7ca Merge pull request # 130725 from jpbetz/replication-controller-minimums-to-declarative > 5f67685 Merge pull request # 129345 from pohly/log-client-go-workqueue > d6ee382 Add declarative default for RC.Spec.MinReadySeconds > 7faeb31 Merge pull request # 130751 from Jefftree/cle-promote-beta > a96aa53 client-go workqueue: add optional logger > 5adc342 Add declarative default for RC.Spec.Replicas > 8489267 Merge pull request # 130693 from novahe/fix/test-cases > 0a56d35 generated > 8ee5c99 Merge pull request # 130748 from jpbetz/revert-125102 > 5c7f206 Fix test cases that may potentially cause a panic. > dbe73bc Add LeaseCandidate v1beta1 > bcd3642 Revert PR 125102: Add unit tests to client-go/tools/cache/listers.go > 92865bf Merge pull request # 125102 from 0xMALVEE/unit-tests-listers.go > 65ca8d8 Merge pull request # 128499 from stlaz/ctb_betav1 > 8410e24 testes written for cache/listers.go > 2241515 generate code > a50f4a6 Merge pull request # 130555 from thockin/k_k_randfill > 1459662 Vendor randfill > 4a6072d Use randfill, do API renames > b3c8744 Merge pull request # 130569 from dims/update-to-latest-cadvisor-v0.52.0 > d42a6bb Merge pull request # 130352 from natasha41575/kubelet-pod-observedgen > dd81c64 update to v1.22.0-rc.0 > 0445543 Merge pull request # 130635 from zimnx/fix-websocket-read-error > 3c80fbb run 'make update' > 9cfcaac update to latest cadvisor @ v0.52.0 > d5f336d Merge pull request # 130489 from p0lyn0mial/upstream-fake-client-pass-opts > c1ee4cc Return correct error upon websocket message read failure > a48b937 Merge pull request # 130470 from p0lyn0mial/upstream-fake-client-opts-watch > 7b0f098 ./hack/update-codegen.sh > ca10b28 Merge pull request # 128586 from mortent/DRAPrioritizedList > 2790aee client-go/gentype/fake: sets opts.Watch true > ec8a292 Merge pull request # 130515 from Jefftree/revert-cle-beta-types > 2143ace Run make update > 05e64ee Merge pull request # 128919 from dashpole/update_otel > 41d7de3 Revert "LeaseCandidate alpha -> beta," > 030621a update go.opentelemetry.io dependencies to v1.33.0/v0.58.0 > 29076db Revert "generated" > cb16ee3 Merge pull request # 130474 from dims/bump-x/crypto-and-x/oauth2 > ebce4d7 Merge pull request # 130291 from Jefftree/cle-beta > 9dffd3c Bump x/oauth2 and x/crypto > 8247f1e Merge pull request # 129338 from pohly/log-client-go-certificates > 50aba71 generated > b46275a Merge pull request # 129688 from cpanato/update-main-go124 > d0f5d55 client-go certificate: context-aware APIs and logging > e6e6fcf LeaseCandidate alpha -> beta, > a126675 bump go.mod to set min go1.24 > 8dd5edb Merge pull request # 130359 from my-git9/assertion1 > 8fa90a0 Merge pull request # 130187 from mansikulkarni96/129084 > d8b34c3 fix wrong assertion on tests > c92258a Drop winsymlink go 1.23 workaround > 9c375bc Merge pull request # 129790 from aojea/event_name > d067ae2 Merge pull request # 130269 from tmmorin/fix-optimitically-typo > 023460f events: ensure the name is valid > 84ec134 Merge pull request # 130047 from HirazawaUi/modify-loopback-cert-valid-period > 89a3804 fix typo: optimitically -> optimistically > 72c2d4d Merge pull request # 130249 from seans3/bump-websockets-version > 5c24986 adjusting loopback certificate validity in kube-apiserver > 7392886 Update gorilla/websockets library from 1.5.0 to latest 1.5.3 > 90ccd59 Merge pull request # 130105 from seans3/websocket-logging-level > bf05f9c Merge pull request # 130039 from p0lyn0mial/upstream-fake-client-improve-unit-test > 3ead27a Update websocket logging levels for better debuggability > 8683d2d Merge pull request # 130049 from aojea/avoid_ginkgo_dep > 2b1c073 fake/clientset: improve TestNewSimpleClientset > fb7de29 reduce dependencies in apimachinery net testing utils > 07d61b6 Merge pull request # 129341 from pohly/log-client-go-watch > 362c5e8 Merge pull request # 129568 from deads2k/tighten-fifo-interface > 57bc261 client-go watch: NewIndexerInformerWatcherWithContext -> WithLogger > f203084 Merge pull request # 129330 from pohly/log-client-go-transport > f2d9cfb switch to using the real FIFO > e8a7cb0 client-go informers: provide ListWatch *WithContext variants > ce24f3c Merge pull request # 129815 from dims/linter-to-ensure-go-cmp/cmp-is-used-only-in-tests > 82fcce0 client-go/transport: structured, contextual logging > 43bf1a1 make a real FIFO implementation > bad1caa client-go + apimachinery watch: context support > de67e02 Linter to ensure go-cmp/cmp is used ONLY in tests > 52af3bd Remove cache.ErrRequeue > 97f3d26 Merge pull request # 128546 from atiratree/pod-replacement-policy-terminating-pods > d853ccf Remove Queue.AddIfNotPresent > df7621a update generated files and feature gates > f29637f shrink the cache.Queue interface to what is actually used > 9f1cce4 `client-go`: transform `watchErrorStream` to wrap the underlying error (# 129765) > 3b09c13 Merge pull request # 128971 from aojea/servicecidr_ga > 3617101 Merge pull request # 127709 from pohly/log-client-go-rest > a9177f9 make update > be86cb5 client-go rest: store logger in Result > 5d128ad client-go/rest: finish conversion to contextual logging > 7aa9904 client-go/rest: backoff with context support > 2b2015d client-go/test: warning handler with contextual logging > 9897373 Merge pull request # 129631 from kishen-v/update-client-go-docs > 49eb6dc Merge pull request # 129633 from skitt/revert-go-difflib-go-spew > ea0b82e Update compatibility matrix and maintenance status upto release-1.32 > 2d999b8 Revert to go-difflib and go-spew releases > 151d631 Merge pull request # 129615 from pohly/log-client-go-tools-cache-apis-fix > 40cace8 client-go/tools/cache: fix TestAddWhileActive > e421aed Merge pull request # 129139 from tklauser/client-setconfigdefaults-noerror > 26c6fd6 Merge pull request # 129343 from pohly/log-client-go-v1-event > 9f31100 Update generated clients after removing always-nil setConfigDefaults error return value > ca1e525 Merge pull request # 129349 from dims/bump-x/net-to-v0.33.0 > 1047529 client-go event: add WithContext expansion methods > 2ad95cf Merge pull request # 128872 from alvaroaleman/generics > 6584190 Bump x/net to v0.33.0 > 91ed5e1 Update github.com/google/btree > da6e294 Merge pull request # 129420 from pohly/client-go-tools-cache-testhammercontroller-fix > 498e3ef client-go cache: fix TestHammerController > ea791f2 Merge pull request # 126387 from pohly/log-client-go-tools-cache-apis > 67da6d1 Merge pull request # 129212 from Jefftree/add-clientgo-readme > 5d289bc client-go/tools/cache: add APIs with context parameter > d5ac3db Merge pull request # 1394 from Jefftree/patch-1 > ec0ec91 Add client-go README > b836a27 client-go/tools/cache: goroutine leak checking > 61ee2c5 Merge pull request # 129213 from Jefftree/k-openapi > a6e6f66 Delete README.md > 540fb4f bump kube-openapi > ab443a5 Merge pull request # 128659 from saschagrunert/google-go-protobuf > fae881e Merge pull request # 129041 from aojea/flowcontrol > be40e97 Replace `github.com/golang/protobuf` with `google.golang.org/protobuf` > 633c24c Merge pull request # 129195 from dims/update-x/crypto/ssh-dependency > 92b4ec7 flowcontrol: remove testing dependencies > e82d0c2 Update x/crypto/ssh dependency > 1df7a02 Merge pull request # 129054 from pohly/remove-import-name > 706280d Merge pull request # 128753 from skitt/skitt-reviewer-client-go > 70a4950 remove import doc comments > 8e21410 Merge pull request # 129103 from liggitt/drop-winreadlinkvolume > 111d4bc Add myself to client-go reviewers > e95e61c Drop use of winreadlinkvolume godebug option > f118320 Merge pull request # 129083 from liggitt/go1.23windows > 06af948 Revert to go1.22 windows filesystem stdlib behavior > 3704508 Merge pull request # 126503 from skitt/generic-fake-client > eb282ed Align fake client-go clients with the main interface bumping k8s.io/kube-openapi 2c72e55...c8a335a: > c8a335a Merge pull request # 531 from serathius/validate-streaming > 9d41124 Merge pull request # 530 from Jefftree/go-124 > 0d9316e Add validation rules for streaming > b98be4e Merge pull request # 529 from Jefftree/idl-fix > 342f11d Change package name back to idl_test and import idl > 58bc144 Merge pull request # 527 from jas4711/fix-slow-tests > 1250ee0 Fix package path for idl so the examples are aligned with types > 995909f Add go 1.24 to CI > e5f78fe Merge pull request # 524 from thockin/master > 79dd252 Increase integration tests' timeout to 1min > e0eeacd Switch from gofuzz to randfill bumping knative.dev/eventing 40bac3c...75874ab: > 75874ab [main] Update community files (# 8621) > 1a736e1 Update deps for K8s 1.33 (# 8602) > 5bcf801 test: multiple nested filters of the same type should work (# 8610) > 7f047f9 feat: add request reply cesql function (# 8608) > 5de389b feat: support for additional pod scheduling definition on IntegrationSource (# 8601) > a582a88 Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 (# 8605) > e25bccd feat: add package to set and verify correlation/reply ids for RequestReply (# 8606) > d56ee68 Adding addressable duck on crd (# 8603) > 9d89558 [main] Upgrade to latest dependencies (# 8598) > da948cb Return assigned port for HTTPEventReceiver (# 8596) > 3edf526 [main] Upgrade to latest dependencies (# 8595) bumping github.com/prometheus/client_golang 48e12a1...d50be25: > d50be25 Cut 1.22.0 (# 1793) > 1043db7 Cut 1.22.0-rc.0 (# 1768) > e575c9c promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package (# 1765) > f2276aa Merge pull request # 1764 from prometheus/dependabot/github_actions/github-actions-bf199c20a5 > a3548c5 Merge pull request # 1754 from saswatamcode/exp-eh > 9df772c build(deps): bump peter-evans/create-pull-request > c5cf981 Merge pull request # 1762 from prometheus/release-1.21 > 60fd2b0 Remove go.work file for now > e84c305 exp: Reset snappy buf (# 1756) > 8a42da3 Fix ios build. (# 1758) > 8f9d0de exp: Add dependabot config > c351d10 Merge pull request # 1753 from prometheus/dependabot/go_modules/github.com/google/go-cmp-0.7.0 > 40c62f7 Merge pull request # 1757 from prometheus/revert-121cas > 8c4c8fe Merge pull request # 1752 from prometheus/dependabot/go_modules/github.com/klauspost/compress-1.18.0 > 8e74257 build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 > eaf03ef Cut 1.21.0 (# 1737) > 689f590 Cut 1.21.1 > 25fdd48 Merge pull request # 1751 from prometheus/dependabot/github_actions/github-actions-1d46c514bf > 3e9bb22 build(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0 > f1f89dc Cut 1.21.0-rc.0 (# 1718) > 9e567a7 Revert "Add: exponential backoff for CAS operations on floats (# 1661)" > ad23ad6 exp/api: Add accepted msg type validation to handler (# 1750) > 1f5f3b8 build(deps): bump the github-actions group with 5 updates > c923f7c Revert "ci: daggerize test and lint pipelines (# 1534)" (# 1717) > 248c3f7 exp/api: Add experimental exp module; Add remote API with write client and handler. (# 1658) > 1bcda80 process collector: Fixed pedantic registry failures on darwin with cgo. (# 1715) > 6b820eb Add support for undocumented query options for API (# 1743) > 038b37a tutorials/whatsup: Updated deps (# 1716) > 97546ff Update common Prometheus files (# 1745) > 56a2431 docs: Add RELEASE.md for the release process (# 1690) > 020a778 Merge pull request # 1744 from prometheus/release-1.21 > cbd9526 Merge pull request # 1713 from prometheus/dependabot/go_modules/tutorials/whatsup/golang.org/x/net-0.33.0 > 9940ebe Merge pull request # 1742 from prometheus/dependabot/github_actions/github-actions-91945f2503 > 1a822a8 Upgrade to prometheus/common 0.62.0 with breaking change (# 1712) > 80b5a2a build(deps): bump golang.org/x/net in /tutorials/whatsup > 2c2903f Upgrade Golang version v1.24 (# 1738) > d8aff6f build(deps): bump the github-actions group with 2 updates > 7b39d01 Update common Prometheus files (# 1708) > 2de10d2 Cleanup dependabot config (# 1741) > aea1a59 Merge pull request # 1703 from prometheus/repo_sync > 5719ece Merge pull request # 1740 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.5 > c882727 Merge pull request # 1704 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.61.0 > 74e0f30 Update common Prometheus files > e2d1203 Merge pull request # 1739 from prometheus/dependabot/go_modules/golang.org/x/sys-0.30.0 > 5996c87 build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 > 168c8cc Merge pull request # 1707 from prometheus/dependabot/github_actions/github-actions-32880cf316 > 0c8606f build(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0 > 16ca7d8 Merge pull request # 1699 from dashpole/update_om_links > e729ba1 Update common Prometheus files (# 1731) > c9792a5 build(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 > 253889c Merge pull request # 1705 from prometheus/dependabot/go_modules/golang.org/x/sys-0.28.0 > b73f1d6 build(deps): bump the github-actions group with 5 updates > dcf944d build(deps): bump the github-actions group with 5 updates (# 1695) > 62165c2 update links to openmetrics to reference the v1.0.0 release > bf9ab7c Update common Prometheus files (# 1727) > b34fac0 Merge pull request # 1706 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.1 > ab5a3ac build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0 > 6bc5aaf Merge pull request # 1696 from prometheus/dependabot/go_modules/golang.org/x/sys-0.27.0 > c5873e0 Merge pull request # 1726 from prometheus/dependabot/github_actions/github-actions-0a2c707ab8 > 0e565ee build(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.1 > e5b5c5a Merge pull request # 1697 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.35.2 > b338349 build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 > 348cc70 Merge pull request # 1725 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.4 > c23accd build(deps): bump the github-actions group with 5 updates > f53c5ca setup OSSF Scorecard workflow (# 1432) > a656822 build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 > 8afccc7 feat: Add new CollectorFunc utility (# 1724) > 0f3d1e7 build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 > b236e1b examples: Follow best practices and established naming conventions (# 1650) > a42ae02 Added tips on releasing client and checking with k8s. (# 1723) > 1880f1b Fix: handle nil variableLabels in Desc.String() method and add tests for nil label values (# 1687) > 625c0eb chore(docs): Add links for the upstream PRs (# 1722) > 2356bb3 Update common Prometheus files (# 1692) > d9c0c3c Merge pull request # 1721 from prometheus/bwplotka-patch-1 > 76b74e2 fix: add very small delay between observations to make test more realistic (and faster) (# 1691) > 68803f1 Merge pull request # 1719 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.36.3 > 130ebd1 Update RELEASE.md > 6a90048 Add codeowners (# 1688) > c77aa37 Merge pull request # 1720 from prometheus/dependabot/go_modules/golang.org/x/sys-0.29.0 > 2da9d00 build(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.3 > 7d0a0fb fix: replace fmt.Errorf with errors.New (# 1689) > 40b7ca4 build(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0 > 291b0b0 Merge pull request # 1654 from shivanthzen/constNativeHistogram > 13851e9 Update common Prometheus files (# 1683) > ae84979 Add native histograms > a934c35 Add: exponential backoff for CAS operations on floats (# 1661) > bab92a7 chore: enable usestdlibvars linter (# 1680) > 400ee29 Update common Prometheus files (# 1679) > 2b11a4b Merge pull request # 1673 from imorph/faster_find_bucket > fcfad5c [chore]: enable perfsprint linter (# 1676) > 78d7a94 add: linear search implementation (+ benchmarks) > 1aa11d0 Merge pull request # 1678 from prometheus/dependabot/github_actions/github-actions-99b3cd78cd > 0c73c1c Merge pull request # 1672 from imorph/fix_summary_decay2 > 6de54aa Merge pull request # 1674 from prometheus/repo_sync > abfb257 build(deps): bump the github-actions group across 1 directory with 3 updates > d3f2840 Merge pull request # 1665 from jkroepke/BuildFQName > 6d099da add: no skip in short mode for TestSummaryDecay > 02883cb Merge pull request # 1675 from mharbison72/issue-1660 > 8aea698 Update common Prometheus files > 769f6f6 Merge pull request # 1670 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.35.1 > ece74f8 optimize BuildFQName function > 7877776 fix: use injected now() instead of time.Now() in summary methods > 3c21cc0 process_collector: avoid a compiler warning on macOS (fixes # 1660) > 929900d Merge pull request # 1667 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.60.1 > 5aa8222 build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 > aef8aed Merge pull request # 1657 from Manask322/addHeadersRoundTripperExample > efa3a8c Merge pull request # 1669 from prometheus/dependabot/go_modules/golang.org/x/sys-0.26.0 > 2c854c6 build(deps): bump github.com/prometheus/common from 0.59.1 to 0.60.1 > e1675ce Merge pull request # 1651 from prometheus/arianna-maintainer > 547b8da test add headers round tripper > ce1dda1 Merge pull request # 1668 from prometheus/dependabot/go_modules/github.com/klauspost/compress-1.17.11 > 1580d47 build(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 > e265df7 Merge pull request # 1647 from prometheus/release-1.20 > ffcf34f Add Arianna as maintainer 💪 > 1f09abb build(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 > 9c67f61 process_collector: Merge wasip1 and js into a single implementation (# 1644) > 284ca0f Optinally print OM created lines (# 1408) > 93c851f build(deps): bump the github-actions group with 4 updates (# 1634) > ae6e5d0 Update common Prometheus files (# 1635) > b2ef833 process_collector: Add Platform-Specific Describe for processCollector (# 1625) > a9c0488 Merge pull request # 1632 from prometheus/dependabot/go_modules/golang.org/x/sys-0.25.0 > 38fb2b1 Merge pull request # 1633 from prometheus/dependabot/go_modules/github.com/klauspost/compress-1.17.10 > 9cd37f9 build(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 > 25bda7c process_collector: fill in virtual and resident memory values on macOS using optional cgo (# 1616) > cb4b0c6 build(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 > 86f3496 Update common Prometheus files (# 1628) > ff60566 Refactor default runtime metrics tests for Go collector so that default runtime metric set autogenerates (# 1631) > 64158c5 Merge pull request # 1626 from ying-jeanne/add-example-for-customlabels > 39e7c23 Merge pull request # 1627 from prometheus/release-1.20 > 86cdda8 Merge branch 'main' into add-example-for-customlabels > ac114f3 Update common Prometheus files (# 1622) > 6efd27d Update examples/customlabels/main.go > c29b986 Merge pull request # 1618 from prometheus/owilliams/utf8-testing > b079872 examples: Add custom labels example > 89f21b2 api: Add ability to CloseIdleConnection for one-off httpClient use cases. (# 1513) > 4d20de5 Set allow-utf-8 in Format during tests to avoid escaping. > a5e1340 process_collector: fill in most statistics on macOS (# 1600) > 97aa049 Update common Prometheus files (# 1615) > fa4f164 examples: Improved GoCollector example. (# 1589) > 30da80d Merge pull request # 1614 from prometheus/dependabot/github_actions/github-actions-aadb7c6e64 > 2cc3a2f Update Dagger and build. (# 1610) > fd3057a build(deps): bump github/codeql-action > 850b6c0 changed the name of all variables with min/max name (# 1606) > 67683fd Merge pull request # 1612 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.57.0 > 0ac5bf3 Merge pull request # 1611 from prometheus/dependabot/go_modules/golang.org/x/sys-0.24.0 > 25ed766 build(deps): bump github.com/prometheus/common from 0.55.0 to 0.57.0 > 0a90db7 Merge pull request # 1602 from prometheus/superq/update_go > 4c36916 build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0 > ffc4cc6 Merge pull request # 1603 from prometheus/superq/cleanup_lint > c85ae6b Update supported Go versions > dbf72fc Merge pull request # 1593 from prometheus/release-1.20 > e080e48 Update linting > b5361fe ci: bump dagger to the latest version (# 1588) > 989a6d0 Merge pull request # 1583 from prometheus/fix > 05936e8 Merge pull request # 1582 from prometheus/main-1.20 > 8514bd7 gocollector: Tiny fix for help message with runtime/metrics source. bumping github.com/prometheus/procfs 51919fd...cff69b9: > cff69b9 infiniband: do not make assumptions about counters based on HCA name (# 678) > ee82f2f build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 (# 716) > 4482eb5 Update class_infiniband.go (# 687) > 49d0fe6 build(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 (# 717) > 70166be class_infiniband: continue on syscall EINVAL (# 705) > f61a330 Use SysReadFile for thermals and skip failed zones (# 712) > 67f32ef chore: Upgrade golangci-lint to v2 (# 715) > 6c7a481 Update common Prometheus files (# 713) > ba1e271 Update Go (# 708) > 0289c96 Update common Prometheus files (# 710) > 1e882c2 Update common Prometheus files (# 709) > 171952f Update common Prometheus files (# 671) > 775997f build(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 (# 703) > 672fb0e build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (# 702) > ca691f1 build(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 (# 701) > 5d8dd55 Add support for per-interface SNMP6 stats > 64d7b47 chore: nolint misspell on vulnerability names > 3cc6dc9 fix: correct linters-settings typo in .golangci.yml > 88acb09 Bump golang.org/x/sys from 0.28.0 to 0.29.0 > 6185448 refactor: Rename symbol names according to golang conventions > 21839df enhancement: Implement classes to read drm subsystem > a05af62 Bump golang.org/x/sync from 0.9.0 to 0.10.0 (# 690) > 24ab3d8 feat: Read PCIE AER counters class/net (# 686) > 82ce1c1 Bump golang.org/x/sys from 0.26.0 to 0.28.0 (# 688) > c0a6b97 Bump golang.org/x/sync from 0.8.0 to 0.9.0 > 969849f feat(blockdevice): added sysblockdevicesize method and test (# 658) > 9c0d20a Bump golang.org/x/sys from 0.25.0 to 0.26.0 > 93a635a NetIPSocketSummary: Fix typo in godoc: UPD→UDP > 54b2b56 Update supported Go versions > fc5df4e Forbid print statements (# 668) > 3b2db06 Update common Prometheus files (# 666) > a49c6d2 Update common Prometheus files (# 662) > 31d6315 Update common Prometheus files (# 657) > 65f78fc Add Disk IO stats and ext4 FS stats (# 651) > 1808690 Bump golang.org/x/sync from 0.7.0 to 0.8.0 (# 660) > b4e04cd Bump golang.org/x/sys from 0.22.0 to 0.24.0 (# 661) > 09209a4 Update common Prometheus files (# 652) > 6acd75f Bump golang.org/x/sys from 0.21.0 to 0.22.0 (# 656) > 0e0b4b1 Bump golang.org/x/sys from 0.20.0 to 0.21.0 > e416d6d Fix parsing NSpids field in /proc/{PID}/status > bd11127 Update common Prometheus files > f360499 Add support for SELinux AVC statistics (# 599) > 661a63e chore: deprecate `NewTCPx` methods (# 640) > ec61d8a enable gofmt and goimports linter (# 646) > 1754b78 enhancement: Expose CPU online status (# 644) bumping golang.org/x/tools 64b63a6...578c121: > 578c121 go.mod: update golang.org/x dependencies > f114dcf gopls/internal/protocol: refine DocumentURI Clean method and its usages > 82ee0fd internal/mcp: change paginateList to a generic helper > 64bfecc gopls/internal/golang: fix extract bug with anon functions > 4546fbd internal/mcp: unify json tag parsing > 82473ce gopls/doc/release: tweak v0.19 > f3c581f gopls/internal/protocol: add DocumentURI.Base accessor > d9bacab gopls/internal/server: improve "editing generated file" warning > 1afeefa internal/mcp: unexport FileResourceHandler > 33d5988 gopls/internal/server: Organize Imports of generated files > cb39a5f gopls/internal/golang: Format generated files > e43ca0c internal/mcp: validate tool input schemas > 61f37dc gopls: use new gomodcache index > fed8cc8 internal/refactor: keep comments with same import > c7873a3 gopls/internal/golang: eliminate dot import: skip keyed fields > 6e8a193 gopls/internal/debug: integrate flight recorder > 25caa76 gopls/internal/telemetry/cmd/stacks: delete > c3cb1f1 gopls/internal/mcp: add top level symbols from current package > effd83e gopls/internal/golang: add type inlayhint for variable decl > 58e5e62 gopls/internal/test/marker: organize mcp tool context test > ec7b2b3 gopls/internal/mcp: add exported type spec and value spec to context > f12067d gopls/internal/analysis/modernize: disable appendclipped > 59ce1d8 gopls/internal/analysis/modernize: appendclipped: preserve result type > 2246f6d internal/mcp: middleware on the sending side > 8fbc773 gopls/internal/analysis/modernize: add TODOs for nilness problem > 8675e27 gopls/internal/mcp: add context mcp tool > bcaee63 gopls/internal/protocol: make some optional integer fields indirect > 4e672d5 gopls/internal/protocol: PublishDiagnosticsParams.version omitempty > e88c5a4 internal/mcp: simplify session type params > 61b248f internal/mcp: add missing testenv.NeedsExec > a405109 internal/mcp: add a test for complete mapping of CallToolParams fields > d0c0a57 go/analysis/passes/unusedresult: remove maps.Copy > 73f1234 internal/mcp: community design > d794c0d internal/mcp: generic handling of CallToolParams > 3959656 internal/mcp: add iterator methods resources and prompts > f80f3ff gopls/internal/protocol: add Mapper.{Pos,Node]Text helpers > ef3a8dc go/analysis/passes/unusedresult: add test > 661b815 go/analysis/passes/unusedresult: add slices, maps functions > dd6ec04 gopls/internal/settings: add maprange analyzer > 218e5f2 gopls/internal: handle errors, or document that we ignore them > cb264bf internal/mcp: clean up diagnostics from Google import > c8e47eb internal/gofix: document batch fix commands > d3809ea internal/mcp: handle synthetic responses in conformance test > 147cb9c gopls/internal/analysis/modernize: minmax: put comments at proper positions > 59198a1 internal/mcp: add resource conformance test > bef2d59 internal/golang: re-fix crash in definition of invalid "continue label" > ad22223 gopls/internal/golang: fix crash in definition of invalid "continue label" > 2815c8b internal/tokeninternal: tag AddExistingFiles for go1.24 > 389a102 gopls/internal/telemetry/cmd/stacks: collect from go.dev frontend > 81de76b gopls/internal/analysis/modernize: fix bug in minmax analyzer that incorrectly handles nested if-else-if structures > 7610d95 go/analysis/passes/printf: refine diagnostic locations > c6e0ebc internal/mcp: run conformance tests on 1.24 with a GOEXPERIMENT setting > 53be3d4 internal/mcp/jsonschema: apply schema defaults to an instance > d12ca1c internal/mcp/jsonschema: remove shared structure from schema inference > de7968d internal/gofix: add -gofix.allow_binding_decl flag > 93f6460 internal/mcp: add iterator method for tools > 359ea3a internal/mcp: add JSON conformance tests, and fix some bugs > 9233e12 gopls: update to staticcheck@master > 3eaf5e2 internal/mcp/jsonschema: validate defaults > 50c5c27 internal/mcp/jsonschema: check for structure separately > 4354923 internal/mcp: add pagination for prompts > 15e680e gopls/.../completion: unimported completion snippets > cc4b6fe internal/mcp/jsonschema: generalize error wrapping > 82fa2c0 internal/mcp/jsonschema: clearer validations errors > 845000b internal/mcp: meta and progress token > 66fd759 internal/mcp: add pagination for resources > f8a56cc internal/jsonrpc2_v2: update for go1.16+ > 14c014c internal/tokeninternal: optimize AddExistingFiles > 6d1bf3b internal/test/integration/bench: add second kubernetes benchmark > 866eb14 go/analysis/passes/printf: fix the issue where %#q/%#x/%#X recursion is not recognized > baa4e14 internal/modindex: tiny test improvement > 1c017f1 internal/telemetry/cmd/stacks: support Delve > 2391123 internal/mcp: treat zero struct fields generously > 08af7d4 all: fix some function names and typos in comment > 60df06f internal/mcp: add pagination for tools > f5ea575 go/ssa/interp: use slices.Equal to simplify code > 6e44d1e internal/mcp: future-proof prompt handling > 4d4fb92 internal/mcp: implement logging > 66d4add internal/gocommand: re-disable flaky TestRmdirAfterGoList_Runner > ac05d44 jsonschema: package doc > 35a9265 jsonschema: add more schema fields > 95976d8 internal/mcp: construct README with weave > d5ec4a9 internal/mcp: add notifications > aebd3be gopls/internal/test/integration: simplify GoToDefinition > 423c5af gopls/internal/analysis/recursiveiter: set Diagnostic.End > dc34568 gopls/internal/test/integration/completion: relax expectations > 87749a7 all: fix typos > edbd9df jsonschema: dynamic references > 9460f2f gopls/internal/analysis/recursiveiter: report inefficient recursion > 150502a internal/mcp: keep an ordered list of feature keys > 10eb2f3 gopls/internal/mcp: add location info to mcp tool input arg > a2c2a72 internal/tokeninternal: avoid use of AddExistingFiles, for now > b62c6c1 internal/mcp: remove misplaced TODO comment > babda13 gopls: update to github.com/dominikh/go-tools@v0.6.1 > 87f67c8 gopls/internal/debug: display Session.View.Folder.Options > 19c36ab internal/tokeninternal: use go1.25's FileSet.AddExistingFiles > 77de774 gopls/internal/golang: modify extract behavior for error handling returns > 6202e58 internal/mcp: generate method names > 86158bd internal/mcp: sampling > db456f9 internal/mcp: client middleware > 8edad1e internal/mcp: add the FileResourceHandler method > 7ae2e5c gopls/internal/golang: implement "inline local variable" code action > d71c72f gopls/internal/analysis/modernize: bloop: document deoptimization > b8ee9f1 gopls/internal/test/marker: add mcp tools action marker > c5e4271 internal/mcp: dispatcher middleware > 5a46e4d gopls/internal/analysis/modernize/slicesdelete: convert index type if needed > c460ea9 gopls/internal/analysis/modernize: disable slicesdelete pass > 2263a61 gopls/internal/test/marker: add a folding ranges test case > 5c7400c gopls/internal/cache/parsego: use PreorderStack > bc8c84c gopls/internal/golang: AddTest: fix types.Package.Path nil panic > b37bd0b internal/typesinternal: add go1.23 methods to NamedOrAlias > c6b2a9c internal/typesinternal: add TypeNameFor helper > ec0dab2 internal/mcp/design: sync with public design > b1e5d85 internal/gocommand: move and reenable TestRmdirAfterGoList > 78956f9 internal/mcp/design: yet more cleanup; define the Roots iterator > 6731e88 internal/diff/lcs: fix flaky test > 07c24ad internal/mcp: update README > 279ce35 internal/mcp/design: further clean-up > 0c0d330 internal/diff/lcs: log pseudorandom seeds so failures can be repro'd > 04dca59 internal/mcp: hide CancelledParams > 3c52d1f internal/mcp: reinstate ClientSession > 3e37703 internal/refactor/inline: report when a "binding decl" was inserted > d2ad3e0 internal/astutil/cursor: delete shims for old Cursor > 84fa02a x/tools: gofix -fix -test ./... > 43dd712 gopls/internal/protocol: make FoldingRange fields optional > baeb0da cmd/deadcode: respect unused symbols inside all loaded modules > fdae66b internal/mcp: design.md: polishing > 5eb0d1f internal/mcp: fix typos > ad2312c internal/mcp: design.md: link to spec change > cb65fbb internal/mcp: rename LocalTransport->InMemoryTransport, and document > 9a093bc internal/mcp: rename ServerConnection->ServerSession > c905b91 internal/mcp: design.md: clarify backward compatibility guarantee > 274b…
1 parent 44cc2f6 commit fba5bc0

File tree

1,394 files changed

+152126
-43266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,394 files changed

+152126
-43266
lines changed

go.mod

Lines changed: 54 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module knative.dev/eventing-rabbitmq
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/cloudevents/sdk-go/observability/opencensus/v2 v2.15.2
@@ -14,16 +14,16 @@ require (
1414
github.com/rabbitmq/messaging-topology-operator v1.12.0
1515
go.opencensus.io v0.24.0
1616
go.uber.org/zap v1.27.0
17-
k8s.io/api v0.32.2
18-
k8s.io/apiextensions-apiserver v0.32.1
19-
k8s.io/apimachinery v0.32.2
20-
k8s.io/client-go v0.32.2
21-
k8s.io/code-generator v0.32.2
22-
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7
23-
knative.dev/eventing v0.45.1-0.20250526160117-40bac3cce0e6
24-
knative.dev/hack v0.0.0-20250514121446-f525e187efdc
25-
knative.dev/pkg v0.0.0-20250520014526-44579e9ce5ed
26-
knative.dev/reconciler-test v0.0.0-20250516121650-f46fa6544a97
17+
k8s.io/api v0.33.1
18+
k8s.io/apiextensions-apiserver v0.33.1
19+
k8s.io/apimachinery v0.33.1
20+
k8s.io/client-go v0.33.1
21+
k8s.io/code-generator v0.33.1
22+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
23+
knative.dev/eventing v0.45.1-0.20250708013751-75874ab1a3fb
24+
knative.dev/hack v0.0.0-20250708013849-70d4b00da6ba
25+
knative.dev/pkg v0.0.0-20250708013613-d3550d4350f9
26+
knative.dev/reconciler-test v0.0.0-20250708013746-e1c1e2a8a09a
2727
sigs.k8s.io/controller-runtime v0.19.0
2828
)
2929

@@ -41,6 +41,7 @@ require (
4141
github.com/beorn7/perks v1.0.1 // indirect
4242
github.com/blang/semver/v4 v4.0.0 // indirect
4343
github.com/blendle/zapdriver v1.3.1 // indirect
44+
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
4445
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
4546
github.com/cert-manager/cert-manager v1.16.3 // indirect
4647
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -50,12 +51,15 @@ require (
5051
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5152
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
5253
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
54+
github.com/felixge/httpsnoop v1.0.4 // indirect
5355
github.com/fsnotify/fsnotify v1.7.0 // indirect
5456
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
55-
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
57+
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
5658
github.com/go-kit/log v0.2.1 // indirect
5759
github.com/go-logfmt/logfmt v0.5.1 // indirect
58-
github.com/go-logr/logr v1.4.2 // indirect
60+
github.com/go-logr/logr v1.4.3 // indirect
61+
github.com/go-logr/stdr v1.2.2 // indirect
62+
github.com/go-logr/zapr v1.3.0 // indirect
5963
github.com/go-openapi/jsonpointer v0.21.0 // indirect
6064
github.com/go-openapi/jsonreference v0.21.0 // indirect
6165
github.com/go-openapi/swag v0.23.0 // indirect
@@ -64,24 +68,22 @@ require (
6468
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6569
github.com/golang/protobuf v1.5.4 // indirect
6670
github.com/google/gnostic-models v0.6.9 // indirect
67-
github.com/google/gofuzz v1.2.0 // indirect
68-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
71+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
6972
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
7073
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
7174
github.com/hashicorp/golang-lru v1.0.2 // indirect
7275
github.com/josharian/intern v1.0.0 // indirect
7376
github.com/json-iterator/go v1.1.12 // indirect
74-
github.com/klauspost/compress v1.17.11 // indirect
7577
github.com/mailru/easyjson v0.9.0 // indirect
7678
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7779
github.com/modern-go/reflect2 v1.0.2 // indirect
7880
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7981
github.com/openzipkin/zipkin-go v0.4.3 // indirect
8082
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
81-
github.com/prometheus/client_golang v1.20.5 // indirect
82-
github.com/prometheus/client_model v0.6.1 // indirect
83-
github.com/prometheus/common v0.62.0 // indirect
84-
github.com/prometheus/procfs v0.15.1 // indirect
83+
github.com/prometheus/client_golang v1.22.0 // indirect
84+
github.com/prometheus/client_model v0.6.2 // indirect
85+
github.com/prometheus/common v0.65.0 // indirect
86+
github.com/prometheus/procfs v0.16.1 // indirect
8587
github.com/prometheus/statsd_exporter v0.22.7 // indirect
8688
github.com/rickb777/plural v1.2.1 // indirect
8789
github.com/robfig/cron/v3 v3.0.1 // indirect
@@ -90,35 +92,53 @@ require (
9092
github.com/stretchr/testify v1.10.0 // indirect
9193
github.com/valyala/bytebufferpool v1.0.0 // indirect
9294
github.com/x448/float16 v0.8.4 // indirect
95+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
96+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
97+
go.opentelemetry.io/contrib/instrumentation/runtime v0.62.0 // indirect
98+
go.opentelemetry.io/otel v1.37.0 // indirect
99+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.37.0 // indirect
100+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0 // indirect
101+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
102+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 // indirect
103+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 // indirect
104+
go.opentelemetry.io/otel/exporters/prometheus v0.59.0 // indirect
105+
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.37.0 // indirect
106+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
107+
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
108+
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
109+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
110+
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
93111
go.uber.org/atomic v1.10.0 // indirect
94112
go.uber.org/automaxprocs v1.6.0 // indirect
95113
go.uber.org/multierr v1.11.0 // indirect
96-
golang.org/x/crypto v0.38.0 // indirect
114+
go.yaml.in/yaml/v2 v2.4.2 // indirect
115+
golang.org/x/crypto v0.39.0 // indirect
97116
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
98-
golang.org/x/mod v0.24.0 // indirect
99-
golang.org/x/net v0.40.0 // indirect
100-
golang.org/x/oauth2 v0.26.0 // indirect
101-
golang.org/x/sync v0.14.0 // indirect
117+
golang.org/x/mod v0.25.0 // indirect
118+
golang.org/x/net v0.41.0 // indirect
119+
golang.org/x/oauth2 v0.30.0 // indirect
120+
golang.org/x/sync v0.15.0 // indirect
102121
golang.org/x/sys v0.33.0 // indirect
103122
golang.org/x/term v0.32.0 // indirect
104-
golang.org/x/text v0.25.0 // indirect
123+
golang.org/x/text v0.26.0 // indirect
105124
golang.org/x/time v0.10.0 // indirect
106-
golang.org/x/tools v0.33.0 // indirect
125+
golang.org/x/tools v0.34.0 // indirect
107126
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
108127
google.golang.org/api v0.198.0 // indirect
109-
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
110-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
111-
google.golang.org/grpc v1.72.1 // indirect
128+
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
129+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
130+
google.golang.org/grpc v1.73.0 // indirect
112131
google.golang.org/protobuf v1.36.6 // indirect
113132
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
114133
gopkg.in/inf.v0 v0.9.1 // indirect
115134
gopkg.in/yaml.v2 v2.4.0 // indirect
116135
gopkg.in/yaml.v3 v3.0.1 // indirect
117-
k8s.io/apiserver v0.32.1 // indirect
118-
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
136+
k8s.io/apiserver v0.33.1 // indirect
137+
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
119138
k8s.io/klog/v2 v2.130.1 // indirect
120139
sigs.k8s.io/gateway-api v1.1.0 // indirect
121140
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
122-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
123-
sigs.k8s.io/yaml v1.4.0 // indirect
141+
sigs.k8s.io/randfill v1.0.0 // indirect
142+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
143+
sigs.k8s.io/yaml v1.5.0 // indirect
124144
)

0 commit comments

Comments
 (0)