Skip to content

Bump github.com/gophercloud/gophercloud/v2 from 2.11.1 to 2.12.0 in the provider-sdk-dependencies group#1315

Merged
gardener-prow[bot] merged 1 commit intomasterfrom
dependabot/go_modules/provider-sdk-dependencies-928bee6792
Apr 13, 2026
Merged

Bump github.com/gophercloud/gophercloud/v2 from 2.11.1 to 2.12.0 in the provider-sdk-dependencies group#1315
gardener-prow[bot] merged 1 commit intomasterfrom
dependabot/go_modules/provider-sdk-dependencies-928bee6792

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps the provider-sdk-dependencies group with 1 update: github.com/gophercloud/gophercloud/v2.

Updates github.com/gophercloud/gophercloud/v2 from 2.11.1 to 2.12.0

Release notes

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

v2.12.0

What's Changed

Full Changelog: gophercloud/gophercloud@v2.11.1...v2.12.0

Changelog

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

v2.12.0 (2026-04-10)

  • GH-3653 [v2] Fix clouds.yaml search path to use XDG convention on all platforms
  • GH-3660 [v2] Use jammy amphora in octavia epoxy job
  • GH-3670 [v2] Implement READ operations on Placement traits
  • GH-3673 [v2] Github action fixes
  • GH-3674 [v2] Update acceptance README to remove mentions of Packstack
  • GH-3678 [v2] Implement CREATE/UPDATE operation on Placement traits
  • GH-3679 [v2] Implement DELETE operations on Placement traits
  • GH-3682 [v2] Implement resource_classes GET operations
  • GH-3683 [v2] Implement resource classes CREATE operations
  • GH-3684 [v2] Implement resource classes DELETE operation
  • GH-3690 [v2] Add metric-storage (Aetos) v1 service support
  • GH-3691 [v2] Implement GET/UPDATE/DELETE operations on Placement resource providers inventories
  • GH-3692 [v2] Fix TestCreateTempURL flaky test by removing hardcoded port dependency
  • GH-3695 [v2] Remove legacy workflows
  • GH-3698 build(deps): bump golang.org/x/crypto from 0.33.0 to 0.49.0
  • GH-3699 build(deps): bump actions/setup-go from 6.3.0 to 6.4.0
  • GH-3700 build(deps): bump github/codeql-action from 4.34.1 to 4.35.1
  • GH-3703 [v2] CI: prefer github mirrors whenever possible
  • GH-3708 [v2] Implement Placement allocationcandidates
Commits
  • 311de94 Merge pull request #3710 from shiftstack/prepare-2.12.0
  • 44169d7 Prepare v2.12.0
  • 84c0a6c Merge pull request #3712 from gophercloud/bp-v2-88702e7
  • 9faac1a Address review comments from resourceprovider aggregates PR
  • a61df9b Merge pull request #3709 from shiftstack/implement-resource-provider-aggregat...
  • 0278c64 Merge pull request #3708 from gophercloud/bp-v2-15c319c-0f34606
  • 436937c Properly handle pre-1.19 in resourceproviders aggregates
  • 5ed0d13 Implement PUT operation on Placement resource provider aggregates
  • f88846a Implement GET operation on Placement resource provider aggregates
  • c617434 Add internal/ptr package with generic To helper
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Bumps the provider-sdk-dependencies group with 1 update: [github.com/gophercloud/gophercloud/v2](https://github.com/gophercloud/gophercloud).


Updates `github.com/gophercloud/gophercloud/v2` from 2.11.1 to 2.12.0
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/v2.12.0/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v2.11.1...v2.12.0)

---
updated-dependencies:
- dependency-name: github.com/gophercloud/gophercloud/v2
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: provider-sdk-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area/compliance Compliance related kind/enhancement Enhancement, improvement, extension labels Apr 13, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 13, 2026 14:11
@gardener-prow gardener-prow Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Apr 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This change updates the gophercloud/gophercloud/v2 dependency from version 2.11.1 to 2.12.0, bringing the project up to date with the latest patch release of this OpenStack Go SDK library.

Walkthrough

  • Chore: Updated gophercloud/gophercloud/v2 dependency from v2.11.1 to v2.12.0 to incorporate latest bug fixes, security patches, and minor improvements from the OpenStack Go SDK

Model: claude-sonnet-4-20250514 | Prompt Tokens: 1109 | Completion Tokens: 114

@federated-github-access federated-github-access Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Apr 13, 2026
@gardener-prow gardener-prow Bot added the cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. label Apr 13, 2026
@gardener-prow gardener-prow Bot added the lgtm Indicates that a PR is ready to be merged. label Apr 13, 2026
@gardener-prow
Copy link
Copy Markdown

gardener-prow Bot commented Apr 13, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: AndreasBurger

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gardener-prow gardener-prow Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 13, 2026
@gardener-prow
Copy link
Copy Markdown

gardener-prow Bot commented Apr 13, 2026

LGTM label has been added.

DetailsGit tree hash: 15b24f69e4a7a083406aeb3aa3ace7cbc2716ca9

@gardener-prow gardener-prow Bot merged commit 71115b3 into master Apr 13, 2026
55 checks passed
@gardener-prow gardener-prow Bot deleted the dependabot/go_modules/provider-sdk-dependencies-928bee6792 branch April 13, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/compliance Compliance related cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/enhancement Enhancement, improvement, extension lgtm Indicates that a PR is ready to be merged. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant