Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all-go-mod-patch-and-minor group with 3 updates in the / directory: github.com/k-orc/openstack-resource-controller/v2, sigs.k8s.io/cluster-api and sigs.k8s.io/cluster-api/test.

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 sigs.k8s.io/cluster-api from 1.11.2 to 1.11.3

Release notes

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

v1.11.3

👌 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.2

📈 Overview

  • 13 new commits merged
  • 1 feature addition ✨

✨ New Features

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

🌱 Others

  • CAPD: Recreate container if we re-enter reconciliation and it exists but is not running (#12933)
  • clusterctl: Bump cert-manager to v1.19.0 (#12832)
  • clusterctl: Bump cert-manager to v1.19.1 (#12875)
  • Dependency: Bump Go to v1.24.8 (#12829)
  • Dependency: Bump Go to v1.24.9 (#12868)
  • e2e: Fix self-hosted to actually read DOCKER_PRELOAD_IMAGES from the e2e config (#12932)
  • Runtime SDK: Add hint to look into controller logs to runtime client error response (#12850)

📖 Additionally, there have been 5 contributions to our documentation and book. (#12837, #12839, #12887, #12894, #12916)

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.

Thanks to all our contributors! 😊

Commits
  • 7b1cf36 Merge pull request #12933 from k8s-infra-cherrypick-robot/cherry-pick-12923-t...
  • 8b0daf1 Merge pull request #12932 from k8s-infra-cherrypick-robot/cherry-pick-12907-t...
  • 85c03b3 CAPD: recreate container if we re-enter reconciliation and it exists but is n...
  • fe3f4ad e2e: fix self-hosted to actually read DOCKER_PRELOAD_IMAGES from the e2e config
  • 6a7d20b Merge pull request #12916 from k8s-infra-cherrypick-robot/cherry-pick-12896-t...
  • d5df45a docs: Update microvm provider URL
  • a3fab10 Merge pull request #12894 from k8s-infra-cherrypick-robot/cherry-pick-12893-t...
  • 6a18497 book: Update control-plane contract to mention the label cluster.x-k8s.io/con...
  • b20a43e Merge pull request #12887 from k8s-infra-cherrypick-robot/cherry-pick-12885-t...
  • c49f841 book: fix v1.10 to v1.11 warning at the end
  • Additional commits viewable in compare view

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

Release notes

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

v1.11.3

👌 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.2

📈 Overview

  • 13 new commits merged
  • 1 feature addition ✨

✨ New Features

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

🌱 Others

  • CAPD: Recreate container if we re-enter reconciliation and it exists but is not running (#12933)
  • clusterctl: Bump cert-manager to v1.19.0 (#12832)
  • clusterctl: Bump cert-manager to v1.19.1 (#12875)
  • Dependency: Bump Go to v1.24.8 (#12829)
  • Dependency: Bump Go to v1.24.9 (#12868)
  • e2e: Fix self-hosted to actually read DOCKER_PRELOAD_IMAGES from the e2e config (#12932)
  • Runtime SDK: Add hint to look into controller logs to runtime client error response (#12850)

📖 Additionally, there have been 5 contributions to our documentation and book. (#12837, #12839, #12887, #12894, #12916)

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.11.2

👌 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.1

📈 Overview

... (truncated)

Commits
  • 7b1cf36 Merge pull request #12933 from k8s-infra-cherrypick-robot/cherry-pick-12923-t...
  • 8b0daf1 Merge pull request #12932 from k8s-infra-cherrypick-robot/cherry-pick-12907-t...
  • 85c03b3 CAPD: recreate container if we re-enter reconciliation and it exists but is n...
  • fe3f4ad e2e: fix self-hosted to actually read DOCKER_PRELOAD_IMAGES from the e2e config
  • 6a7d20b Merge pull request #12916 from k8s-infra-cherrypick-robot/cherry-pick-12896-t...
  • d5df45a docs: Update microvm provider URL
  • a3fab10 Merge pull request #12894 from k8s-infra-cherrypick-robot/cherry-pick-12893-t...
  • 6a18497 book: Update control-plane contract to mention the label cluster.x-k8s.io/con...
  • b20a43e Merge pull request #12887 from k8s-infra-cherrypick-robot/cherry-pick-12885-t...
  • c49f841 book: fix v1.10 to v1.11 warning at the end
  • 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

… with 4 updates

Bumps the all-go-mod-patch-and-minor group with 3 updates in the / directory: [github.com/k-orc/openstack-resource-controller/v2](https://github.com/k-orc/openstack-resource-controller), [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) and [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api).


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 `sigs.k8s.io/cluster-api` from 1.11.2 to 1.11.3
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.11.2...v1.11.3)

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

---
updated-dependencies:
- 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: sigs.k8s.io/cluster-api
  dependency-version: 1.11.3
  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.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Nov 10, 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.

@dependabot @github
Copy link
Contributor 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
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 24, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/main/all-go-mod-patch-and-minor-4503a8abfd branch November 24, 2025 13:52
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