-
Notifications
You must be signed in to change notification settings - Fork 68
[main] Upgrade to latest dependencies #1568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[main] Upgrade to latest dependencies #1568
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: knative-automation The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1568 +/- ##
=======================================
Coverage 58.99% 58.99%
=======================================
Files 60 60
Lines 4341 4341
=======================================
Hits 2561 2561
Misses 1681 1681
Partials 99 99 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b2a0c7a
to
c31c1bb
Compare
a98c640
to
d793abd
Compare
bumping golang.org/x/term 5d2308b...2ec7864: > 2ec7864 go.mod: update golang.org/x dependencies > a809085 term: support pluggable history bumping knative.dev/eventing 9120685...40bac3c: > 40bac3c Eventing TLS: add tests for dynamically added CA trust bundles (# 7726) > a2cf308 [Automated] Update eventing-eventing-integrations nightly (# 8591) > 7a5486b [main] Upgrade to latest dependencies (# 8590) > 5eb1a5f Try to ensure ordering of referenced source CMs, by name (# 8589) > 3788fcc [main] Upgrade to latest dependencies (# 8587) > 06f8dc9 Check for Auth.ServiceAccountName when the OIDC feature flag is switched on to avoid potential nil (# 8579) bumping golang.org/x/sync 396f3a0...506c70f: > 506c70f errgroup: propagate panic and Goexit through Wait bumping golang.org/x/text 4890c57...700cc20: > 700cc20 go.mod: update golang.org/x dependencies bumping knative.dev/hack c4037b0...f525e18: > f525e18 Bump min kube version to 1.32 (# 424) bumping golang.org/x/crypto 959f8f3...aae6e61: > aae6e61 go.mod: update golang.org/x dependencies > 9c1aa6a ssh/test: reset the random source before capturing a recording > 8819902 ssh/test: enable Diffie-Hellman key exchange algorithms > 3f311e4 acme: return error from pre-authorization when unsupported > 1f7c62c ssh/test: skip unsupported tests on js/wasm > a5f8048 acme/autocert: use standard functions to pick the cache directory > 958cde8 Revert "chacha20: add loong64 SIMD implementation" > 51f005c Revert "salsa20: add loong64 SIMD implementation" > 7c35866 Revert "argon2: add loong64 SIMD implementation" > 0091fc8 Revert "blake2s: add loong64 SIMD implementation" > 388684e argon2: add loong64 SIMD implementation > 953e809 chacha20: add loong64 SIMD implementation > 18f7707 salsa20: add loong64 SIMD implementation > 2ebaafc blake2s: add loong64 SIMD implementation > 4bc0711 acme: use built-in max/min to simplify the code > c96bba2 ssh: add mlkem768x25519-sha256 Key Exchange algorithm > 6b13eef ssh: add integration tests against a reference implementation bumping golang.org/x/net b8d8877...7d6e62a: > 7d6e62a go.mod: update golang.org/x dependencies > ea0c1d9 internal/timeseries: use built-in max/min to simplify the code > 3e7a445 quic: skip packet numbers for optimistic ack defense > 3f563d3 quic: use an enum for sentPacket state > a3b6e77 quic: don't re-lose packets when discarding keys > 22500a6 quic: decode packet numbers >255 in tests > dd0b200 quic: remove go1.21 build constraint bumping knative.dev/reconciler-test 44221c8...f46fa65: > f46fa65 upgrade to latest dependencies (# 796) > 10479dd upgrade to latest dependencies (# 795) bumping golang.org/x/tools 456962e...64b63a6: > 64b63a6 go.mod: update golang.org/x dependencies > 7701413 internal/mcp: move jsonschema out of mcp/internal > 125cd11 jsonschema: pre-compile regexps > 2f18550 jsonschema: better errors unmarshaling ints > 635622b jsonschema: using hashing for uniqueItems > 0f6a53f mcp: remove ServerConnection > ca54d59 jsonschema: represent integer keywords as ints > c75f7e8 jsonschema: validate object keywords > efd15d8 internal/mcp: clean up handling of content > 80e0fd8 internal/mcp: support prompts > ab01700 internal/mcp: add tool and schema options > 37278be internal/mcp: add more package documentation, examples > 7906227 internal/mcp: add a command transport for connecting to a sidecar > 1587f35 gopls/internal/server/completion: get correct surrounding for second lhs > f11e7de internal/stdlib: add arg types for functions > 0d2acf1 jsonschema: validate array keywords > fd1a208 jsonschema: validate logic keywords > 984d58c go/analysis/unitchecker: update TestVetStdlib's skip for "devel" move > 953b452 go/packages: skip TestRmdirAfterGoList_Runner > 9e366f5 jsonschema: validate numbers and strings > 68cf9be gopls/internal/golang/completion: tostring, tobytes postfix snippets > 6a96d1d cmd/auth: carve out module for deprecated command `auth` > 7261efd internal/mcp: export the Transport interface; add a Server example > e4c83cc internal/mcp: dynamically determine the mcp server based on URL > 26f40ac internal/mcp: clean up SSE server shutdown. > ffe579a go/packages: remove unexported fields from packages.Config > 37f9bd1 jsonschema: validate some keywords > bf81a8d internal/mcp/internal/jsonschema: schema definition > 4ec26d6 gopls/internal/server: add modify tags code action docs > d3f8716 gopls/internal/golang/completion: offer return with whitespace > de18b0b gopls: run modernize -fix in gopls > 2f3d4ad go/packages: add variant of TestRmdirAfterGoList without gocommand > cd9151d gopls/internal/cache: fix bug in toGobDiagnostic(Related) > d3a3775 internal/mcp: implement cancellation > 2863098 internal/mcp: implement ping, and test request interleaving > caf7cdc internal/mcp: implement HTTP SSE transport > 68e94bd x/tools: use 2-arg form of //go:linkname > f11abcb internal/analysisinternal: permit Fix.End slightly beyond EOF > 46e932f internal/analysisinternal: add std import at the start of the import group > d346382 gopls/internal/server: add modify_tags command handler > 0c2f68a gopls/internal/golang/completion: show typeparam for preceding funcs in chain > f01b9f6 gopls/internal/server: support links and hovers for replace directive > cd18362 go/packages: add test that go list closes file handles > 04af9bf go/analysis/passes/hostport: publish > 357c3da internal/mcp: add batching support > cc6bc88 internal/mcp: an MCP SDK prototype > e9d2a36 gopls/internal/golang: pkgdoc: don't discard NewT for unexported t > d905d0b gopls/internal/golang: add test for (unfixed) issue 65098 > e27768f internal/refactor/inline: freeishNames initial scope > 264b0a5 gopls/internal/golang/completion: modernize > 7c6d4c6 internal/refactor/inline: handle generic functions > 6da8d2e gopls/internal/golang: Rename imports: be defensive > 015c0fc gopls/internal/test/integration/web: move misc/webserver_test.go > d97a910 gopls/internal/golang: CodeAction: don't fail because of 1 producer > d0ead43 gopls/internal/settings: enable most staticcheck analyzers > bacd4ba go/analysis/passes/gofix: add an example to doc > 48422ad gopls/internal/golang: add embedded struct info to hover > a318c19 internal/refactor/inline: test type params shadowing pkg symbols > 035d8c6 gopls/internal/golang: Rename all receivers only at declaration > 6f344f9 internal/refactor/inline: add test for type param shadowing > 2337e7c internal/refactor/inline: factor out free obj renaming > 93bb7f0 gopls: update x/telemetry > 33c6419 gopls/internal/golang: fix build > e78fd89 internal/astutil/cursor: four API refinements > cf5cb00 internal/astutil: PreorderStack: a safer ast.Inspect for stacks > f76b112 gopls/internal/golang: Rename all receiver variables > ee8f138 go/analysis/passes/gofix: go:fix directive checker > 1494dfe gopls: improve warning against using go get -tool with gopls > 20a69d6 gopls: warn against using go get -tool with gopls > 26ef4d1 gopls/internal/golang: fix broken build due to semantic merge conflict > 808c870 gopls/internal/cache: more test cases for syntax repairing > b68d703 gopls/internal/cache: handle VS Code Insiders in watchSubdirs > ce1c5d5 gopls/internal/golang: CallHierarchy: show only *types.Func callees > 7e7983f gopls/internal/golang: fix extract with free control statements > fd68572 internal/stdlib: find api directory more robustly > 7ceff13 go/analysis/passes/structtag: ignore findings for "encoding/..." > d363f10 gopls/doc: fix config for vim-lsp > 7829e07 go/analysis/passes/testinggoroutine: used UsedIdent > 9df6bbd gopls: hide todo inside readme.md > fd3eb08 gopls/internal/cache/parsego: new test case for fixed syntax > c24b06c gopls/internal/golang: implementation: report iface/iface relations > edff653 gopls/internal/server: TypeHierarchy support > a99a1c3 gopls/internal/analysis/modernize: prevent conversion of variadic functions to slices.ContainsFunc > 4e973d9 gopls/internal/golang: yet more refinement of golang/go# 70553 > f64b14a gopls/internal/golang: completion: better default keyword completion in switch stmt > af71e42 gopls/internal/golang: Rename: fix crash in ill-typed redeclaration > 9fbec96 gopls/internal/server: workspace: skip adding already added file bumping knative.dev/pkg d5e74d2...44579e9: > 44579e9 Bump google.golang.org/grpc from 1.72.0 to 1.72.1 (# 3180) > 873230f upgrade to latest dependencies (# 3179) > 19a1383 group golang.org/x dependencies (# 3178) > 1c0e799 Bump golang.org/x/net from 0.39.0 to 0.40.0 (# 3177) > d09148e Bump golang.org/x/tools from 0.32.0 to 0.33.0 (# 3176) > cb6cfa2 Bump golang.org/x/sync from 0.13.0 to 0.14.0 (# 3175) bumping golang.org/x/sys 01aaa83...3d9a6b8: > 3d9a6b8 windows: add WSADuplicateSocket > c0a9559 cpu: add crypto extensions detection for riscv64 > 8e9e046 windows: add virtual key codes and console input consts > 7138967 windows: fix slicing of NTUnicodeString values > 6a85559 windows: fix dangling pointers in (*SECURITY_DESCRIPTOR).ToAbsolute bumping google.golang.org/grpc a43eba6...4cf3cf7: > 4cf3cf7 Change version to 1.72.1 (# 8319) > 537fe8d transport: Propagate status code on receiving RST_STREAM during message read (# 8289) (# 8317) > f32eab3 cherry-pick # 8302 and # 8304 to v1.72.x branch (# 8303) > 7fcfc87 internal/delegatingresolver: avoid proxy if networktype of target address is not tcp (# 8215) (# 8296) > ad1e120 Change version to 1.72.1-dev (# 8219) Signed-off-by: Knative Automation <automation@knative.team>
d793abd
to
2c83f97
Compare
Cron -knative-prow-robot
/cc knative-extensions/eventing-rabbitmq-approvers
/assign knative-extensions/eventing-rabbitmq-approvers
Produced by: knative-extensions/knobots/actions/update-deps