Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

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

Package From To
github.com/gophercloud/gophercloud/v2 2.8.0 2.9.0
github.com/hashicorp/go-version 1.7.0 1.8.0
github.com/k-orc/openstack-resource-controller/v2 2.2.0 2.3.0
github.com/onsi/gomega 1.38.2 1.38.3
golang.org/x/crypto 0.43.0 0.46.0
k8s.io/api 0.33.5 0.33.7
k8s.io/apiextensions-apiserver 0.33.5 0.33.7
sigs.k8s.io/cluster-api 1.11.2 1.12.0
sigs.k8s.io/cluster-api/test 1.11.0 1.12.0

Updates github.com/gophercloud/gophercloud/v2 from 2.8.0 to 2.9.0

Release notes

Sourced from github.com/gophercloud/gophercloud/v2's releases.

v2.9.0

What's Changed

Full Changelog: gophercloud/gophercloud@v2.8.0...v2.9.0

Changelog

Sourced from github.com/gophercloud/gophercloud/v2's changelog.

v2.9.0 (2025-11-17)

  • GH-3508 [v2] Trigger "hold" workflow on merge groups
  • GH-3511 [v2] Closes #2321 - Fix TestRolesCRUD by including DomainID to TestRolesCRUD
  • GH-3513 [v2] build(deps): bump actions/labeler from 5 to 6
  • GH-3516 [v2] refactor: Trivial fixes
  • GH-3524 [v2] [glance]: Add 'uploading' status
  • GH-3525 [v2] compute: Add host aggregate uuid field
  • GH-3526 [v2] Enable deletion for network and loadbalancer quotas
  • GH-3541 [v2] docs: Document tested releases for acceptance tests
  • GH-3544 [v2] Identity V3: Add Options field to roles.
  • GH-3547 [v2] Add config_drive to server struct
  • GH-3548 [v2] Identity: Add description field to roles
  • GH-3549 [v2] compute: add cpu info topology cells entry
  • GH-3550 [v2] Migrate epoxy jobs to Ubuntu 24.04 (Noble), drop caracal jobs
  • GH-3551 [v2] build(deps): bump github/codeql-action from 3 to 4
  • GH-3557 [v2] Fix EC2 authentication to work with new Keystone auth requirement
  • GH-3558 [v2] identity/services: add omitempty to the type field
  • GH-3559 [v2] fix: handle Nova create image response for microversion 2.45 and above
Commits
  • fba717b Merge pull request #3560 from shiftstack/prepare-v2.9.0
  • b873723 Prepare for v2.9.0
  • 9e7cfc0 Merge pull request #3559 from gophercloud/bp-v2-398a995
  • 0f47c99 fix: handle Nova create image response for microversion 2.45 and above
  • a0bd339 Merge pull request #3558 from gophercloud/bp-v2-47c5691
  • 2c52f33 identity/services: add omitempty to the type field
  • cac4191 Merge pull request #3557 from gophercloud/bp-v2-69bd65e
  • 891f073 Fix EC2 authentication to work with new Keystone auth requirement
  • 71761e6 Merge pull request #3526 from gophercloud/bp-v2-81eb442-1abcebd-a108557
  • c940b04 Merge pull request #3549 from gophercloud/bp-v2-86e7a03
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-version from 1.7.0 to 1.8.0

Release notes

Sourced from github.com/hashicorp/go-version's releases.

v1.8.0

What's Changed

New Contributors

Full Changelog: hashicorp/go-version@v1.7.0...v1.8.0

Changelog

Sourced from github.com/hashicorp/go-version's changelog.

1.8.0 (Nov 28, 2025)

ENHANCEMENTS:

INTERNAL:

Commits
  • 505335e Merge pull request #175 from florianl/drop-init
  • 6dd734b drop init()
  • 0824a89 Merge pull request #172 from hashicorp/compliance/update-headers
  • 9325934 [COMPLIANCE] Update Copyright and License Headers
  • 5b82b98 Bump the github-actions-breaking group across 1 directory with 2 updates (#171)
  • 6c6cd77 Bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions-breaking grou...
  • 0e50733 Bump actions/cache from 4.2.3 to 4.2.4 in the github-actions-backward-compati...
  • 4e24ef1 Bytes implementation (#161)
  • 437649a Add benchmark test for version.String() (#159)
  • b6c4db5 Merge pull request #158 from hashicorp/compliance-template
  • Additional commits viewable in compare view

Updates github.com/k-orc/openstack-resource-controller/v2 from 2.2.0 to 2.3.0

Release notes

Sourced from github.com/k-orc/openstack-resource-controller/v2's releases.

Release v2.3.0

What's Changed

This release brings support for updating resources after creation for all relevant controllers. You can now modify your OpenStack infrastructure in-place without recreating resources, enabling true lifecycle management for production workloads.

It also adds support for the VolumeType and Volume controllers, completing the the core OpenStack resources coverage (compute, network, and storage).

New controllers

  • Volume: Manage Cinder block storage volumes
  • VolumeType: Manage Cinder volume types

New features

  • Added support for updating resources (mutability) for all relevant controllers
  • Server: Expose network interfaces status
  • Server: Added ability to attach and detach volumes and interfaces
  • Server: Added support for Availability Zone
  • Image: Added visibility filter support for image import
  • Added support for generating and publishing OLM bundle images
  • Added controller scaffolding tool for easier development

Bug fixes

  • Attachable resource now have their status more closely reflecting reality (Fixes #282)
  • Documentation: Fixed examples in getting-started guide
  • Make ORC more suited for production environment by increasing memory limit to 256Mi and adjusing the API max items limits (Fixes #527)

Infrastructure improvements

  • CI: Dropped caracal support, added epoxy and flamingo OpenStack versions
  • CI: Enabled openstack-cli-server for testing
  • Go: Bumped to version 1.24

New Contributors

Full Changelog: k-orc/openstack-resource-controller@v2.2.0...v2.3.0

Commits
  • 1ac0f82 Release v2.3.0
  • 6f76d7d Merge pull request #562 from shiftstack/bump-kuttl-timeout
  • b192769 Merge pull request #557 from shiftstack/prepare-2.3.0
  • cf3b586 Bump kuttl timeout
  • b8de5b5 Merge pull request #561 from shiftstack/fix-compute-tags-limits
  • 3d74b4c Prepare for v2.3.0
  • 715e407 Server: limit the number of tags to 50
  • dded0a5 Merge pull request #560 from shiftstack/server-build-reconcile-tags
  • 79a75c7 Server: delay tag reconciliation while server is building
  • 3a264da Merge pull request #558 from shiftstack/server-az
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.26.0 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]
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]
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.38.2 to 1.38.3

Release notes

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

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

Fixes

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

Commits
  • a3ca2ca v1.38.3
  • 4dada36 fix failing have http tests
  • d40c691 make string formatitng more consistent for users who use format.Object directly
  • 2a37b46 doc: fix typos
  • ee26170 docs: fix HaveValue example
  • cc85c05 Bump actions/setup-go from 5 to 6 (#866)
  • 8905788 Bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.3 (#865)
  • 67552c5 chore: apply fixes from Go modernize command
  • See full diff in compare view

Updates golang.org/x/crypto from 0.43.0 to 0.46.0

Commits
  • 19acf81 go.mod: update golang.org/x dependencies
  • 3a1c6b4 x509roots/fallback: update bundle
  • f4602e4 ssh/agent: fix flaky test by ensuring a writeable home directory
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.30.0 to 0.32.0

Commits
  • 0dd57a6 go.mod: update golang.org/x dependencies
  • 087616b transform: fix %q verb use with wrong type
  • 16f85a7 all: eliminate vet diagnostics
  • e7ff6b3 go.mod: update golang.org/x dependencies
  • fbf012b all: use reflect.TypeFor instead of reflect.TypeOf
  • See full diff in compare view

Updates k8s.io/api from 0.33.5 to 0.33.7

Commits

Updates k8s.io/apiextensions-apiserver from 0.33.5 to 0.33.7

Commits
  • bf6e160 Update dependencies to v0.33.7 tag
  • 5b05ec2 Merge pull request #135362fusida/automated-cherry-pick-of-#133721
  • dd570ee fix panic for the crd with status subresource but lose openAPIV3Schema fileds
  • See full diff in compare view

Updates k8s.io/apimachinery from 0.33.5 to 0.33.7

Commits

Updates k8s.io/client-go from 0.33.5 to 0.33.7

Commits
  • 394f88d Update dependencies to v0.33.7 tag
  • a9e818b Merge pull request #134590liggitt/automated-cherry-pick-of-#134588
  • 991bfcd Remove invalid SAN certificate construction
  • See full diff in compare view

Updates k8s.io/code-generator from 0.33.5 to 0.33.7

Commits

Updates k8s.io/component-base from 0.33.5 to 0.33.7

Commits

Updates sigs.k8s.io/cluster-api from 1.11.2 to 1.12.0

Release notes

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

v1.12.0

👌 Kubernetes version support

  • Management Cluster: v1.31.x -> v1.34.x
  • Workload Cluster: v1.29.x -> v1.34.x

More information about version support can be found here

Highlights

  • Bumped to Go 1.24, controller-runtime v0.22, k8s.io/* v0.34, controller-gen v0.19
  • In-place updates
    • Cluster API introduces support for update extensions allowing users to execute changes on existing machines without deleting the machines and creating a new one.
    • Both KCP and Machine deployments support in-place updates based on the new update extension
    • Can be enabled with the new InPlaceUpdates feature gate
    • More details can be found in the proposal
  • Chained upgrades
    • Clusters using managed topologies can now upgrade by more than one minor Kubernetes version by performing chained and efficient upgrades.
    • Upgrade plan will be computed using Kubernetes version from the ClusterClass or by calling a new runtimeExtension (also defined in the ClusterClass)
    • Existing lifecycle hooks have been adapted to the new workflow, new lifecycle hooks have been introduced to allow granular control of the upgrade steps.
    • More details can be found in the proposal
  • MachineHealthCheck: Add support for checking Machine conditions (#12827)
  • Machine: First part of the Taint propagation proposal (Machine/MachineSet/MachineDeployment) (#12936, #12966)
  • KCP/CABPK: Add EncryptionAlgorithm field to Kubeadmconfig to support keys generated with RSA-3072, RSA-4096, ECDSA-P256, ECDSA-P384 (#12859)
  • Introduce ReconcilerRateLimiting feature (#13006)
    • Can be enabled with the new ReconcilerRateLimiting feature gate
    • Rate-limits all reconcilers to at most 1 request per second

Note: Cluster API is only supported on conformant Kubernetes Clusters and contract-relevant provider resources (e.g. InfraCluster) have to be implemented as CRDs (i.e. not via an aggregated apiserver).

Other changes

  • clusterctl: Add conditions filter for clusterctl describe (#12991)
  • clusterctl: clusterctl move blocks when Cluster or ClusterClass is paused (#12786)
  • KCP: Enable websocket dialer with fallback to spdy (for communication with etcd) (#12902)
  • Runtime SDK: Add defensive response status checking in runtime client (#12898)
  • Improved logging across several controllers
  • Improved e2e test coverage, e.g.: CAPD: Add scale from/to 0 support for CAPD (#12572)
  • New providers in clusterctl: HCP (#12800) control plane provider, Metal3 IPAM provider (#12756), metal-stack infrastructure provider (#12925)

Deprecation and Removals Warning

For additional details for providers, please take a look at Cluster API v1.11 compared to v1.12.

... (truncated)

Commits
  • b52de69 Merge pull request #13126 from fabriziopandini/skip-test-using-outdated-docke...
  • 24fc51d Skip test using outdated docker client
  • 6f77fc5 Merge pull request #13119 from k8s-infra-cherrypick-robot/cherry-pick-13113-t...
  • b9f4cb7 Merge pull request #13118 from k8s-infra-cherrypick-robot/cherry-pick-13016-t...
  • 2564041 e2e: use crane to pre-pull images instead of docker pull
  • f18bded Update in-place update implementation notes
  • 5635dc2 Merge pull request #13116 from k8s-infra-cherrypick-robot/cherry-pick-13088-t...
  • 24b1ef4 Merge pull request #13114 from k8s-infra-cherrypick-robot/cherry-pick-13079-t...
  • 2d7e555 Address feedback
  • d4a1de7 Update in-place update proposal
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api/test from 1.11.0 to 1.12.0

Release notes

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

v1.12.0

👌 Kubernetes version support

  • Management Cluster: v1.31.x -> v1.34.x
  • Workload Cluster: v1.29.x -> v1.34.x

More information about version support can be found here

Highlights

  • Bumped to Go 1.24, controller-runtime v0.22, k8s.io/* v0.34, controller-gen v0.19
  • In-place updates
    • Cluster API introduces support for update extensions allowing users to execute changes on existing machines without deleting the machines and creating a new one.
    • Both KCP and Machine deployments support in-place updates based on the new update extension
    • Can be enabled with the new InPlaceUpdates feature gate
    • More details can be found in the proposal
  • Chained upgrades
    • Clusters using managed topologies can now upgrade by more than one minor Kubernetes version by performing chained and efficient upgrades.
    • Upgrade plan will be computed using Kubernetes version from the ClusterClass or by calling a new runtimeExtension (also defined in the ClusterClass)
    • Existing lifecycle hooks have been adapted to the new workflow, new lifecycle hooks have been introduced to allow granular control of the upgrade steps.
    • More details can be found in the proposal
  • MachineHealthCheck: Add support for checking Machine conditions (#12827)
  • Machine: First part of the Taint propagation proposal (Machine/MachineSet/MachineDeployment) (#12936, #12966)
  • KCP/CABPK: Add EncryptionAlgorithm field to Kubeadmconfig to support keys generated with RSA-3072, RSA-4096, ECDSA-P256, ECDSA-P384 (#12859)
  • Introduce ReconcilerRateLimiting feature (#13006)
    • Can be enabled with the new ReconcilerRateLimiting feature gate
    • Rate-limits all reconcilers to at most 1 request per second

Note: Cluster API is only supported on conformant Kubernetes Clusters and contract-relevant provider resources (e.g. InfraCluster) have to be implemented as CRDs (i.e. not via an aggregated apiserver).

Other changes

  • clusterctl: Add conditions filter for clusterctl describe (#12991)
  • clusterctl: clusterctl move blocks when Cluster or ClusterClass is paused (#12786)
  • KCP: Enable websocket dialer with fallback to spdy (for communication with etcd) (#12902)
  • Runtime SDK: Add defensive response status checking in runtime client (#12898)
  • Improved logging across several controllers
  • Improved e2e test coverage, e.g.: CAPD: Add scale from/to 0 support for CAPD (#12572)
  • New providers in clusterctl: HCP (#12800) control plane provider, Metal3 IPAM provider (#12756), metal-stack infrastructure provider (#12925)

Deprecation and Removals Warning

For additional details for providers, please take a look at Cluster API v1.11 compared to v1.12.

... (truncated)

Commits
  • b52de69 Merge pull request #13126 from fabriziopandini/skip-test-using-outdated-docke...
  • 24fc51d Skip test using outdated docker client
  • 6f77fc5 Merge pull request #13119 from k8s-infra-cherrypick-robot/cherry-pick-13113-t...
  • b9f4cb7 Merge pull request #13118 from k8s-infra-cherrypick-robot/cherry-pick-13016-t...
  • 2564041 e2e: use crane to pre-pull images instead of docker pull
  • f18bded Update in-place update implementation notes
  • 5635dc2 Merge pull request #13116 from k8s-infra-cherrypick-robot/cherry-pick-13088-t...
  • 24b1ef4 Merge pull request #13114 from k8s-infra-cherrypick-robot/cherry-pick-13079-t...
  • 2d7e555 Address feedback
  • d4a1de7 Update in-place update proposal
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-runtime from 0.21.0 to 0.22.4

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.22.4

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.22.3...v0.22.4

v0.22.3

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.22.2...v0.22.3

v0.22.2

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.22.1...v0.22.2

v0.22.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.22.0...v0.22.1

v0.22.0

🔆 Highlights

  • Client: Native support for Server-Side Apply (SSA) (#3253, #2981)
  • Update to k8s.io/* v1.34 dependencies (#3231, #3236, #3246, #3259, #3270, #3300)
  • Controller: Implement warmup support for...

    Description has been truncated

… with 16 updates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/gophercloud/gophercloud/v2](https://github.com/gophercloud/gophercloud) | `2.8.0` | `2.9.0` |
| [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) | `1.7.0` | `1.8.0` |
| [github.com/k-orc/openstack-resource-controller/v2](https://github.com/k-orc/openstack-resource-controller) | `2.2.0` | `2.3.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.38.2` | `1.38.3` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.43.0` | `0.46.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.33.5` | `0.33.7` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.33.5` | `0.33.7` |
| [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) | `1.11.2` | `1.12.0` |
| [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) | `1.11.0` | `1.12.0` |



Updates `github.com/gophercloud/gophercloud/v2` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/v2.9.0/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v2.8.0...v2.9.0)

Updates `github.com/hashicorp/go-version` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/hashicorp/go-version/releases)
- [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-version@v1.7.0...v1.8.0)

Updates `github.com/k-orc/openstack-resource-controller/v2` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/k-orc/openstack-resource-controller/releases)
- [Changelog](https://github.com/k-orc/openstack-resource-controller/blob/main/RELEASE.md)
- [Commits](k-orc/openstack-resource-controller@v2.2.0...v2.3.0)

Updates `github.com/onsi/ginkgo/v2` from 2.26.0 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.26.0...v2.27.2)

Updates `github.com/onsi/gomega` from 1.38.2 to 1.38.3
- [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.38.3)

Updates `golang.org/x/crypto` from 0.43.0 to 0.46.0
- [Commits](golang/crypto@v0.43.0...v0.46.0)

Updates `golang.org/x/text` from 0.30.0 to 0.32.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.30.0...v0.32.0)

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

Updates `k8s.io/apiextensions-apiserver` from 0.33.5 to 0.33.7
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.33.5...v0.33.7)

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

Updates `k8s.io/client-go` from 0.33.5 to 0.33.7
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.33.5...v0.33.7)

Updates `k8s.io/code-generator` from 0.33.5 to 0.33.7
- [Commits](kubernetes/code-generator@v0.33.5...v0.33.7)

Updates `k8s.io/component-base` from 0.33.5 to 0.33.7
- [Commits](kubernetes/component-base@v0.33.5...v0.33.7)

Updates `sigs.k8s.io/cluster-api` from 1.11.2 to 1.12.0
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.11.2...v1.12.0)

Updates `sigs.k8s.io/cluster-api/test` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.11.0...v1.12.0)

Updates `sigs.k8s.io/controller-runtime` from 0.21.0 to 0.22.4
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.21.0...v0.22.4)

---
updated-dependencies:
- dependency-name: github.com/gophercloud/gophercloud/v2
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/hashicorp/go-version
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/k-orc/openstack-resource-controller/v2
  dependency-version: 2.3.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.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.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/crypto
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/text
  dependency-version: 0.32.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.33.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apiextensions-apiserver
  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: k8s.io/client-go
  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/code-generator
  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/component-base
  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.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.22.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2025

Labels

The following labels could not be found: area/dependency, ok-to-test. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant