Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/hack/tools/all-go-mod-patch-and-minor-68d418a59c
Closed

🌱 Bump the all-go-mod-patch-and-minor group across 1 directory with 7 updates#93
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/hack/tools/all-go-mod-patch-and-minor-68d418a59c

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps the all-go-mod-patch-and-minor group with 5 updates in the /test/e2e directory:

Package From To
github.com/apache/cloudstack-go/v2 2.17.0 2.18.1
github.com/onsi/ginkgo/v2 2.23.3 2.27.2
k8s.io/api 0.32.3 0.32.9
sigs.k8s.io/cluster-api 1.10.4 1.10.8
sigs.k8s.io/cluster-api/test 1.10.4 1.10.8

Updates github.com/apache/cloudstack-go/v2 from 2.17.0 to 2.18.1

Release notes

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

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

SDK release for ACS 4.21.0

What's Changed

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

v2.17.2

What's Changed

New Contributors

Full Changelog: apache/cloudstack-go@v2.17.1...v2.17.2

v2.17.1

What's Changed

New Contributors

Full Changelog: apache/cloudstack-go@v2.17.0...v2.17.1

Commits
  • 3a1384d Fix CNI Configuration as it internally uses UserData (#125)
  • cff4f1b Update listApis with 4.21.0 APIs (#120)
  • ab2a5ff Update counter, condition and autoscale policies type in responses (#119)
  • cf004e9 Fix format of details map for update VM (#118)
  • 9a71f69 rat cli check and exclude list (#116)
  • 10ff80d Zone and Pod update responses aren't being processed correctly
  • 306411a Fix generation of otherdeployparams's setters #117
  • f678fc1 Fix generation of otherdeployparams's setters
  • a5b2c6a Update .rat-excludes
  • fa91611 Merge branch 'main' into rat
  • Additional commits viewable in compare view

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

Release notes

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

v2.27.2

2.27.2

Fixes

  • inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]

Maintenance

  • Fix syntax errors and typo [a99c6e0]
  • Fix paragraph position error [f993df5]

v2.27.1

2.27.1

Fixes

  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

v2.27.0

2.27.0

Features

Transforming Nodes during Tree Construction

This release adds support for NodeArgsTransformers that can be registered with AddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn more here.

Spec Prioritization

A new SpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs

Learn more here.

Maintenance

  • Bump rexml from 3.4.0 to 3.4.2 in /docs (#1595) [1333dae]
  • Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (#1600) [17ae63e]

v2.26.0

2.26.0

Features

Ginkgo can now generate json-formatted reports that are compatible with the go test json format. Use ginkgo --gojson-report=report.go.json. This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.

v2.25.3

2.25.3

... (truncated)

Changelog

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

2.27.2

Fixes

  • inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]

Maintenance

  • Fix syntax errors and typo [a99c6e0]
  • Fix paragraph position error [f993df5]

2.27.1

Fixes

  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

2.27.0

Features

Transforming Nodes during Tree Construction

This release adds support for NodeArgsTransformers that can be registered with AddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn more here.

Spec Prioritization

A new SpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs

Learn more here.

Maintenance

  • Bump rexml from 3.4.0 to 3.4.2 in /docs (#1595) [1333dae]
  • Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (#1600) [17ae63e]

2.26.0

Features

Ginkgo can now generate json-formatted reports that are compatible with the go test json format. Use ginkgo --gojson-report=report.go.json. This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.

2.25.3

Fixes

  • emit --github-output group only for progress report itself [f01aed1]

2.25.2

... (truncated)

Commits
  • 9a84c21 v2.27.2
  • a69113a inline automaxprocs to simplify dependencies; this will be removed when Go 1....
  • a99c6e0 Fix syntax errors and typo
  • f993df5 Fix paragraph position error
  • 56cb393 v2.27.1
  • 2ce3f13 reporters: add enhanced bounds checking in emitTimeline to prevent slice panic
  • acf208a Adding check for malformed date
  • 51090a8 Updating after docs run
  • 606c1cb Fix Ginkgo Reporter slice-bounds panic
  • a6463b3 Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.36.3 to 1.38.2

Release notes

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

v1.38.2

1.38.2

  • roll back to go 1.23.0 [c404969]

v1.38.1

1.38.1

Fixes

Numerous minor fixes and dependency bumps

v1.38.0

1.38.0

Features

  • gstruct handles extra unexported fields [4ee7ed0]

Fixes

  • support [] in IgnoringTopFunction function signatures (#851) [36bbf72]

Maintenance

  • Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
  • Fix typo [acd1f55]
  • Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
  • Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
  • Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
  • Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
  • Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
  • Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
  • Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]

v1.37.0

1.37.0

Features

  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
Changelog

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

1.38.2

  • roll back to go 1.23.0 [c404969]

1.38.1

Fixes

Numerous minor fixes and dependency bumps

1.38.0

Features

  • gstruct handles extra unexported fields [4ee7ed0]

Fixes

  • support [] in IgnoringTopFunction function signatures (#851) [36bbf72]

Maintenance

  • Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
  • Fix typo [acd1f55]
  • Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
  • Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
  • Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
  • Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
  • Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
  • Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
  • Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]

1.37.0

Features

  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
Commits

Updates k8s.io/api from 0.32.3 to 0.32.9

Commits

Updates k8s.io/apimachinery from 0.32.3 to 0.32.9

Commits

Updates sigs.k8s.io/cluster-api from 1.10.4 to 1.10.8

Release notes

Sourced from sigs.k8s.io/cluster-api's releases.

v1.10.8

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.33.x
  • Workload Cluster: v1.26.x -> v1.33.x

More information about version support can be found here

Changes since v1.10.7

📈 Overview

  • 4 new commits merged
  • 1 feature addition ✨

✨ New Features

  • KCP: Bump coredns/corefile-migration to v1.0.29 (#12864)

🌱 Others

  • clusterctl: Bump cert-manager to v1.19.1 (#12876)
  • clusterctl: Bump cert-manager version to v1.19.0 (#12834)

📖 Additionally, there has been 1 contribution to our documentation and book. (#12838)

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.10.7

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.33.x
  • Workload Cluster: v1.26.x -> v1.33.x

More information about version support can be found here

Changes since v1.10.6

📈 Overview

  • 2 new commits merged
  • 1 feature addition ✨

✨ New Features

  • KCP: Bump coredns/corefile-migration to v1.0.28 (#12749)

... (truncated)

Commits
  • eb0b49e Merge pull request #12876 from k8s-infra-cherrypick-robot/cherry-pick-12873-t...
  • 97d5850 Bump cert-manager to v1.19.1
  • 10a3afb Merge pull request #12864 from wendy-ha18/bump-coredns-to-release-1.10
  • 8d3d981 feat: Bump coredns/corefile-migration to v1.0.29 to release 1.10
  • b9f7127 Merge pull request #12838 from k8s-infra-cherrypick-robot/cherry-pick-12835-t...
  • be36051 Fix broken links in book
  • 1082db6 Merge pull request #12834 from arshadd-b/bump-cert-manager
  • f241c76 Bump cert-manager version
  • 53c0cef Merge pull request #12783 from s3rj1k/fix-12311_release-1.10
  • 6b2bfda 🌱 Fix flaky test in extensionconfig_controller_test.go (#12386)
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api/test from 1.10.4 to 1.10.8

Release notes

Sourced from sigs.k8s.io/cluster-api/test's releases.

v1.10.8

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.33.x
  • Workload Cluster: v1.26.x -> v1.33.x

More information about version support can be found here

Changes since v1.10.7

📈 Overview

  • 4 new commits merged
  • 1 feature addition ✨

✨ New Features

  • KCP: Bump coredns/corefile-migration to v1.0.29 (#12864)

🌱 Others

  • clusterctl: Bump cert-manager to v1.19.1 (#12876)
  • clusterctl: Bump cert-manager version to v1.19.0 (#12834)

📖 Additionally, there has been 1 contribution to our documentation and book. (#12838)

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.10.7

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.33.x
  • Workload Cluster: v1.26.x -> v1.33.x

More information about version support can be found here

Changes since v1.10.6

📈 Overview

  • 2 new commits merged
  • 1 feature addition ✨

✨ New Features

  • KCP: Bump coredns/corefile-migration to v1.0.28 (#12749)

... (truncated)

Commits
  • eb0b49e Merge pull request #12876 from k8s-infra-cherrypick-robot/cherry-pick-12873-t...
  • 97d5850 Bump cert-manager to v1.19.1
  • 10a3afb Merge pull request #12864 from wendy-ha18/bump-coredns-to-release-1.10
  • 8d3d981 feat: Bump coredns/corefile-migration to v1.0.29 to release 1.10
  • b9f7127 Merge pull request #12838 from k8s-infra-cherrypick-robot/cherry-pick-12835-t...
  • be36051 Fix broken links in book
  • 1082db6 Merge pull request #12834 from arshadd-b/bump-cert-manager
  • f241c76 Bump cert-manager version
  • 53c0cef Merge pull request #12783 from s3rj1k/fix-12311_release-1.10
  • 6b2bfda 🌱 Fix flaky test in extensionconfig_controller_test.go (#12386)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 5 updates in the /test/e2e directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/apache/cloudstack-go/v2](https://github.com/apache/cloudstack-go) | `2.17.0` | `2.18.1` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.23.3` | `2.27.2` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.32.3` | `0.32.9` |
| [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) | `1.10.4` | `1.10.8` |
| [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) | `1.10.4` | `1.10.8` |



Updates `github.com/apache/cloudstack-go/v2` from 2.17.0 to 2.18.1
- [Release notes](https://github.com/apache/cloudstack-go/releases)
- [Commits](apache/cloudstack-go@v2.17.0...v2.18.1)

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

Updates `github.com/onsi/gomega` from 1.36.3 to 1.38.2
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.36.3...v1.38.2)

Updates `k8s.io/api` from 0.32.3 to 0.32.9
- [Commits](kubernetes/api@v0.32.3...v0.32.9)

Updates `k8s.io/apimachinery` from 0.32.3 to 0.32.9
- [Commits](kubernetes/apimachinery@v0.32.3...v0.32.9)

Updates `sigs.k8s.io/cluster-api` from 1.10.4 to 1.10.8
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.10.4...v1.10.8)

Updates `sigs.k8s.io/cluster-api/test` from 1.10.4 to 1.10.8
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.10.4...v1.10.8)

---
updated-dependencies:
- dependency-name: github.com/apache/cloudstack-go/v2
  dependency-version: 2.18.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.27.2
  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.38.2
  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.32.9
  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.32.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/cluster-api
  dependency-version: 1.10.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-version: 1.10.8
  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 Nov 10, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 24, 2025

Superseded by #95.

@dependabot dependabot bot closed this Nov 24, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/hack/tools/all-go-mod-patch-and-minor-68d418a59c branch November 24, 2025 10:58
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