Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 15, 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.1 2.19.0
github.com/onsi/ginkgo/v2 2.23.4 2.27.3
k8s.io/api 0.33.3 0.33.7
sigs.k8s.io/cluster-api 1.11.3 1.11.4
sigs.k8s.io/cluster-api/test 1.11.3 1.11.4

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

Release notes

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

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

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

Commits

Updates github.com/onsi/ginkgo/v2 from 2.23.4 to 2.27.3

Release notes

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

v2.27.3

2.27.3

Fixes

report exit result in case of failure [1c9f356] fix data race [ece19c8]

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

... (truncated)

Changelog

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

2.27.3

Fixes

report exit result in case of failure [1c9f356] fix data race [ece19c8]

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

... (truncated)

Commits
  • f331739 v2.27.3
  • 1c9f356 ginkgo: report exit result in case of failure
  • ece19c8 ginkgo: fix data race
  • 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
  • Additional commits viewable in compare view

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

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

Commits

Updates k8s.io/api from 0.33.3 to 0.33.7

Commits

Updates k8s.io/apimachinery from 0.33.3 to 0.33.7

Commits

Updates sigs.k8s.io/cluster-api from 1.11.3 to 1.11.4

Release notes

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

v1.11.4

👌 Kubernetes version support

  • Management Cluster: v1.30.x -> v1.34.x
  • Workload Cluster: v1.28.x -> v1.34.x

More information about version support can be found here

Changes since v1.11.3

📈 Overview

  • 19 new commits merged
  • 4 bugs fixed 🐛

🐛 Bug Fixes

  • ClusterClass: Do not overwrite global http.DefaultClient TLSConfig (#13062)
  • ClusterClass: Stop writing zero values for spec.controlPlaneEndpoint to ControlPlane objects (#12982)
  • e2e: Fix WaitForMachinesReady interval (#13052)
  • util: Fix a panic in conditions.Delete method if the sources condition list is empty (#13054)

🌱 Others

  • API: Relax validation for Machine .status.addresses to maximum of 128 instead of 32 items (#13091)
  • CI: Ensure KAL is compiled using golangci-lint v2.7.0 (#13107)
  • Dependency: Bump Go to v1.24.10 (#12963)
  • Dependency: Bump Go to v1.24.11 (#13112)
  • Dependency: Bump golang.org/x/crypto to v0.45 to fix CVE (#13037)
  • e2e: Allow usage of v1beta1 and v1beta2 for MachinePools in clusterctl upgrade (#13023)
  • e2e: Do not expect Machines for MachinePools not supporting Machines (#13078)
  • e2e: Make clusterctl upgrade test to work when there are no machines (#13073)
  • e2e: Skip test using outdated docker client (#13127)
  • e2e: Use crane to pre-pull images instead of docker pull (#13120)
  • e2e: Use wait-machine-upgrade timeout in ClusterClassChanges tests to wait for machines to be ready (#13022)
  • KCP: Avoid KCP rollouts if only ControlPlaneComponentHealthCheckSeconds is changed (#13030)
  • KCP: Fix race condition on KCP initialized condition (#12986)
  • Runtime SDK: Add httpClientCache to runtime client (#13083)

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

Dependencies

Added

Nothing has changed.

Changed

  • golang.org/x/crypto: v0.40.0 → v0.45.0
  • golang.org/x/mod: v0.25.0 → v0.29.0
  • golang.org/x/net: v0.42.0 → v0.47.0
  • golang.org/x/sync: v0.16.0 → v0.18.0
  • golang.org/x/sys: v0.34.0 → v0.38.0
  • golang.org/x/telemetry: bda5523 → 078029d
  • golang.org/x/term: v0.33.0 → v0.37.0

... (truncated)

Commits
  • 5226d3f Merge pull request #13127 from fabriziopandini/skip-test-using-outdated-docke...
  • 96fd28a Skip test using outdated docker client
  • 6be63ce Merge pull request #13120 from k8s-infra-cherrypick-robot/cherry-pick-13113-t...
  • 57f2e1f e2e: use crane to pre-pull images instead of docker pull
  • 059ffad Merge pull request #13112 from k8s-infra-cherrypick-robot/cherry-pick-13106-t...
  • f1ed92a Bump Go to v1.24.11
  • 64ec48a Merge pull request #13107 from chrischdi/pr-kal-golangcilint-2-7-0
  • 061947f Makefile: ensure KAL is compiled using golangci-lint v2.7.0
  • 889987e Merge pull request #13091 from k8s-infra-cherrypick-robot/cherry-pick-13060-t...
  • 94a7f97 api: relax validation for Machine .status.addresses to maximum of 128 instead...
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api/test from 1.11.3 to 1.11.4

Release notes

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

v1.11.4

👌 Kubernetes version support

  • Management Cluster: v1.30.x -> v1.34.x
  • Workload Cluster: v1.28.x -> v1.34.x

More information about version support can be found here

Changes since v1.11.3

📈 Overview

  • 19 new commits merged
  • 4 bugs fixed 🐛

🐛 Bug Fixes

  • ClusterClass: Do not overwrite global http.DefaultClient TLSConfig (#13062)
  • ClusterClass: Stop writing zero values for spec.controlPlaneEndpoint to ControlPlane objects (#12982)
  • e2e: Fix WaitForMachinesReady interval (#13052)
  • util: Fix a panic in conditions.Delete method if the sources condition list is empty (#13054)

🌱 Others

  • API: Relax validation for Machine .status.addresses to maximum of 128 instead of 32 items (#13091)
  • CI: Ensure KAL is compiled using golangci-lint v2.7.0 (#13107)
  • Dependency: Bump Go to v1.24.10 (#12963)
  • Dependency: Bump Go to v1.24.11 (#13112)
  • Dependency: Bump golang.org/x/crypto to v0.45 to fix CVE (#13037)
  • e2e: Allow usage of v1beta1 and v1beta2 for MachinePools in clusterctl upgrade (#13023)
  • e2e: Do not expect Machines for MachinePools not supporting Machines (#13078)
  • e2e: Make clusterctl upgrade test to work when there are no machines (#13073)
  • e2e: Skip test using outdated docker client (#13127)
  • e2e: Use crane to pre-pull images instead of docker pull (#13120)
  • e2e: Use wait-machine-upgrade timeout in ClusterClassChanges tests to wait for machines to be ready (#13022)
  • KCP: Avoid KCP rollouts if only ControlPlaneComponentHealthCheckSeconds is changed (#13030)
  • KCP: Fix race condition on KCP initialized condition (#12986)
  • Runtime SDK: Add httpClientCache to runtime client (#13083)

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

Dependencies

Added

Nothing has changed.

Changed

  • golang.org/x/crypto: v0.40.0 → v0.45.0
  • golang.org/x/mod: v0.25.0 → v0.29.0
  • golang.org/x/net: v0.42.0 → v0.47.0
  • golang.org/x/sync: v0.16.0 → v0.18.0
  • golang.org/x/sys: v0.34.0 → v0.38.0
  • golang.org/x/telemetry: bda5523 → 078029d
  • golang.org/x/term: v0.33.0 → v0.37.0

... (truncated)

Commits
  • 5226d3f Merge pull request #13127 from fabriziopandini/skip-test-using-outdated-docke...
  • 96fd28a Skip test using outdated docker client
  • 6be63ce Merge pull request #13120 from k8s-infra-cherrypick-robot/cherry-pick-13113-t...
  • 57f2e1f e2e: use crane to pre-pull images instead of docker pull
  • 059ffad Merge pull request #13112 from k8s-infra-cherrypick-robot/cherry-pick-13106-t...
  • f1ed92a Bump Go to v1.24.11
  • 64ec48a Merge pull request #13107 from chrischdi/pr-kal-golangcilint-2-7-0
  • 061947f Makefile: ensure KAL is compiled using golangci-lint v2.7.0
  • 889987e Merge pull request #13091 from k8s-infra-cherrypick-robot/cherry-pick-13060-t...
  • 94a7f97 api: relax validation for Machine .status.addresses to maximum of 128 instead...
  • 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.1` | `2.19.0` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.23.4` | `2.27.3` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.33.3` | `0.33.7` |
| [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) | `1.11.3` | `1.11.4` |
| [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) | `1.11.3` | `1.11.4` |



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

Updates `github.com/onsi/ginkgo/v2` from 2.23.4 to 2.27.3
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.23.4...v2.27.3)

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

Updates `k8s.io/api` from 0.33.3 to 0.33.7
- [Commits](kubernetes/api@v0.33.3...v0.33.7)

Updates `k8s.io/apimachinery` from 0.33.3 to 0.33.7
- [Commits](kubernetes/apimachinery@v0.33.3...v0.33.7)

Updates `sigs.k8s.io/cluster-api` from 1.11.3 to 1.11.4
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.11.3...v1.11.4)

Updates `sigs.k8s.io/cluster-api/test` from 1.11.3 to 1.11.4
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.11.3...v1.11.4)

---
updated-dependencies:
- dependency-name: github.com/apache/cloudstack-go/v2
  dependency-version: 2.19.0
  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.3
  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-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-version: 0.33.7
  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.33.7
  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.11.4
  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.11.4
  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 Dec 15, 2025
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.

1 participant