Skip to content

[main] Upgrade to latest dependencies - #1068

Merged
knative-prow[bot] merged 1 commit into
knative-extensions:mainfrom
knative-automation:auto-updates/update-deps-main
Jul 28, 2026
Merged

[main] Upgrade to latest dependencies#1068
knative-prow[bot] merged 1 commit into
knative-extensions:mainfrom
knative-automation:auto-updates/update-deps-main

Conversation

@knative-automation

Copy link
Copy Markdown
Contributor

Cron -dprotaso

/cc knative-extensions/serving-writers
/assign knative-extensions/serving-writers

Produced by: knative-extensions/knobots/actions/update-deps

bumping golang.org/x/tools fbf9f2e...05f9cb5:
  > 05f9cb5 go.mod: update golang.org/x dependencies
  > 745d7ae gopls: add CompiledAsmFiles in cache.Package
  > 797ee67 go/ssa: make Const(unsafe.Pointer, nil).IsNil() true
  > 9751125 gopls/internal/test: Completion benchmarks use empty range
  > 8786a96 internal/stdlib: update stdlib index for Go 1.27 Release Candidate 2
  > 425085f gopls/internal/server: modify return of parseAction
  > 30c4f87 go/analysis/passes/nilness: skip magic cgo functions
  > 9e6441d gopls/internal/protocol/generate: remove manual rename overwritten
  > df96841 gopls/internal/protocol: use Debug log level
  > 278f062 gopls/internal/protocol: update to LSP 3.18
  > eca3ccd gopls/internal/server: add memoryLimit setting
  > ce0506d go/analysis/passes/modernize: embedlit invalid fix
  > 4b9a5fd go/analysis/passes/modernize: add importcomment analyzer
  > 784924b gopls/internal/test/misc: Fix two flaky tests
  > 60d34ee internal/robustio: don't use syscall.Errno on Plan 9
  > 828b47a gopls/internal/test: have semtok work with gopls@v0.11.0
  > 1c54c8c cmd/goimports: skip TestCmd on js/wasm
  > ce1ac03 gopls/internal/licenses: use //go:embed rather than a hand-embedded string
  > 902c7a9 gopls/internal/cache: share objectpath Encoder across batch
  > c43693c gopls/internal/test/integration/fake: retry reads of exclusive-use files
  > 036adc1 gopls/internal/cache: detect testmain without GOCACHE
  > 71604fc gopls/test/integration/mist: Fix flaky test
  > 7c877ec gopls: two mitigations for "surplus bytes" crash
  > c6f56e2 gopls/internal/cache: delete dead (gob) code
  > c96ee26 gopls/internal/test: address out of bounds panic in BenchmarkSemanticTokens
  > f3d2c82 gopls/internal/server: fix parsing vulncheck action
  > 5d24afa internal/imports: use module cache index if it exists
  > acb27c6 gopls/internal/telemetry: skip the telemetry test on Plan 9
  > fa62175 internal/diff: use ape/patch and ape/diff on Plan 9
  > 013dacd gopls/internal/test/integration: respect empty mode filter in runner
  > f1d74b2 gopls/internal/test: attempt to fix BenchmarkSemanticTokens
  > 957f6a1 go/packages: skip TestCompiledGoFilesIncludesDepsErrors without cgo
  > 6e4d617 go/packages: match the Plan 9 error for a missing driver
  > 0b12405 gopls/internal/protocol: make *UnmarshalError implement error
  > 67a0542 go/analysis/passes/modernize: newexpr - fix panic
  > 2de949c gopls: update staticcheck to v0.8.0-rc.1
bumping golang.org/x/mod deb1dfc...792ac16:
  > 792ac16 go.mod: update golang.org/x dependencies
  > fe2ec04 all: fix some comments to improve readability
bumping knative.dev/pkg 76601dd...521cb33:
  > 521cb33 Bump golang.org/x/tools from 0.47.0 to 0.48.0 in the golang-x group across 1 directory (# 3379)
  > d67c27e Bump google.golang.org/grpc from 1.81.1 to 1.82.1 (# 3374)
bumping google.golang.org/grpc caf0772...ebd8f06:
  > ebd8f06 Change version to 1.82.1 (# 9238)
  > 4ea465d Cherry-pick commits (# 9236)
  > 9494a2c Change version to 1.82.1-dev (# 9171)
  > bd23985 Change version to 1.82.0 (# 9170)
  > 0f3086d Fix minor issues not covered by PR # 9137 (# 9147)
  > fef07fb internal: Split v3procservicepb import into pb and grpc for extproc (# 9163)
  > 91dd64f transport: surface subsequent data when receiving non-gRPC header (# 8929)
  > adc97de test/kokoro: add config for regional-td test (# 9158)
  > 57c9ff1 xds: ensure full-string matching for RBAC Filter rules (# 9148)
  > b58f32d server: Set a pprof label on new stream goroutines (# 9082)
  > 6c98be3 refactor(transport): extract shared stream state handling logic in `loopyWriter.processData()` (# 9125)
  > bcaa6f4 rls: only reset backoff on recovery from TRANSIENT_FAILURE (# 9137)
  > 429e6e0 balancer: expose endpoint weight and hostname as experimental APIs (# 9074)
  > 761e655 grpc: limit decompression size in legacy gzip Decompressor to prevent OOM (# 9114)
  > 18a8d3d extproc: implement ClientFilter and ClientFilterBuilder interface (# 9086)
  > db35da8 credentials/alts: fix the leaked context and close handshaker properly (# 9091)
  > 6093108 xds/server: Fix memory leak of ServerInterceptor instances during RDS updates (# 9138)
  > 037c6ef extproc: register filter and parse base and override config (# 9073)
  > 4ee6ac4 xds/resolver: support HTTP filters for routes using cluster specifier plugins (# 9100)
  > 39f1653 internal/grpcutil: remove FullMatchWithRegex to prevent data race (# 9134)
  > 1c8e095 transport: change serverHandlerTransport to call Close instead of panic from Drain function (# 9136)
  > 1bb9742 encoding: call Close on decompressor reader if it implements io.Closer (# 9135)
  > f1360fb balancergroup: merge whitebox tests into blackbox test (# 9094)
  > bb023f8 gemini: wrap lines at 80-cols to make linter happy (# 9131)
  > 6602080 experimental/stats: Expose Telemetry Label Callback (# 8877)
  > fd8a106 github: Add styleguide for Gemini Code Assist (# 9124)
  > 7c47d2a test: incoming RPC that contains a path with double leading slashes (# 9120)
  > 1c63fa5 grpc: remove support for env var GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKING (# 9112)
  > 959af53 transport: set current timestamp in channelz socket metrics (# 9109)
  > 94b9449 xds/rbac: enforce strict presence-based short-circuit in authenticatedMatcher (# 9111)
  > 89fe783 grpc: Document interactions between static flow control window options (# 9096)
  > 3d0dd1e cmd/protoc-gen-go-grpc: Update to latest version of grpc-go (# 9110)
  > 811290b stats/opentelemetry: restore the changes from # 8342 and fix the flaky test. (# 8923)
  > 679ae4c stats: use correct import for services (# 9107)
  > 850cc54 grpc: Remove ErrRetriesExhausted type in favor of error string (# 9105)
  > 3d82ab3 otel: Segregate client and server RPCInfo used for metrics and traces (# 9081)
  > a481b8f cleanup: removing TODO to improve timeouts encoding. (# 9101)
  > eafb29a Revert "xds/rbac: handle errors returned from matcher evaluation (# 9092)". (# 9099)
  > bdf4571 interop/orcalb: Delegate SubConn management to pick_first (# 8914)
  > fa4c702 xds/rbac: handle errors returned from matcher evaluation (# 9092)
  > 4ac8a45 grpc: use enum instead of integer in return statements in compress() (# 9089)
  > d9d87bd xds/resolver: change int32 to atomic.int32 (# 9080)
  > ac4aa01 cleanup: replace net.IP with netip.Addr in tests (# 9075)
  > 29665f4 transport: Pool read buffers used by the HTTP/2 framer (# 9032)
  > f6304e9 internal/transport: defer calls to mu.Unlock in the stream inbound flow control implementation (# 9077)
  > ab7a2aa clusterimpl: fix test logic waiting for calls to ResolveNow (# 9071)
  > 22adc9e clustermanager: fix test logic waiting for picker during graceful switch (# 9072)
  > 06fc26a xds: support disabling HTTP filters (# 9054)
  > c01f4f1 grpc: deprecate WithSharedWriteBuffer and SharedWriteBuffer (# 9060)
  > 6cd0d0c grpc: add link to CVE in log messages (# 9069)
  > b3f2df4 internal/resolver: improve the docstring of ClientInterceptor.NewStream (# 9070)
  > bac4588 readyreader: add buffered reader (# 9055)
  > 39a15f6 xds: implement cluster metadata parsing for GCP Authentication filter (gRFC A83) (# 9044)
  > e80524d transport: set default header list size to 8KB and guard behind an env variable. (# 9019)
  > 6b32840 deps: update dependencies for all modules (# 9068)
  > c5b160e balancer: enable `GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES` by default (# 9017)
  > 412cfbd Change version to 1.82.0-dev (# 9064)

Signed-off-by: Knative Automation <automation@knative.team>
@knative-prow
knative-prow Bot requested a review from a team July 28, 2026 01:50
@knative-prow

knative-prow Bot commented Jul 28, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: knative-automation
Once this PR has been reviewed and has the lgtm label, please assign leo6leo for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow Bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jul 28, 2026
@codecov

codecov Bot commented Jul 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 5.90%. Comparing base (d7d9149) to head (aef1dfb).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1068   +/-   ##
=====================================
  Coverage   5.90%   5.90%           
=====================================
  Files         15      15           
  Lines        220     220           
=====================================
  Hits          13      13           
  Misses       207     207           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@knative-prow
knative-prow Bot merged commit f3f1ec6 into knative-extensions:main Jul 28, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/S Denotes a PR that changes 10-29 lines, ignoring generated files. skip-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant