Skip to content

Bump the go-dependencies group across 1 directory with 7 updates#179

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

Bump the go-dependencies group across 1 directory with 7 updates#179
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-e5b3198200

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 3 updates in the / directory: github.com/getkin/kin-openapi, github.com/ironcore-dev/ironcore-image and github.com/ironcore-dev/ironcore-net.

Updates github.com/getkin/kin-openapi from 0.138.0 to 0.142.0

Release notes

Sourced from github.com/getkin/kin-openapi's releases.

v0.142.0

What's Changed

Full Changelog: getkin/kin-openapi@v0.141.0...v0.142.0

v0.141.0

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.140.0...v0.141.0

v0.140.0

What's Changed

Full Changelog: getkin/kin-openapi@v0.139.0...v0.140.0

v0.139.0

What's Changed

... (truncated)

Commits
  • 1223a0f openapi3filter: fix unbounded allocation in deepObject array decoding (C-02)
  • 61f37b6 openapi3: move a test file under a test package
  • eab5230 openapi3: fix test that relied on now non-resolving domain
  • 1d0a337 Merge commit from fork
  • 98d9564 qol: Makefile for shorthand commands + preflight scripts (#1217)
  • b5bb6bc openapi3: make operation responses optional for 3.1+ (#1214)
  • ae6bf33 openapi3: support OAS 3.2 itemSchema (#1213)
  • 1b54e4c docs: Go Report Card has been sunset (#1210)
  • 4a0d049 origin: record scalar-valued map keys for location lookup (#1208)
  • 26c42cf openapi3: record block end on Origin.Key (EndLine/EndColumn) (#1207)
  • Additional commits viewable in compare view

Updates github.com/ironcore-dev/ironcore-image from 0.4.0 to 0.5.0

Release notes

Sourced from github.com/ironcore-dev/ironcore-image's releases.

v0.5.0

Changes

🚀 Features

🧰 Maintenance

Commits
  • 5ddb4eb Bump the go-dependencies group with 3 updates (#259)
  • 225b0b7 Bump github.com/containerd/containerd from 1.7.31 to 1.7.32 (#258)
  • 120b8d1 Bump the go-dependencies group with 2 updates (#257)
  • 8c86377 Bump the go-dependencies group with 3 updates (#256)
  • f89db68 Bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0 (#254)
  • 921ae67 Bump github.com/onsi/ginkgo/v2 in the go-dependencies group (#255)
  • 433192b Default to pushing sub-manifests (#253)
  • 260c53f Move main package to cmd/ironcore-image (#251)
  • See full diff in compare view

Updates github.com/ironcore-dev/ironcore-net from 0.3.0 to 0.4.1

Release notes

Sourced from github.com/ironcore-dev/ironcore-net's releases.

v0.4.1

Changes

🐛 Bug Fixes

🧰 Maintenance

v0.4.0

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Commits
  • 5a86d8b Fix NATGateway watch setup in apinetlet (#507)
  • 030d29c Bump actions/checkout from 6 to 7 in the gh-actions-dependencies group (#505)
  • 7ddfbf6 Bump github.com/onsi/ginkgo/v2 from 2.31.0 to 2.32.0 in the go-dependencies g...
  • 3c58cf4 Bump the go-dependencies group with 2 updates (#502)
  • 9fd86cf Bump the go-dependencies group with 4 updates (#501)
  • b904b24 Bump github.com/bits-and-blooms/bitset from 1.24.4 to 1.24.5 in the go-depend...
  • 10b6c5b Drop vgopath from API code generation (#499)
  • 80ad131 Fix Source / Target binding labels (#490)
  • cffc6e7 Bump the go-dependencies group across 1 directory with 2 updates (#496)
  • 6fb42db Move watch cache manipulation to metalnet cluster (#498)
  • Additional commits viewable in compare view

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

Release notes

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

v2.32.0

2.32.0

-fd generate RSpec-style documentation output. Thank @​woodie ! --sleep-on-failure pauses a failed spec before teardown. Thanks @​qinqon !

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

Changelog

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

2.32.0

-fd generate RSpec-style documentation output. Thank @​woodie ! --sleep-on-failure pauses a failed spec before teardown. Thanks @​qinqon !

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

Commits
  • 9ff1646 v2.32.0
  • 0491f2a Make -fd exclusive of -p/-procs and -randomize-all
  • 334f74a respect SilenceSkips in fd mode, add test
  • 21047ce No need for a new method.
  • 7d281e1 Break out to two methods.
  • 5313727 More integration, fewer changes.
  • b83f524 Fewer new methods.
  • 73c59df feat: add -fd flag for RSpec-style documentation output
  • 76a2074 feat: add --sleep-on-failure to pause a failed spec before teardown
  • 3c7bde4 v2.31.0
  • Additional commits viewable in compare view

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

Release notes

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

v1.42.0

1.42.0

Add a set of Claude skill as a marketplace plugin

v1.41.0

No release notes provided.

Changelog

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

1.42.0

Add a set of Claude skill as a marketplace plugin

1.41.0

Features

Add BeASlice and BeAnArray matchers

Fixes

Object formatting now detects pointer cycles to avoid runaway formatting output.

Commits
  • 35ca084 v1.42.0
  • d72697b v1.42.0 (full)
  • 1f95d86 add a set of claude skills as a marketplace plugin
  • af2bccb v1.41.0
  • 73e81f6 v1.41.0 (full)
  • e35a84f feat: devcontainer configuration with local pkgsite and GH pages
  • f12e5e1 fix(format): detect pointer cycles to avoid runaway formatting output
  • e14831f Add optionalDescription docs to AsyncAssertion and Assertion interfaces
  • 344b94d Add BeASlice and BeAnArray matchers
  • See full diff in compare view

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

Commits

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 22, 2026
@dependabot dependabot Bot requested a review from a team June 22, 2026 22:13
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-e5b3198200 branch from 849ba2c to 137f634 Compare July 6, 2026 22:14
Bumps the go-dependencies group with 3 updates in the / directory: [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi), [github.com/ironcore-dev/ironcore-image](https://github.com/ironcore-dev/ironcore-image) and [github.com/ironcore-dev/ironcore-net](https://github.com/ironcore-dev/ironcore-net).


Updates `github.com/getkin/kin-openapi` from 0.138.0 to 0.142.0
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](getkin/kin-openapi@v0.138.0...v0.142.0)

Updates `github.com/ironcore-dev/ironcore-image` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/ironcore-dev/ironcore-image/releases)
- [Commits](ironcore-dev/ironcore-image@v0.4.0...v0.5.0)

Updates `github.com/ironcore-dev/ironcore-net` from 0.3.0 to 0.4.1
- [Release notes](https://github.com/ironcore-dev/ironcore-net/releases)
- [Commits](ironcore-dev/ironcore-net@v0.3.0...v0.4.1)

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

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

Updates `golang.org/x/sync` from 0.20.0 to 0.21.0
- [Commits](golang/sync@v0.20.0...v0.21.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)

---
updated-dependencies:
- dependency-name: github.com/getkin/kin-openapi
  dependency-version: 0.140.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/ironcore-dev/ironcore-image
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/ironcore-dev/ironcore-net
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.42.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: google.golang.org/grpc
  dependency-version: 1.81.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-e5b3198200 branch from 137f634 to 5d88469 Compare July 13, 2026 22:13
@dependabot dependabot Bot requested a review from a team as a code owner July 13, 2026 22:13
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 size/L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants