Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/test/e2e/all-go-mod-patch-and-minor-fbd0e14260
Open

🌱 Bump the all-go-mod-patch-and-minor group across 1 directory with 3 updates#128
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/test/e2e/all-go-mod-patch-and-minor-fbd0e14260

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 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 github.com/onsi/gomega.

Updates github.com/apache/cloudstack-go/v2 from 2.17.1 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

v2.19.0

SDK release for ACS 4.22.0

What's Changed

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

v2.18.1

Adds a fix for CNI management over the SDK release for 4.21.0 (v2.18.0).

What's Changed

Full Changelog: apache/cloudstack-go@v2.18.0...v2.18.1

v2.18.0

... (truncated)

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

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

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.40.0 to 1.43.0

Release notes

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

v1.43.0

1.43.0

Features

Add gomock adaptor extension for using Gomega matchers with gomock

v1.42.1

1.42.1

Bump Dependencies

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

Features

Add gomock adaptor extension for using Gomega matchers with gomock

1.42.1

Bump Dependencies

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

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 [github.com/onsi/gomega](https://github.com/onsi/gomega).


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

Updates `github.com/onsi/ginkgo/v2` from 2.28.3 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.28.3...v2.32.1)

Updates `github.com/onsi/gomega` from 1.40.0 to 1.43.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.43.0)

---
updated-dependencies:
- dependency-name: github.com/apache/cloudstack-go/v2
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Sep 2, 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