Skip to content

chore(deps): bump the go-dependencies group with 15 updates#19

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-b723a6b615
Closed

chore(deps): bump the go-dependencies group with 15 updates#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-b723a6b615

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown

Bumps the go-dependencies group with 15 updates:

Package From To
github.com/containerd/containerd/api 1.8.0 1.11.1
github.com/coreos/go-systemd/v22 22.5.0 22.7.0
github.com/docker/cli 29.4.3+incompatible 29.6.0+incompatible
github.com/opencontainers/runtime-spec 1.2.1 1.3.0
github.com/pelletier/go-toml/v2 2.3.1 2.4.2
github.com/urfave/cli/v3 3.9.0 3.10.0
go.etcd.io/bbolt 1.4.3 1.5.0
golang.org/x/sync 0.20.0 0.21.0
golang.org/x/sys 0.44.0 0.45.0
google.golang.org/grpc 1.81.0 1.81.1
k8s.io/apimachinery 0.27.4 0.36.2
k8s.io/client-go 0.26.3 0.36.2
k8s.io/cri-api 0.35.4 0.36.2
modernc.org/sqlite 1.39.1 1.53.0
oras.land/oras-go/v2 2.6.0 2.6.1

Updates github.com/containerd/containerd/api from 1.8.0 to 1.11.1

Release notes

Sourced from github.com/containerd/containerd/api's releases.

containerd API 1.11.1

Welcome to the api/v1.11.1 release of containerd!

The first patch release for the containerd 1.11 API includes a fix in the task endpoints for non-runc shims.

Highlights

  • Fix sandbox task API endpoints for non-runc runtimes (#13422)

Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.

Contributors

  • Derek McGowan
  • Maksym Pavlenko
  • Samuel Karp

Changes

  • Prepare release notes for api/v1.11.1 (#13444)
    • da7aef299 Prepare release notes for api/v1.11.1
  • Fix sandbox task API endpoints for non-runc runtimes (#13422)
    • e44f5f9ec protos: include task API address to CreateTaskRequest

Dependency Changes

This release has no dependency changes

Previous release can be found at api/v1.11.0

containerd API 1.11.0

Welcome to the api/v1.11.0 release of containerd!

The 12th release for the containerd 1.x API aligns with the containerd 2.3 release.

Highlights

  • Add transfer types for container filesystem copy (#13165)
  • Update sandbox API to include spec field (#12840)

Image Distribution

  • Add os.features support for EROFS native container images (#13091)

... (truncated)

Commits
  • f822a91 Merge pull request #13444 from dmcgowan/prepare-api-v1.11.1
  • da7aef2 Prepare release notes for api/v1.11.1
  • a50a704 Merge pull request #13422 from k8s-infra-cherrypick-robot/cherry-pick-13360-t...
  • 5282d4e Wire task address and version fields
  • e44f5f9 protos: include task API address to CreateTaskRequest
  • 85f22f7 Merge pull request #13409 from k8s-infra-cherrypick-robot/cherry-pick-13327-t...
  • 4d80a31 seccomp: Block AF_ALG in default socket policy
  • 2ed0d97 seccomp: Document socket rule scope and socketcall limitation
  • 2315484 Merge pull request #13390 from k8s-infra-cherrypick-robot/cherry-pick-13363-t...
  • 1ad3402 Merge pull request #13394 from k8s-infra-cherrypick-robot/cherry-pick-13389-t...
  • Additional commits viewable in compare view

Updates github.com/coreos/go-systemd/v22 from 22.5.0 to 22.7.0

Release notes

Sourced from github.com/coreos/go-systemd/v22's releases.

v22.7.0

This release fixes an issue with multiple calls to (e.g.) StopUnit, simplifies and improves code and documentation, and adds a few new methods.

What's Changed

New Contributors

Full Changelog: coreos/go-systemd@v22.6.0...v22.7.0

v22.6.0

This release bumps Go requirement to 1.23, modernizes code, improves CI and documentation, fixes a few bugs, and adds a new dbus method.

What's Changed

... (truncated)

Commits
  • 4dc4ee6 activation: stub out for plan9
  • 8f5a75c dbus: add StartTransientUnitAux for starting transient units with auxiliary u...
  • 9211a7b activation: add FilesWithNames()
  • 2c3ebed dbus: dedup result conversion code
  • aac8e00 unit: fix Deserialize deprecation notice
  • d4795ce Fix doc references
  • abb50b3 dbus: allow multiple calls for the same unit to *Unit
  • 27f6bea activation: simplify ListenersWithNames
  • e615438 sdjournal: fix copyrights
  • d25876d import1: add missing close method to conn
  • Additional commits viewable in compare view

Updates github.com/docker/cli from 29.4.3+incompatible to 29.6.0+incompatible

Commits
  • fb59821 Merge pull request #7062 from vvoland/update-docker
  • ee2f737 vendor: github.com/moby/moby/client v0.5.0
  • 1f80e23 vendor: github.com/moby/moby/api v1.55.0
  • 1d1562e Merge pull request #7029 from agirault/login-password-dash-stdin
  • 8c2e800 Merge pull request #7051 from thaJeztah/bump_moby
  • 233cd4a vendor: github.com/moby/moby/api v1.55.0-rc.1, moby/client v0.5.0-rc.1
  • 5b600d0 Merge pull request #7047 from thaJeztah/bump_go_events
  • e6decf4 Merge pull request #7048 from thaJeztah/bump_compress
  • a9284d1 Merge pull request #7049 from thaJeztah/bump_x_net
  • e7319c7 Merge pull request #7050 from thaJeztah/update_authors_mailmap
  • Additional commits viewable in compare view

Updates github.com/opencontainers/runtime-spec from 1.2.1 to 1.3.0

Release notes

Sourced from github.com/opencontainers/runtime-spec's releases.

v1.3.0

This is the fourth minor release of the v1 series of the Open Container Initiative Runtime Specification. This release features the addition of the specification for FreeBSD.

Additions

  • config-vm: add hwConfig object (#1209)
  • config-linux: add intelRdt.schemata field (#1230)
  • config-linux: add netDevices object (#1271)
  • config-linux: add memoryPolicy object (#1282)
  • config-freebsd: add the spec for FreeBSD (#1286)
  • config-linux: add intelRdt.enableMonitoring field (#1287)

Minor fixes

  • config-linux: clarify intelRdt configuration (#1196)
  • runtime: fail when a poststart hook fails (#1262)
  • config-linux: clarify pids cgroup settings (#1279)
  • config-linux: define default clos for intelRdt (#1289)
  • features-linux: add intelRdt.enableMonitoring field (#1290)
  • features-linux: add intelRdt.schemata field (#1291)
  • config-linux: fix and elaborate memoryPolicy.nodes field (#1294)
  • config-linux, schema: fix FileMode description (#1298)

Documentation, CI & Governance

  • add systemd-nspawn to implementations.md (#1272)
  • CI: add codespell, bump golangci-lint (#1281)
  • docs: add missing backticks for code formatting (#1284)
  • docs: fix typo (#1285)
  • principles: fix typo (#1288)
  • schema: fix json (#1297)
  • ci: use supported Go versions (#1300)
  • Add minimum supported Go version to CI (#1303)
  • Mention FreeBSD platform (#1304)

Thanks to the following contributors for making this release possible: @​Artoria2e5 @​Sharmaann @​aojea @​ariel-anieli @​askervin @​cyphar @​dfr @​gogolok @​ipuustin @​kolyshkin @​marquiz @​oleksiimoisieiev @​tianon

Vote-Results: +9 -0 *2 (#1302) Signed-off-by: Akihiro Suda (@​AkihiroSuda)

Changelog

Sourced from github.com/opencontainers/runtime-spec's changelog.

OpenContainers Specifications

Changes with v1.3.0:

Additions:

  • config-vm: add hwConfig object (#1209)
  • config-linux: add intelRdt.schemata field (#1230)
  • config-linux: add netDevices object (#1271)
  • config-linux: add memoryPolicy object (#1282)
  • config-freebsd: add the spec for FreeBSD (#1286)
  • config-linux: add intelRdt.enableMonitoring field (#1287)

Minor fixes:

  • config-linux: clarify intelRdt configuration (#1196)
  • runtime: fail when a poststart hook fails (#1262)
  • config-linux: clarify pids cgroup settings (#1279)
  • config-linux: define default clos for intelRdt (#1289)
  • features-linux: add intelRdt.enableMonitoring field (#1290)
  • features-linux: add intelRdt.schemata field (#1291)
  • config-linux: fix and elaborate memoryPolicy.nodes field (#1294)
  • config-linux, schema: fix FileMode description (#1298)

Documentation, CI & Governance:

  • add systemd-nspawn to implementations.md (#1272)
  • CI: add codespell, bump golangci-lint (#1281)
  • docs: add missing backticks for code formatting (#1284)
  • docs: fix typo (#1285)
  • principles: fix typo (#1288)
  • schema: fix json (#1297)
  • ci: use supported Go versions (#1300)
  • Add minimum supported Go version to CI (#1303)
  • Mention FreeBSD platform (#1304)

Changes with v1.2.1:

Additions:

  • zos updates (#1273)
  • Add support for windows CPU affinity (#1258)
  • specs-go: sync SCMP_ARCH_* constants with libseccomp main (#1229)
  • Add CPU affinity to executed processes (#1253, #1261)
  • config-linux: describe the format of cpus and mems (#1253)

Minor fixes:

  • Fix description of errnoRet in Seccomp (#1277)
  • config-linux: update for libseccomp v2.6.0 (#1276)

... (truncated)

Commits

Updates github.com/pelletier/go-toml/v2 from 2.3.1 to 2.4.2

Release notes

Sourced from github.com/pelletier/go-toml/v2's releases.

v2.4.2

What's Changed

Fixed bugs

Full Changelog: pelletier/go-toml@v2.4.1...v2.4.2

v2.4.1

What's Changed

Fixed bugs

Full Changelog: pelletier/go-toml@v2.4.0...v2.4.1

v2.4.0

What's Changed

What's new

Performance

Fixed bugs

Documentation

New Contributors

Full Changelog: pelletier/go-toml@v2.3.1...v2.4.0

Commits
  • 25fc130 Flatten embedded structs whose toml tag only sets options (#1079)
  • 2586526 build(deps): bump actions/checkout from 6 to 7 (#1074)
  • 4ef6436 Fix multiline string, array indentation, and omitempty behavior
  • e3b2270 build(deps): bump docker/setup-buildx-action from 3 to 4 (#1073)
  • abaa568 ci: fix release Docker attestations + enable manual tag re-release (#1071)
  • b99e8db docs: remove "Migrating from v1" section from README (#1070)
  • 5a548e3 Reimplementation of the parser, decoder, and encoder (#1067)
  • 3c357d6 fix: report quoted string requirement for unquoted values (#1063)
  • bf5d424 Contextualize redefinition errors as DecodeError (#1069)
  • eb85928 Support TOML v1.1.0 (#1068)
  • Additional commits viewable in compare view

Updates github.com/urfave/cli/v3 from 3.9.0 to 3.10.0

Release notes

Sourced from github.com/urfave/cli/v3's releases.

v3.10.0

What's Changed

Full Changelog: urfave/cli@v3.9.1...v3.10.0

v3.9.1

What's Changed

Full Changelog: urfave/cli@v3.9.0...v3.9.1

Commits
  • 183b3a2 Merge pull request #2363 from dearchap/issue_2250
  • 2f7149e fix: skip After hook when help is displayed on subcommand
  • 06788cf test: add tests for --help taking precedence over parse errors; fix subcomman...
  • 2c38e7b Merge pull request #2360 from dearchap/issue_2126
  • 3a5e3e1 chore: remove blank lines around checkHelp block to reduce diff size
  • b76d804 test: cover subcommand error path for help display
  • 27d8d51 test: add tests for --help taking precedence over parse errors; fix subcomman...
  • 607da84 fix: let --help flag take precedence over parse errors
  • 213b98c Merge pull request #2361 from dearchap/fix/remaining-help-inconsistencies
  • 94009b6 Merge branch 'main' into fix/remaining-help-inconsistencies
  • Additional commits viewable in compare view

Updates go.etcd.io/bbolt from 1.4.3 to 1.5.0

Release notes

Sourced from go.etcd.io/bbolt's releases.

v1.5.0

See the CHANGELOG/v1.5.0 for more details.

Commits
  • e7a8b2d Merge pull request #1217 from pjsharath28/update-go-release-1.5
  • a916f11 bump go 1.25.11
  • 43ec888 Merge pull request #1212 from Elbehery/20260527_remove_maxSize_guard
  • d43321f chore(test): remove redundant MaxSize guard in TestDB_MaxSizeExceededDoesNotGrow
  • c13504d Merge pull request #1211 from ahrtr/20260526_maxsize_changelog
  • 0a8fbd9 Merge pull request #1210 from Elbehery/20260526_support_data_size_limit
  • 63896b7 Update changelog for the feature of supporting setting file size limit
  • a85b887 Reimplement the feature of support setting data file size limit
  • 443486e test: add and update tests for MaxSize and MMap behavior
  • a1f42c4 Merge pull request #1208 from etcd-io/dependabot/github_actions/golangci/gola...
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.20.0 to 0.21.0

Commits

Updates golang.org/x/sys from 0.44.0 to 0.45.0

Commits
  • 397d5f8 unix: update to Linux kernel 7.0
  • 0a387f7 cpu: detect zbc extension on riscv64
  • 758f71c cpu: add LLACQ_SCREL, SCQ, DBAR_HINTS detection for loong64
  • 99666ae unix: merge Linux readv/writev implementation with Darwin/OpenBSD
  • e4444cb windows: add NtSetEaFile, NtQueryEaFile and NtQueryInformationFile
  • 04396e8 unix: add Readv, Writev, Preadv, Pwritev for OpenBSD
  • See full diff in compare view

Updates google.golang.org/grpc from 1.81.0 to 1.81.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.81.1

Security

  • xds/rbac: Fix a potential authorization bypass caused by incorrectly falling through URI/DNS SANs to Subject Distinguished Name (DN) when matching the authenticated principal name. With this fix, only the first non-empty identity source will be used, as per gRFC A41. (#9111)

Bug Fixes

  • otel: Segregate client and server RPC information used for metrics and traces, to avoid one overwriting the other. (#9081)
Commits

Updates k8s.io/apimachinery from 0.27.4 to 0.36.2

Commits
  • ae3f98e Update dependencies to v0.36.2 tag
  • 2ec982d Merge pull request #139508lalitc375/automated-cherry-pick-of-#139480
  • 6a88102 Fix wrong marking of errors
  • efb7f26 Merge remote-tracking branch 'origin/master' into release-1.36
  • d966e56 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 79b3632 Merge pull request #137864 from yongruilin/dv-dra-mismatch
  • a8822f7 Add slice and map union member support with tests
  • 7dba2d0 Use IsZero instead of IsNil for union ratcheting check
  • d95710f Fix union validation ratcheting when oldObj is nil
  • 729062d Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.26.3 to 0.36.2

Commits
  • 877f535 Update dependencies to v0.36.2 tag
  • f22a53e Merge remote-tracking branch 'origin/master' into release-1.36
  • a948641 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 7e44ffc Add Workload-Aware Preemption fields to Workload and PodGroup APIs
  • df2d882 Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
  • 4eece52 Workload API: PodGroup ResourceClaims (KEP-5729)
  • 3d35c51 Merge pull request #137190 from everpeace/KEP-5491-alpha
  • 0434117 Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
  • ba785be Drop CSR analogy, mark ObjectMeta +required,reduce limits (maxItems=500, maxL...
  • 4a9c878 Add ResourcePoolStatusRequest API types and generated code
  • Additional commits viewable in compare view

Updates k8s.io/cri-api from 0.35.4 to 0.36.2

Commits
  • ac5c86c Merge pull request #139192 from liggitt/env-binary-1.36
  • 5f84746 Restore ability to plumb binary data through envvar values
  • b569fd7 Merge remote-tracking branch 'origin/master' into release-1.36
  • 3e383c8 update go.opentelemetry.io/otel to v1.41.0
  • 861ac7b Merge pull request #135828 from HirazawaUi/5607-alpha-2-stage
  • 556afdc Merge pull request #137906 from aramase/aramase/c/grpc_v1.79.0
  • 7bc5753 update google.golang.org/grpc to v1.79.3
  • 8d77fc8 Merge pull request #136987 from bitoku/kep-5825-cri
  • c71d95a Add alpha 2 phase implementation for UserNamespacesHostNetworkSupport
  • 2461a67 cri-api: Add streaming RPCs for CRI list operations
  • Additional commits viewable in compare view

Updates modernc.org/sqlite from 1.39.1 to 1.53.0

Changelog

Sourced from modernc.org/sqlite's changelog.

Changelog

  • 2026-06-21 v1.53.0:

    • Add experimental netbsd/amd64 support, resolving the long-standing build break in [GitLab issue #246](https://gitlab.com/cznic/sqlite/-/issues/246). This target is intentionally not yet listed among the supported platforms in the package documentation: the port had been broken for years and is only now revived, and there is as yet no real-world experience running it under production workloads. Green CI is not the same as battle-tested — so while the full test suite (including the pcache and vec packages and the -race concurrency test) passes on NetBSD 10.1 / Go 1.26.3, and the entire upstream toolchain (libc, cc, ccgo, libz, libtcl8.6, libsqlite3, libsqlite_vec) is green on the NetBSD CI builder, the target is offered for evaluation only. If you run NetBSD, please exercise it with your own workloads and report back via #246; the intent is to promote it to a fully supported platform after a period of broader real-world testing (on the order of a month) elapses without surprises.
    • Implementation notes: the previously shipped lib/sqlite_netbsd_amd64.go was a stale old-generator transpile that no longer compiled (the mu.enter/mu.leave break in #246); it is replaced by a fresh new-generator transpile consistent with every other platform, and modernc.org/sqlite/vec (sqlite-vec) is vendored and auto-registers on netbsd. Correct operation requires the matching pinned modernc.org/libc, which carries two NetBSD-specific fixes found during this work: the mmap(2) PAD-argument ABI (without it, concurrent WAL access faults with SIGBUS in the WAL-index shared memory) and a working abort(3) (the prior stub left SQLite's crash-recovery writecrash test unable to terminate by signal). As usual, downstream modules must pin the exact modernc.org/libc version this module's go.mod pins.
    • See [GitLab merge request #82](https://gitlab.com/cznic/sqlite/-/merge_requests/82), thanks Leonardo Taccari (@​iamleot) and Thomas Klausner (@wiz)!
    • Add experimental freebsd/386 and freebsd/arm support. As with the netbsd/amd64 target above, these two 32-bit FreeBSD ports are intentionally not yet listed among the supported platforms in the package documentation: freebsd/386 previously shipped a stale, effectively untested SQLite 3.41 transpile, and freebsd/arm is entirely new, so neither has real-world production mileage yet. Both are now freshly transpiled at SQLite 3.53.2 consistent with every other platform, build cleanly, and pass the full test suite (core, WAL/concurrency, and the vec package) on the FreeBSD CI builders; they are offered for evaluation only. If you run 32-bit FreeBSD, please exercise these targets with your own workloads and report back — the intent is to promote freebsd/386, freebsd/arm, and netbsd/amd64 to fully supported platforms in a future release cycle, once a period of broader real-world testing elapses without surprises.
    • Implementation notes: correct operation on freebsd/arm requires the matching pinned modernc.org/libc (v1.73.4), which fixes the per-arch mmap(2) off_t encoding for 32-bit FreeBSD; without it the WAL shared-memory mapping faults with SIGBUS under concurrent access, the same class of bug found on the netbsd port. As usual, downstream modules must pin the exact modernc.org/libc version this module's go.mod pins.
    • See [GitLab merge request #119](https://gitlab.com/cznic/sqlite/-/merge_requests/119), thanks Olivier Cochard-Labbé (@​ocochard)!
    • Add a Go-facing wrapper for SQLITE_CONFIG_PCACHE2. PageCache is the factory and Cache the per-database instance, both idiomatic Go interfaces; Page exposes the raw Buf and Extra pointers that SQLite reads through the C pcache contract. RegisterPageCache and MustRegisterPageCache install the module process-globally before the first sql.Open; subsequent Open calls are gated through a one-shot Xsqlite3_config(SQLITE_CONFIG_PCACHE2) so a too-late Register returns ErrPageCacheTooLate rather than silently falling through to the built-in pcache1. The binding owns the sqlite3_pcache_page stub and re-consults the implementation on every Fetch, reusing the stub only when the returned Page value is unchanged, which keeps a bounded/evicting purgeable cache safe by construction.Description has been truncated

Bumps the go-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/containerd/containerd/api](https://github.com/containerd/containerd) | `1.8.0` | `1.11.1` |
| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.7.0` |
| [github.com/docker/cli](https://github.com/docker/cli) | `29.4.3+incompatible` | `29.6.0+incompatible` |
| [github.com/opencontainers/runtime-spec](https://github.com/opencontainers/runtime-spec) | `1.2.1` | `1.3.0` |
| [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.3.1` | `2.4.2` |
| [github.com/urfave/cli/v3](https://github.com/urfave/cli) | `3.9.0` | `3.10.0` |
| [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) | `1.4.3` | `1.5.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.20.0` | `0.21.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.44.0` | `0.45.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.81.0` | `1.81.1` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.27.4` | `0.36.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.26.3` | `0.36.2` |
| [k8s.io/cri-api](https://github.com/kubernetes/cri-api) | `0.35.4` | `0.36.2` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.39.1` | `1.53.0` |
| [oras.land/oras-go/v2](https://github.com/oras-project/oras-go) | `2.6.0` | `2.6.1` |


Updates `github.com/containerd/containerd/api` from 1.8.0 to 1.11.1
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@api/v1.8.0...api/v1.11.1)

Updates `github.com/coreos/go-systemd/v22` from 22.5.0 to 22.7.0
- [Release notes](https://github.com/coreos/go-systemd/releases)
- [Commits](coreos/go-systemd@v22.5.0...v22.7.0)

Updates `github.com/docker/cli` from 29.4.3+incompatible to 29.6.0+incompatible
- [Commits](docker/cli@v29.4.3...v29.6.0)

Updates `github.com/opencontainers/runtime-spec` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/opencontainers/runtime-spec/releases)
- [Changelog](https://github.com/opencontainers/runtime-spec/blob/main/ChangeLog)
- [Commits](opencontainers/runtime-spec@v1.2.1...v1.3.0)

Updates `github.com/pelletier/go-toml/v2` from 2.3.1 to 2.4.2
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Commits](pelletier/go-toml@v2.3.1...v2.4.2)

Updates `github.com/urfave/cli/v3` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v3.9.0...v3.10.0)

Updates `go.etcd.io/bbolt` from 1.4.3 to 1.5.0
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](etcd-io/bbolt@v1.4.3...v1.5.0)

Updates `golang.org/x/sync` from 0.20.0 to 0.21.0
- [Commits](golang/sync@v0.20.0...v0.21.0)

Updates `golang.org/x/sys` from 0.44.0 to 0.45.0
- [Commits](golang/sys@v0.44.0...v0.45.0)

Updates `google.golang.org/grpc` from 1.81.0 to 1.81.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.81.0...v1.81.1)

Updates `k8s.io/apimachinery` from 0.27.4 to 0.36.2
- [Commits](kubernetes/apimachinery@v0.27.4...v0.36.2)

Updates `k8s.io/client-go` from 0.26.3 to 0.36.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.26.3...v0.36.2)

Updates `k8s.io/cri-api` from 0.35.4 to 0.36.2
- [Commits](kubernetes/cri-api@v0.35.4...v0.36.2)

Updates `modernc.org/sqlite` from 1.39.1 to 1.53.0
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.39.1...v1.53.0)

Updates `oras.land/oras-go/v2` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/oras-project/oras-go/releases)
- [Commits](oras-project/oras-go@v2.6.0...v2.6.1)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd/api
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/coreos/go-systemd/v22
  dependency-version: 22.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/docker/cli
  dependency-version: 29.6.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/opencontainers/runtime-spec
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/pelletier/go-toml/v2
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/urfave/cli/v3
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.etcd.io/bbolt
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sys
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/grpc
  dependency-version: 1.81.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/cri-api
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: modernc.org/sqlite
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: oras.land/oras-go/v2
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@gitautomator

gitautomator Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Thanks to your contribution, the maintainers will review it as soon as they can!

@gitautomator gitautomator Bot requested a review from jwcesign June 24, 2026 06:19
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 2, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/go-dependencies-b723a6b615 branch July 2, 2026 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants