Skip to content

chore(deps): Bump the backend group across 1 directory with 9 updates#670

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/backend-5778edfc58
Open

chore(deps): Bump the backend group across 1 directory with 9 updates#670
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/backend-5778edfc58

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps the backend group with 8 updates in the / directory:

Package From To
github.com/containerd/containerd/api 1.10.0 1.11.0
github.com/containerd/ttrpc 1.2.7 1.2.8
github.com/jackpal/gateway 1.1.1 1.2.0
github.com/onsi/ginkgo/v2 2.28.1 2.28.3
github.com/urfave/cli/v3 3.8.0 3.9.0
golang.org/x/sys 0.43.0 0.44.0
google.golang.org/grpc 1.79.3 1.81.0
k8s.io/cri-api 0.35.4 0.36.1

Updates github.com/containerd/containerd/api from 1.10.0 to 1.11.0

Release notes

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

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)

Runtime

  • Add configured socket directory to shim bootstrap protocol (#12785)
  • Introduce shim bootstrap protocol (#12786)

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

Contributors

  • Maksym Pavlenko
  • Derek McGowan
  • Wei Fu
  • Akihiro Suda
  • Gao Xiang
  • Sebastiaan van Stijn

Changes

  • Prepare release notes for api/v1.11.0 (#13322)
    • 8f2fce4ce Prepare release notes for v1.11.0
  • Prepare api/v1.11.0-rc.0 (#13306)
  • Make shim socket directory use configured directory (#12785)
    • d806373fe Make shim socket directory use configured state
  • Update bootstrap API log level definition (#13208)
    • 2c102c6cb Update bootstrap API log level definition
  • Add transfer types for container filesystem copy (#13165)
    • 121f3a21e Add transfer types for container filesystem copy
  • Introduce shim bootstrap protocol (#12786)
    • 16b7ce254 Address code review suggestions
    • 9bf65dcf0 Use enums instead of strings for capabilities and log level
    • 9dc864fd0 Switch to proto instead of json
    • 3fbdb132b Fix module path

... (truncated)

Commits
  • f49640e Merge pull request #13321 from dmcgowan/remove-erofs-fsmerge-threshold
  • e3d5fe8 Merge pull request #13322 from dmcgowan/prepare-api-v1.11.0
  • ee17fa1 Merge pull request #13317 from fuweid/fix-merge-issue
  • b7f8c35 erofs: remove fsmerge threshold from snapshotter
  • 8f2fce4 Prepare release notes for v1.11.0
  • ce2955c Merge pull request #13319 from mxpv/depr
  • 90dd71c Merge pull request #13318 from samuelkarp/mailmap
  • 6bd8288 mailmap: update for 2.3.0 release
  • 3e0ebf0 Deprecate shim.Command
  • ac77917 config: preserve legacy grpc address across sparse imports
  • Additional commits viewable in compare view

Updates github.com/containerd/ttrpc from 1.2.7 to 1.2.8

Release notes

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

v1.2.8

What's Changed

Full Changelog: containerd/ttrpc@v1.2.7...v1.2.8

Commits
  • 22392c2 Merge pull request #222 from containerd/dependabot/github_actions/actions/set...
  • 9db9fcc Merge pull request #223 from dmcgowan/fix-stream-failure
  • d5b5a20 Add missing continue after stream failure
  • 6a90ebb build(deps): bump actions/setup-go from 6.2.0 to 6.3.0
  • eeb849b Merge pull request #218 from containerd/dependabot/github_actions/actions/set...
  • 3156bf8 Merge pull request #219 from containerd/dependabot/github_actions/actions/che...
  • 385b968 build(deps): bump actions/checkout from 6.0.1 to 6.0.2
  • 292893a build(deps): bump actions/setup-go from 6.1.0 to 6.2.0
  • 9638fba Merge pull request #214 from dmcgowan/update-go-version
  • 590622b Run CI against latest stable version of Go and previous
  • Additional commits viewable in compare view

Updates github.com/jackpal/gateway from 1.1.1 to 1.2.0

Commits
  • edcb35d Release v1.2.0: IPv6 support and deduplication
  • 6fbfe90 Implement best-effort IPv6 support for Solaris/illumos
  • d5114f6 Update README with IPv6 API documentation and platform support table
  • 6ca5ebd Implement Windows IPv6 interface discovery
  • 413ba28 Add IPv6 support for Linux and Windows
  • 366a5be Add IPv6 gateway discovery support (issue #47)
  • 1493912 Prepare v1.1.2 release
  • bbb0bdb Merge remote-tracking branch 'origin/master' into gainskills/master
  • cef2560 Fix typo 'Baiscally' in gateway_parsers.go
  • 93230bd Fix metric parsing in localized versions (#51)
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.3

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.28.3

2.28.3

Maintenance

Bump all dependencies

v2.28.2

2.28.2

  • Add ArtifactDir() to support Go 1.26 testing.TB interface [f3a36b6]
  • Implement shell completion [94151c8]
  • Add asan CLI option mirroring msan implementation [4d21dbb]
  • Bump uri from 1.0.3 to 1.0.4 in /docs (#1630) [c102161]
  • fix aspect ratio [9619647]
  • update logos [5779304]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.28.3

Maintenance

Bump all dependencies

2.28.2

  • Add ArtifactDir() to support Go 1.26 testing.TB interface [f3a36b6]
  • Implement shell completion [94151c8]
  • Add asan CLI option mirroring msan implementation [4d21dbb]
  • Bump uri from 1.0.3 to 1.0.4 in /docs (#1630) [c102161]
  • fix aspect ratio [9619647]
  • update logos [5779304]
Commits

Updates github.com/onsi/gomega from 1.39.1 to 1.40.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.40.0

1.40.0

We're adopting a new release strategy to minimize dependency bloat in projects that consume Gomega. It is a limitation of the go mod toolchain that test subdependencies of your project's direct dependencies get pulled in as indirect dependencies. In the case of Gomega, this ends up pulling in all of Ginkgo into your go.mod even if you are only using Gomega (Gomega uses Ginkgo for its own tests).

Going forward, releases will strip out all tests, tidy up the go.mod and then push this stripped down version to a new master-lite branch. These stripped-down versions will receive the vx.y.z git tag and will be picked up by the go toolchain.

Please open an issue if this new release process causes unexpected changes for your projects.

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.40.0

We're adopting a new release strategy to minimize dependency bloat in projects that consume Gomega. It is a limitation of the go mod toolchain that test subdependencies of your project's direct dependencies get pulled in as indirect dependencies. In the case of Gomega, this ends up pulling in all of Ginkgo into your go.mod even if you are only using Gomega (Gomega uses Ginkgo for its own tests).

Going forward, releases will strip out all tests, tidy up the go.mod and then push this stripped down version to a new master-lite branch. These stripped-down versions will receive the vx.y.z git tag and will be picked up by the go toolchain.

Please open an issue if this new release process causes unexpected changes for your projects.

Commits

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

Release notes

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

v3.9.0

What's Changed

New Contributors

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

Commits
  • b5aa710 Merge pull request #2321 from wucm667/fix/bool-inverse-alias-help
  • 2f662c8 docs: update testdata/godoc-v3.x.txt for BoolWithInverseFlag alias support
  • b6aec8e docs: regenerate godoc-current.txt for BoolWithInverseFlag alias support
  • c3a86f7 fix: show BoolWithInverseFlag aliases in help text
  • f2cd020 Merge pull request #2319 from barry3406/fix/help-subcommand-flag-parsing
  • 5af9500 fix: parse flags for help subcommand (#2271)
  • b79d768 Merge pull request #2316 from morozov/fix-completion-double-dash
  • 2925d6f Merge pull request #2317 from barry3406/fix/completion-shebang
  • 65406c0 Merge pull request #2308 from gabelluardo/refactor-bash
  • eb4cfc3 fix: drop shebang from bash completion template
  • Additional commits viewable in compare view

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

Commits
  • fb1facd windows: avoid uint16 overflow in NewNTUnicodeString
  • 94ad893 windows: add GetIfTable2Ex, GetIpInterface{Entry,Table}, GetUnicastIpAddressT...
  • 54fe89f cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows
  • df7d5d7 unix: automatically remove container created by mkall.sh
  • 68a4a8e unix: avoid nil pointer dereference in Utime
  • 690c91f unix: add CPUSetDynamic for systems with more than 1024 CPUs
  • See full diff in compare view

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

Release notes

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

Release 1.81.0

Behavior Changes

  • balancer/rls: Switch gauge metrics to asynchronous emission (once per collection cycle) to reduce telemetry noise and align with other gRPC language implementations. (#8808)

Dependencies

  • Minimum supported Go version is now 1.25. (#8969)

Bug Fixes

  • xds: Use the leaf cluster's security config for the TLS handshake instead of the aggregate cluster's config. (#8956)
  • transport: Send a RST_STREAM when receiving an END_STREAM when the stream is not already half-closed. (#8832)
  • xds: Fix ADS resource name validation to prevent a panic. (#8970)

New Features

  • grpc/stats: Add support for custom labels in per-call metrics (gRFC A108). (#9008)
  • xds: Add support for Server Name Indication (SNI) and SAN validation (gRFC A101). Disabled by default. To enable, set GRPC_EXPERIMENTAL_XDS_SNI=true environment variable. (#9016)
  • xds: Add support to control which fields get propagated from ORCA backend metric reports to LRS load reports (gRFC A85). Disabled by default. To enable, set GRPC_EXPERIMENTAL_XDS_ORCA_LRS_PROPAGATION=true. (#9005)
  • xds: Add metrics to track xDS client connectivity and cached resource state (gRFC A78). (#8807)
  • stats/otel: Enhance grpc.subchannel.disconnections metric by adding disconnection reason to the grpc.disconnect_error label (gRFC A94). This provides granular insights into why subchannels are closing. (#8973)
  • mem: Add mem.Buffer.Slice() API to slice the buffer like a slice. (#8977)

Performance Improvements

  • alts: Pool read buffers to lower memory utilization when sockets are unreadable. (#8964)
  • transport: Pool HTTP/2 framer read buffers to reduce idle memory consumption. Currently limited to Linux for ALTS and non-encrypted transports (TCP, Unix). To disable, set GRPC_GO_EXPERIMENTAL_HTTP_FRAMER_READ_BUFFER_POOLING=false and report any issues. (#9032)

Release 1.80.0

Behavior Changes

  • balancer: log a warning if a balancer is registered with uppercase letters, as balancer names should be lowercase. In a future release, balancer names will be treated as case-insensitive; see #5288 for details. (#8837)
  • xds: update resource error handling and re-resolution logic (#8907)
    • Re-resolve all LOGICAL_DNS clusters simultaneously when re-resolution is requested.
    • Fail all in-flight RPCs immediately upon receipt of listener or route resource errors, instead of allowing them to complete.

Bug Fixes

  • xds: support the LB policy configured in LOGICAL_DNS cluster resources instead of defaulting to pick_first. (#8733)
  • credentials/tls: perform per-RPC authority validation against the leaf certificate instead of the entire peer certificate chain. (#8831)
  • xds: enabling A76 ring hash endpoint keys no longer causes EDS resources with invalid proxy metadata to be NACKed when HTTP CONNECT (gRFC A86) is disabled. (#8875)
  • xds: validate that the sum of endpoint weights in a locality does not exceed the maximum uint32 value. (#8899)
  • xds: fix incorrect proto field access in the weighted round robin (WRR) configuration where blackout_period was used instead of weight_expiration_period. (#8915)
  • xds/rbac: handle addresses with ports in IP matchers. (#8990)

New Features

... (truncated)

Commits
  • cb18228 Change version to 1.81.0 (#9062)
  • 96748f9 Cherry-pick #9105 to 1.81.x (#9106)
  • 9183222 Cherry pick #9055, #9032 to v1.81.x (#9095)
  • 5cba6da Revert "deps: update dependencies for all modules (#9065)" (#9067)
  • af8a936 deps: update dependencies for all modules (#9065)
  • cdc60df transport: optimize heap allocations in ready reader and update syscall conne...
  • 208d053 xds/resolver: pass complete XDSConfig in RPC context for HTTP filters (gRFC A...
  • 50fe1cc test: Fix flaky test TestServerStreaming_ClientCallRecvMsgTwice in `end2end...
  • d574bad build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 (#9050)
  • b8bf4d0 build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 in /inte...
  • Additional commits viewable in compare view

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

Commits
  • 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
  • bde76f6 Merge pull request #137248 from SergeyKanzhelev/propagate-context-cri-client
  • 520d075 Merge pull request #137574 from SergeyKanzhelev/revertImageID
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the backend group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/containerd/containerd/api](https://github.com/containerd/containerd) | `1.10.0` | `1.11.0` |
| [github.com/containerd/ttrpc](https://github.com/containerd/ttrpc) | `1.2.7` | `1.2.8` |
| [github.com/jackpal/gateway](https://github.com/jackpal/gateway) | `1.1.1` | `1.2.0` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.28.1` | `2.28.3` |
| [github.com/urfave/cli/v3](https://github.com/urfave/cli) | `3.8.0` | `3.9.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.43.0` | `0.44.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.79.3` | `1.81.0` |
| [k8s.io/cri-api](https://github.com/kubernetes/cri-api) | `0.35.4` | `0.36.1` |



Updates `github.com/containerd/containerd/api` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@api/v1.10.0...api/v1.11.0)

Updates `github.com/containerd/ttrpc` from 1.2.7 to 1.2.8
- [Release notes](https://github.com/containerd/ttrpc/releases)
- [Commits](containerd/ttrpc@v1.2.7...v1.2.8)

Updates `github.com/jackpal/gateway` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/jackpal/gateway/releases)
- [Commits](jackpal/gateway@v1.1.1...v1.2.0)

Updates `github.com/onsi/ginkgo/v2` from 2.28.1 to 2.28.3
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.28.1...v2.28.3)

Updates `github.com/onsi/gomega` from 1.39.1 to 1.40.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.39.1...v1.40.0)

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

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

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

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

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd/api
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: github.com/containerd/ttrpc
  dependency-version: 1.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: github.com/jackpal/gateway
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.28.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: github.com/urfave/cli/v3
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: golang.org/x/sys
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: google.golang.org/grpc
  dependency-version: 1.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: k8s.io/cri-api
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 13, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 13, 2026

Deploy Preview for urunc canceled.

Name Link
🔨 Latest commit 455490e
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/6a049543f5b59400081d20ad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants