Skip to content

[main] Upgrade to latest dependencies - #1016

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

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

Conversation

@knative-automation

Copy link
Copy Markdown
Contributor

Cron -dprotaso

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

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

bumping go.yaml.in/yaml/v3 c3552c1...e16c7af:
  > e16c7af Remove empty go.sum file
  > 6abcd01 Fix unhandled nil-errors in tests
  > 9481db7 Remove suite_test.go and gopkg.in/check.v1
  > 485f5fc Use standard testing library for limit_test.go
  > 3e00046 Use standard testing library for node_test.go
  > f612058 Use standard testing library for decode_test.go
  > 078f958 Use standard testing library encode_test.go
  > 3847ac0 [v3] backport CodeQL workflow
  > 1666663 Revert incorrect gofmt changes
  > 73290cb Retract v3 tags that cannot be installed
bumping golang.org/x/sys d58dcfa...9e7e939:
  > 9e7e939 cpu: handle vendor suffixes in parseRelease
  > f6fb8a1 unix: use epoll_pwait rather than epoll_wait
  > f3eeabf windows: avoid length overflow in NewNTString
  > 3cb6647 unix: update glibc to 2.43
  > c507910 windows: document safe usage of TrusteeValue
bumping knative.dev/pkg 6300c57...76601dd:
  > 76601dd Bump github.com/prometheus/client_golang from 1.23.2 to 1.24.1 (# 3376)
  > 82b6757 upgrade to latest dependencies (# 3378)
  > 1202cec Bump the k8s group with 5 updates (# 3375)
  > c27fe87 Bump go.yaml.in/yaml/v3 from 3.0.4 to 3.0.5 (# 3377)
  > 39ebae2 Bump actions/checkout from 6 to 7 (# 3371)
bumping golang.org/x/term 3b43943...9f69229:
  > 9f69229 go.mod: update golang.org/x dependencies
bumping k8s.io/apimachinery 5e12da0...3e341b5:
  > 3e341b5 Merge pull request # 139666 from kmala/automated-cherry-pick-of-# 137451-upstream-release-1.35
  > 539f8c5 Update google.golang.org/protobuf to v1.36.12-0.20260120151049-f2248ac996af
bumping golang.org/x/sync 5071ed6...1eb64d4:
  > 1eb64d4 semaphore: panic on negative weights
bumping google.golang.org/protobuf 96a1791...f2248ac:
  > f2248ac reflect/protodesc: add missing IsProto3Optional initialization
  > 86e4605 compiler/protogen: document --go_opt in addition to --go_out
  > 8c4c4ae internal/descfmt: replace uses of MethodByName with direct calls when possible
  > 9b1c943 types: regenerate using latest protobuf v33.3 release
  > 8b39a84 encoding/protojson: fix google.protobuf.Empty serialization
  > 20262ed encoding/prototext: implement recursion limit
  > e9def1a encoding/protodelim: error out when size exceeds math.MaxInt
  > cb6ac5a internal/descfmt: fix dce with Go 1.26 by not calling MethodByName for Methods
  > 232b109 encoding/protojson: reject non-numeric ints/floats
  > 60bc867 compiler/protogen: introduce and expose feature resoluton to protogen
  > f10681a all: start v1.36.11-devel
bumping k8s.io/api 3f662f3...cfdecb5:
  > cfdecb5 Update dependencies to v0.35.7 tag
  > 42f2945 Merge pull request # 139666 from kmala/automated-cherry-pick-of-# 137451-upstream-release-1.35
  > 9a35aac Update google.golang.org/protobuf to v1.36.12-0.20260120151049-f2248ac996af
bumping k8s.io/code-generator 725f546...15ce9a0:
  > 15ce9a0 Update dependencies to v0.35.7 tag
  > 5a07931 Merge pull request # 139666 from kmala/automated-cherry-pick-of-# 137451-upstream-release-1.35
  > a3ec929 Update google.golang.org/protobuf to v1.36.12-0.20260120151049-f2248ac996af
bumping golang.org/x/net 9e7fdbf...b8f09f6:
  > b8f09f6 go.mod: update golang.org/x dependencies
  > f05f21b idna: reject all-ASCII xn-- labels on all Go versions
  > 0f748cf internal/http3: clean up stream I/O methods usages in tests
  > 0bb961e internal/http3: add net/http.ResponseController support
  > 0ca694d webdav: document Dir's lack of defense against filesystem modification
  > bd5f1dc http2: initialize Transport on NewClientConn
  > 488ff63 bpf: add security considerations to package docs
  > 93d1f25 xsrftoken: avoid token collisions
  > 5a3baee internal/http3: prevent panic in QPACK decoder due to overflow
bumping golang.org/x/tools 3d6f8df...fbf9f2e:
  > fbf9f2e gopls/internal/cmd: add tests of 'gopls help'
  > e891f79 go.mod: update golang.org/x dependencies
  > 0602b30 gopls: revert CLI usability revamp to stabilize release
  > 60c2434 gopls/internal/cmd: fix regression in initialization
  > 29e1583 gopls/internal/mcp: go_diagnostics: use idiomatic iterators
  > 0772d6a go/ssa: add test for fix of golang/go# 73871 in go/types@go1.25
  > 0fdde84 gopls/internal/tool: rename Application to Command and embed in SubCommand
  > bd9e76d go/callgraph/vta: document ssa.InstantiateGenerics requirement
  > d711ac7 go/ssa: remove incorrect hasTypeParams check
  > 439decd gopls/internal/cache/xrefs: avoid materializing Inspector
  > afef5e2 go/analysis/passes/modernize: errorsastype: avoid rewrite for types that don't satisfy error
  > e2268ae gopls/internal/settings: add MoveType setting
  > 180e961 gopls/doc/release: update v0.23.0 release change log
  > ada1820 gopls/doc/release: add deprecated analyzer support for line comment
  > dd4579c gopls/internal/analysis/deprecated: support line comments
  > 3e8d8c4 gopls/internal/golang: MoveType - remove type from current file
  > bfcc32e gopls/internal/cmd: remove obsolete fix and inspect subcommands
  > 6adf51d gopls/internal/golang: MoveType - extract type to new file
  > 216d7a7 internal/stdlib: update stdlib index for Go 1.27 Release Candidate 1
  > d751b22 internal/typesinternal: use TypeString in TypeExpr to format interface, struct
  > 510aad1 internal/refactor/inline: fix panic when inlining type param name clash
  > 03b43f6 gopls/doc: document change signature refactoring
  > 6be0271 go/analysis/passes/modernize: preserve symbols in reflecttypefor
  > 965a458 gopls: promote strict flag ordering in docs and help messages
  > a630ed7 gopls/internal/golang: fix inlay hints for function type params
  > 4c6e3fc gopls: implement simplified CLI flag parsing and dispatching
  > b84e193 x/tools{,gopls}: update x/telemetry
  > d5fa3cd all: apply various code modernizations
  > f2cc89e gopls/internal/golang: assembly: use html/template
  > 33d0e64 gopls/internal/golang: rewrite findDeclInfo using Cursor
  > 07af5cd gopls/internal/golang: InlayHint: add maphash.Hash to ignoredError
  > cb639a5 gopls/internal/golang: Implementations: reject generic methods (local)
  > baafb7b gopls/internal/test/diagnostics: explain mystery
  > 05283a2 gopls/internal/cache/methodsets: fix panic on types with generic methods
  > 59ef372 go/ssa: avoid in-place initialization of CompositeLit
  > 8b05fa1 gopls/internal/golang: handle alias to pointer types in hover
  > e15a659 gopls: decouple remote connection flags
bumping golang.org/x/text f4bb632...724af9c:
  > 724af9c go.mod: update golang.org/x dependencies
  > bf5b9d6 internal/export/idna: always treat Punycode encoding pure ASCII as an error
  > b326f3d go.mod: update golang.org/x dependencies
  > 5ae8e57 unicode/norm: avoid infinite loop on invalid input
  > 0dc94a2 all: fix some comments
bumping k8s.io/client-go ad0b54e...d2a9618:
  > d2a9618 Update dependencies to v0.35.7 tag
  > c9748d3 Merge pull request # 140030 from kmala/release-1.35
  > 74724a2 Merge pull request # 139666 from kmala/automated-cherry-pick-of-# 137451-upstream-release-1.35
  > 7b15567 Fix vet error
  > e7f41b7 Update google.golang.org/protobuf to v1.36.12-0.20260120151049-f2248ac996af

Signed-off-by: Knative Automation <automation@knative.team>
@knative-prow
knative-prow Bot requested a review from a team July 27, 2026 13:55
@knative-prow knative-prow Bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jul 27, 2026
@knative-prow

knative-prow Bot commented Jul 27, 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 skonto 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 merged commit 56b4dc1 into knative:main Jul 27, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. skip-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant