Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
github.com/jackpal/gateway 1.1.1 1.2.0
github.com/moby/sys/mount 0.3.4 0.3.5
github.com/onsi/ginkgo/v2 2.28.1 2.31.0
github.com/opencontainers/runtime-spec 1.2.1 1.3.0
github.com/prometheus-community/pro-bing 0.8.0 0.9.0
github.com/urfave/cli/v3 3.8.0 3.10.0
k8s.io/cri-api 0.35.4 0.36.2

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/moby/sys/mount from 0.3.4 to 0.3.5

Release notes

Sourced from github.com/moby/sys/mount's releases.

mount v0.3.5

What's Changed

  • update minimum go version to go1.18
  • mount: MergeTmpfsOptions: use strings.Cut
  • remove legacy build tags
  • adjust build-tags for darwin

Full Changelog: moby/sys@mount/v0.3.4...mount/v0.3.5

Commits
  • 8d586cf Merge pull request #216 from tonistiigi/sequential-1.26
  • 9d2fc63 sequential: use os.OpenFile with O_FILE_FLAG_SEQUENTIAL_SCAN on Go 1.26+
  • d344e1f Merge pull request #224 from thaJeztah/improve_version_check
  • eff1ec8 Makefile: set -eu to catch intermediate failures
  • e665bd0 update gitattributes for line-endings
  • c1298a7 Makefile: test-local: skip if go version is not supported
  • bde2ed4 gha: fix go version check for changes in go.mod go directive
  • 325a979 Merge pull request #218 from thaJeztah/contextualize
  • 82ac452 reexec: add context-aware entrypoints and Dispatch
  • 1ecb500 Merge pull request #222 from vvoland/mount-darwin
  • Additional commits viewable in compare view

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

Release notes

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

v2.31.0

2.31.0

Add a bunch of Claude Skills via the marketplace:

/plugin marketplace add onsi/ginkgo
/plugin install ginkgo@ginkgo

v2.30.0

2.30.0

Features

Ginkgo now allows extentions/global.Reset to support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.

Thanks @​lawrencejones !

Fixes

  • Fix nested --github-output group for progress report nested inside timeline [4f62d7a]

v2.29.0

2.29.0

GinkgoHelperGo makes it easier to write test helpers that need to run in goroutines. Specifically, it makes managing the failure state and capturing failure panics correctly straightforward.

ginkgo outline now includes entries defined in DescribeTableSubtree

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.31.0

Add a bunch of Claude Skills via the marketplace:

/plugin marketplace add onsi/ginkgo
/plugin install ginkgo@ginkgo

2.30.0

Features

Ginkgo now allows extentions/global.Reset to support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.

Thanks @​lawrencejones !

Fixes

  • Fix nested --github-output group for progress report nested inside timeline [4f62d7a]

2.29.0

GinkgoHelperGo makes it easier to write test helpers that need to run in goroutines. Specifically, it makes managing the failure state and capturing failure panics correctly straightforward.

ginkgo outline now includes entries defined in DescribeTableSubtree

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
  • 3c7bde4 v2.31.0
  • e479459 add claude skills
  • 31e9912 v2.30.0
  • a79cdbb Document running multiple suites in a single test process
  • 800291a Allow extensions/globals.Reset to support re-running RunSpecs
  • 4f62d7a Fix nested --github-output group for progress report nested inside timeline
  • 04b5bcb v2.29.0
  • 124232a docs: GinkgoHelperGo
  • ad9cee8 feat: GinkgoHelperGo, with integration tests
  • 9e56a0a chore: refactor devcontainer for better maintenance
  • Additional commits viewable in compare view

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/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/prometheus-community/pro-bing from 0.8.0 to 0.9.0

Release notes

Sourced from github.com/prometheus-community/pro-bing's releases.

v0.9.0

What's Changed

New Contributors

Full Changelog: prometheus-community/pro-bing@v0.8.0...v0.9.0

Commits
  • 945b901 Bump actions/checkout from 6.0.2 to 6.0.3 (#206)
  • 8ad48a3 Migrate to PromCI (#205)
  • 1194d69 Replace CircleCI with Github Actions (#200)
  • 5b8ff3d Merge pull request #203 from prometheus-community/superq/localhost_ping_test
  • 9e6b955 Fix ping test
  • 9e7ca65 Merge pull request #199 from prombot/repo_sync
  • 0657089 Merge pull request #201 from prometheus-community/fix-golangcilint
  • b42280d Add required make step
  • f8995dd Update common Prometheus files
  • f424115 Merge pull request #197 from prometheus-community/repo_sync
  • Additional commits viewable in compare view

Updates github.com/urfave/cli/v3 from 3.8.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

v3.9.0

What's Changed

New Contributors

... (truncated)

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 golang.org/x/sys from 0.43.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
  • 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
  • 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

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 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/jackpal/gateway](https://github.com/jackpal/gateway) | `1.1.1` | `1.2.0` |
| [github.com/moby/sys/mount](https://github.com/moby/sys) | `0.3.4` | `0.3.5` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.28.1` | `2.31.0` |
| [github.com/opencontainers/runtime-spec](https://github.com/opencontainers/runtime-spec) | `1.2.1` | `1.3.0` |
| [github.com/prometheus-community/pro-bing](https://github.com/prometheus-community/pro-bing) | `0.8.0` | `0.9.0` |
| [github.com/urfave/cli/v3](https://github.com/urfave/cli) | `3.8.0` | `3.10.0` |
| [k8s.io/cri-api](https://github.com/kubernetes/cri-api) | `0.35.4` | `0.36.2` |



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/moby/sys/mount` from 0.3.4 to 0.3.5
- [Release notes](https://github.com/moby/sys/releases)
- [Commits](moby/sys@mount/v0.3.4...mount/v0.3.5)

Updates `github.com/onsi/ginkgo/v2` from 2.28.1 to 2.31.0
- [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.31.0)

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/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/prometheus-community/pro-bing` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/prometheus-community/pro-bing/releases)
- [Commits](prometheus-community/pro-bing@v0.8.0...v0.9.0)

Updates `github.com/urfave/cli/v3` from 3.8.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.8.0...v3.10.0)

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

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

---
updated-dependencies:
- 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/moby/sys/mount
  dependency-version: 0.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/opencontainers/runtime-spec
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: github.com/prometheus-community/pro-bing
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: github.com/urfave/cli/v3
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: golang.org/x/sys
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: k8s.io/cri-api
  dependency-version: 0.36.2
  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 Jun 15, 2026
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