Skip to content

🌱 Bump the all-go-mod-patch-and-minor group across 1 directory with 5 updates - #124

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/hack/tools/all-go-mod-patch-and-minor-8243d24b94
Open

🌱 Bump the all-go-mod-patch-and-minor group across 1 directory with 5 updates#124
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/hack/tools/all-go-mod-patch-and-minor-8243d24b94

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown

Bumps the all-go-mod-patch-and-minor group with 3 updates in the /test/e2e directory: github.com/apache/cloudstack-go/v2, github.com/onsi/ginkgo/v2 and k8s.io/api.

Updates github.com/apache/cloudstack-go/v2 from 2.19.0 to 2.19.1

Release notes

Sourced from github.com/apache/cloudstack-go/v2's releases.

v2.19.1

What's Changed

New Contributors

Full Changelog: apache/cloudstack-go@v2.19.0...v2.19.1

Commits
  • e463cd1 Fix list response keys derived from the API name (#162)
  • 6b701ff Fix the servicecapabilitylist type for create VPC & Network Offerings (#158)
  • 37d668c Fix listing virtual machines with vnfnics (#161)
  • 35cbeda Add support for 4.22.1.0 release (#143)
  • a2e753b Updated MS maintenance APIs (#134)
  • 0b7f205 Fix datadisksdetails (#141)
  • 340f0b1 Fix list-response JSON tags and guard getRawValue against empty arrays (#154)
  • 2b126ae fix: add importVm to detailsRequireZeroIndex and regenerate (#148)
  • 2e70b79 Fix dropped generate error (#138)
  • e2d3072 Fix panic when serializing UUID-typed request parameters (#160)
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.27.2 to 2.32.1

Release notes

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

v2.32.1

2.32.1

Fixes

  • Defer AfterAll until repeated spec completes [e647b3b]

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

v2.28.3

2.28.3

Maintenance

Bump all dependencies

v2.28.2

2.28.2

... (truncated)

Changelog

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

2.32.1

Fixes

  • Defer AfterAll until repeated spec completes [e647b3b]

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

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]

... (truncated)

Commits
  • f2d0f65 v2.32.1
  • e647b3b Defer AfterAll until repeated spec completes
  • 09bbf5f Properly Punctuate Possessive Pronoun "Its"
  • 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.
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.38.2 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.

v1.39.1

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

v1.39.0

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

v1.38.3

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

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.

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

Commits

Updates k8s.io/api from 0.34.3 to 0.34.10

Commits
  • 06d3e85 Update dependencies to v0.34.10 tag
  • f40c031 Merge pull request #139665kmala/automated-cherry-pick-of-#137451
  • ac55670 Update google.golang.org/protobuf to v1.36.12-0.20260120151049-f2248ac996af
  • ad42a1f Merge pull request #138357 from dims/update-moby-spdystream-v0.5.1-1.34
  • f7287d9 Merge pull request #138349 from dashpole/update_prop_34
  • 39fcc47 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • dfcdfcd update go.opentelemetry.io/otel to v1.41.0
  • See full diff in compare view

Updates k8s.io/apimachinery from 0.34.3 to 0.34.10

Commits
  • 57ea95f Merge pull request #139665kmala/automated-cherry-pick-of-#137451
  • d8d0b08 Update google.golang.org/protobuf to v1.36.12-0.20260120151049-f2248ac996af
  • 454f531 Merge pull request #138357 from dims/update-moby-spdystream-v0.5.1-1.34
  • e44e450 Merge pull request #138349 from dashpole/update_prop_34
  • e2c5a26 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 03b02ab update go.opentelemetry.io/otel to v1.41.0
  • See full diff 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

… updates

Bumps the all-go-mod-patch-and-minor group with 3 updates in the /test/e2e directory: [github.com/apache/cloudstack-go/v2](https://github.com/apache/cloudstack-go), [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [k8s.io/api](https://github.com/kubernetes/api).


Updates `github.com/apache/cloudstack-go/v2` from 2.19.0 to 2.19.1
- [Release notes](https://github.com/apache/cloudstack-go/releases)
- [Commits](apache/cloudstack-go@v2.19.0...v2.19.1)

Updates `github.com/onsi/ginkgo/v2` from 2.27.2 to 2.32.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.27.2...v2.32.1)

Updates `github.com/onsi/gomega` from 1.38.2 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.38.2...v1.40.0)

Updates `k8s.io/api` from 0.34.3 to 0.34.10
- [Commits](kubernetes/api@v0.34.3...v0.34.10)

Updates `k8s.io/apimachinery` from 0.34.3 to 0.34.10
- [Commits](kubernetes/apimachinery@v0.34.3...v0.34.10)

---
updated-dependencies:
- dependency-name: github.com/apache/cloudstack-go/v2
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-version: 0.34.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.34.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Go related dependabot issues labels Aug 17, 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 Go related dependabot issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants