Skip to content

Update module github.com/gophercloud/gophercloud to v2 (release/v2.13)#461

Open
renovate-rancher[bot] wants to merge 1 commit into
release/v2.13from
renovate/release/v2.13-github.com-gophercloud-gophercloud-2.x
Open

Update module github.com/gophercloud/gophercloud to v2 (release/v2.13)#461
renovate-rancher[bot] wants to merge 1 commit into
release/v2.13from
renovate/release/v2.13-github.com-gophercloud-gophercloud-2.x

Conversation

@renovate-rancher

@renovate-rancher renovate-rancher Bot commented Jul 2, 2026

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/gophercloud/gophercloud v0.7.0v2.13.0 age confidence

Release Notes

gophercloud/gophercloud (github.com/gophercloud/gophercloud)

v2.13.0

Compare Source

What's Changed

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

v2.12.0

Compare Source

What's Changed

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

v2.11.1

Compare Source

What's Changed

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

v2.11.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.10.0...v2.11.0

v2.10.0

Compare Source

What's Changed

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

v2.9.0

Compare Source

What's Changed

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

v2.8.0

Compare Source

What's Changed

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

v2.7.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.4.0...v2.5.0

v2.4.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.3.0...v2.4.0

v2.3.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.2.0...v2.3.0

v2.2.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.1.1...v2.2.0

v2.1.1

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.1.0...v2.1.1

v2.1.0

Compare Source

  • GH-3078 [networking]: add BGP VPNs support
  • GH-3086 build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0
  • GH-3090 Adding support for field dns_publish_fixed_ip in a subnet
  • GH-3092 [neutron]: introduce Stateful argument for the security groups
  • GH-3094 [neutron]: introduce Description argument for the portforwarding
  • GH-3106 clouds: Parse trust_id from clouds.yaml
  • GH-3131 Align ServiceFail provisioning state value with Ironic
  • GH-3136 Added node.Retired

v2.0.0

Compare Source

MAIN BREAKING CHANGES:

  • Gophercloud now requires Go v1.22.
  • GH-2821 Gophercloud now escapes container and object names in all objects and containers functions. If you were previously escaping names (with, for example: url.PathEscape or url.QueryEscape), then you should REMOVE that and pass the intended names to Gophercloud directly.
  • GH-2821 The containers.ListOpts#Full and objects.ListOpts#Full properties are REMOVED from the Gophercloud API. The reason for that is: plaintext listing is unfixably wrong and won't handle special characters reliably (i.e. \n).
  • GH-2821 Empty container names, container names containing a slash (/), and empty object names are now rejected in Gophercloud before any call to Swift.
  • GH-2821 In objectstorage: containers.ErrInvalidContainerName is now v1.ErrInvalidContainerName.
  • GH-2821 New name validation errors in objectstorage:
    • v1.ErrEmptyContainerName
    • v1.ErrEmptyObjectName
  • GH-2821 In objects.Copy: the destination field (e.g. objects.CopyOpts#Destination) must be in the form /container/object: the function will reject a destination path if it doesn't start with a slash (/).
  • GH-2560 loadbalancer: Use CreateMemberOpts instead of BatchUpdateMemberOpts in PoolCreateOpts
  • GH-2886 ports: Fix value_specs implementation
  • GH-2665 Cinder: Remove multiatttach request parameter
  • GH-2936 Make Gophercloud context-aware: all function signatures triggering an HTTP call now accept a context.Context for tracing and cancellation
  • GH-2970 Remove context from the Provider client
  • GH-2904 Remove error code types

New features and improvements:

  • GH-2486 Fix BareMetalV1 version
  • GH-2492 Add tags for loadbalancer l7policy and l7rule
  • GH-2560 loadbalancer: Use CreateMemberOpts instead of BatchUpdateMemberOpts in PoolCreateOpts
  • GH-2561 compute: add ext_specs to flavor
  • GH-2613 Migrate baremetal inventory to a common location
  • GH-2724 baremetal: introduce Node Inventory API
  • GH-2725 baremetal: finish moving common inventory bits
  • GH-2736 Composable templates
  • GH-2781 baremetal: support ironic native PluginData
  • GH-2791 Add microversion utilities
  • GH-2806 Fix list ports with multiple fixedip parameters
  • GH-2809 Remove code for CDN (poppy)
  • GH-2812 Revert "Fix baremetal jobs on Ubuntu 20.04"
  • GH-2821 objects: Escape names in Gophercloud
  • GH-2828 Octavia: Add tags to resources missing them
  • GH-2834 baremetal: implemented ParsedLLDP in the standard PluginData
  • GH-2866 loadbalancer additional_vips by snigle
  • GH-2881 Adding missing QoS field for router
  • GH-2883 Context-aware methods to ProviderClient and ServiceClient
  • GH-2892 Authenticate with a clouds.yaml

v1.14.1

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v1.14.0...v1.14.1

v1.14.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v1.13.0...v1.14.0

v1.13.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v1.12.0...v1.13.0

v1.12.0

Compare Source

  • GH-2979 [v1] CI backports
  • GH-2985 [v1] baremetal: fix handling of the "fields" query argument
  • GH-2989 [v1] [CI] Fix portbiding tests
  • GH-2992 [v1] [CI] Fix portbiding tests
  • GH-2993 [v1] build(deps): bump EmilienM/devstack-action from 0.14 to 0.15
  • GH-2998 [v1] testhelper: mark all helpers with t.Helper
  • GH-3043 [v1] CI: remove Zed from testing coverage

v1.11.0

Compare Source

This version reverts the inclusion of Context in the v1 branch. This inclusion
didn't add much value because no packages were using it; on the other hand, it
introduced a bug when using the Context property of the Provider client.

v1.10.0

Compare Source

  • GH-2893 [v1] authentication: Add WithContext functions
  • GH-2894 [v1] pager: Add WithContext functions
  • GH-2899 [v1] Authenticate with a clouds.yaml
  • GH-2917 [v1] Add ParseOption type to made clouds.Parse() more usable for optional With* funcs
  • GH-2924 [v1] build(deps): bump EmilienM/devstack-action from 0.11 to 0.14
  • GH-2933 [v1] Fix AllowReauth reauthentication
  • GH-2950 [v1] compute: Use volumeID, not attachmentID for volume attachments

v1.9.0

Compare Source

New features and improvements:

  • GH-2884 [v1] Context-aware methods to ProviderClient and ServiceClient
  • GH-2887 [v1] Add support of Flavors and FlavorProfiles for Octavia
  • GH-2875 [v1] [db/v1/instance]: adding support for availability_zone for a db instance

CI changes:

  • GH-2856 [v1] Fix devstack install on EOL magnum branches
  • GH-2857 [v1] Fix networking acceptance tests
  • GH-2858 [v1] build(deps): bump actions/upload-artifact from 3 to 4
  • GH-2859 [v1] build(deps): bump github/codeql-action from 2 to 3

v1.8.0

Compare Source

New features and improvements:

  • GH-2800 [v1] Fix options initialization in ServiceClient.Request (fixes #​2798)
  • GH-2823 [v1] Add more godoc to GuestFormat
  • GH-2826 Allow objects.CreateTempURL with names containing /v1/

CI changes:

  • GH-2802 [v1] Add job for bobcat stable/2023.2
  • GH-2819 [v1] Test files alongside code
  • GH-2814 Make fixtures part of tests
  • GH-2796 [v1] ci/unit: switch to coverallsapp/github-action
  • GH-2840 unit tests: Fix the installation of tools

v1.7.0

Compare Source

New features and improvements:

  • GH-2782 [v1] (manual clean backport) Add tag field to compute block_device_v2

CI changes:

  • GH-2760 [v1 backports] semver auto labels
  • GH-2775 [v1] Fix typos in comments
  • GH-2783 [v1] (clean manual backport) ci/functional: fix ubuntu version & add antelope
  • GH-2785 [v1] Acceptance: Handle numerical version names in version comparison helpers
  • GH-2787 backport-v1: fixes to semver label
  • GH-2788 [v1] Make acceptance tests internal

v1.6.0

Compare Source

New features and improvements:

  • GH-2712 [v1] README: minor change to test backport workflow
  • GH-2713 [v1] tests: run MultiAttach with a capable Cinder Type
  • GH-2714 [v1] Add CRUD support for encryption in volume v3 types
  • GH-2715 [v1] Add projectID to fwaas_v2 policy CreateOpts and ListOpts
  • GH-2716 [v1] Add projectID to fwaas_v2 CreateOpts
  • GH-2717 [v1] [manila]: add reset and force delete actions to a snapshot
  • GH-2718 [v1] [cinder]: add reset and force delete actions to volumes and snapshots
  • GH-2721 [v1] orchestration: Explicit error in optionsmap creation
  • GH-2723 [v1] Add conductor API to Baremetal V1
  • GH-2729 [v1] networking/v2/ports: allow list filter by security group

CI changes:

  • GH-2675 [v1][CI] Drop periodic jobs from stable branch
  • GH-2683 [v1] CI tweaks

v1.5.0

Compare Source

New features and improvements:

  • GH-2634 baremetal: update inspection inventory with recent additions
  • GH-2635 [manila]: Add Share Replicas support
  • GH-2637 [FWaaS_v2]: Add FWaaS_V2 workflow and enable tests
  • GH-2639 Implement errors.Unwrap() on unexpected status code errors
  • GH-2648 [manila]: implement share transfer API

v1.4.0

Compare Source

New features and improvements:

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@renovate-rancher

renovate-rancher Bot commented Jul 2, 2026

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go mod tidy
go: finding module for package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/bootfromvolume
go: finding module for package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/floatingips
go: finding module for package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/keypairs
go: finding module for package github.com/gophercloud/gophercloud/v2/openstack/blockstorage/v1/volumes
go: finding module for package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/schedulerhints
go: finding module for package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/servergroups
go: finding module for package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/volumeattach
go: finding module for package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/startstop
go: finding module for package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/images
go: github.com/rancher/machine/drivers/openstack imports
	github.com/gophercloud/gophercloud/v2/openstack/blockstorage/v1/volumes: module github.com/gophercloud/gophercloud/v2@latest found (v2.13.0), but does not contain package github.com/gophercloud/gophercloud/v2/openstack/blockstorage/v1/volumes
go: github.com/rancher/machine/drivers/openstack imports
	github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/bootfromvolume: module github.com/gophercloud/gophercloud/v2@latest found (v2.13.0), but does not contain package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/bootfromvolume
go: github.com/rancher/machine/drivers/openstack imports
	github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/floatingips: module github.com/gophercloud/gophercloud/v2@latest found (v2.13.0), but does not contain package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/floatingips
go: github.com/rancher/machine/drivers/openstack imports
	github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/keypairs: module github.com/gophercloud/gophercloud/v2@latest found (v2.13.0), but does not contain package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/keypairs
go: github.com/rancher/machine/drivers/openstack imports
	github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/schedulerhints: module github.com/gophercloud/gophercloud/v2@latest found (v2.13.0), but does not contain package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/schedulerhints
go: github.com/rancher/machine/drivers/openstack imports
	github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/servergroups: module github.com/gophercloud/gophercloud/v2@latest found (v2.13.0), but does not contain package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/servergroups
go: github.com/rancher/machine/drivers/openstack imports
	github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/startstop: module github.com/gophercloud/gophercloud/v2@latest found (v2.13.0), but does not contain package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/startstop
go: github.com/rancher/machine/drivers/openstack imports
	github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/volumeattach: module github.com/gophercloud/gophercloud/v2@latest found (v2.13.0), but does not contain package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/extensions/volumeattach
go: github.com/rancher/machine/drivers/openstack imports
	github.com/gophercloud/gophercloud/v2/openstack/compute/v2/images: module github.com/gophercloud/gophercloud/v2@latest found (v2.13.0), but does not contain package github.com/gophercloud/gophercloud/v2/openstack/compute/v2/images

@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v2.13-github.com-gophercloud-gophercloud-2.x branch from 9c30a4e to 0fdc8f0 Compare July 3, 2026 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants