Skip to content

chore(deps): Bump the backend group across 1 directory with 4 updates#5

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/backend-e69583b068
Open

chore(deps): Bump the backend group across 1 directory with 4 updates#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/backend-e69583b068

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps the backend group with 4 updates in the / directory: github.com/jackpal/gateway, github.com/onsi/ginkgo/v2, github.com/opencontainers/runtime-spec and k8s.io/cri-api.

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

Release notes

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

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.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/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 k8s.io/cri-api from 0.35.4 to 0.36.0

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 dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 27, 2026
Bumps the backend group with 4 updates in the / directory: [github.com/jackpal/gateway](https://github.com/jackpal/gateway), [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [github.com/opencontainers/runtime-spec](https://github.com/opencontainers/runtime-spec) and [k8s.io/cri-api](https://github.com/kubernetes/cri-api).


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.2
- [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.2)

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 `k8s.io/cri-api` from 0.35.4 to 0.36.0
- [Commits](kubernetes/cri-api@v0.35.4...v0.36.0)

---
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/onsi/ginkgo/v2
  dependency-version: 2.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: k8s.io/cri-api
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/backend-e69583b068 branch from 3c31dd1 to 42600f4 Compare April 27, 2026 22:45
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