Skip to content

deps: update module github.com/gophercloud/gophercloud to v2 - #101

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.qkg1.top-gophercloud-gophercloud-2.x
Open

deps: update module github.com/gophercloud/gophercloud to v2#101
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.qkg1.top-gophercloud-gophercloud-2.x

Conversation

@renovate

@renovate renovate Bot commented Dec 4, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/gophercloud/gophercloud v1.14.1v2.14.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v2.14.0

Compare Source

What's Changed

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

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

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 was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Dec 4, 2024

Copy link
Copy Markdown
Contributor 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: downloading github.com/gophercloud/gophercloud/v2 v2.14.0
go: downloading golang.org/x/tools v0.48.0
go: finding module for package github.com/gophercloud/gophercloud/v2/openstack/imageservice/v2/imagedata
go: finding module for package github.com/gophercloud/gophercloud/v2/openstack/imageservice/v2/images
go: github.com/edgelesssys/uplosi/openstack imports
	github.com/gophercloud/gophercloud/v2/openstack/imageservice/v2/imagedata: module github.com/gophercloud/gophercloud/v2@latest found (v2.14.0), but does not contain package github.com/gophercloud/gophercloud/v2/openstack/imageservice/v2/imagedata
go: github.com/edgelesssys/uplosi/openstack imports
	github.com/gophercloud/gophercloud/v2/openstack/imageservice/v2/images: module github.com/gophercloud/gophercloud/v2@latest found (v2.14.0), but does not contain package github.com/gophercloud/gophercloud/v2/openstack/imageservice/v2/images

@renovate renovate Bot added the dependencies label Dec 4, 2024
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gophercloud-gophercloud-2.x branch from 573c9fd to fa69fc3 Compare December 6, 2024 17:28
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gophercloud-gophercloud-2.x branch from fa69fc3 to e947030 Compare December 20, 2024 10:37
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gophercloud-gophercloud-2.x branch from e947030 to 6937cee Compare February 11, 2025 17:04
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gophercloud-gophercloud-2.x branch from 6937cee to 1d606f5 Compare March 3, 2025 17:23
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gophercloud-gophercloud-2.x branch from 1d606f5 to ca0d4a4 Compare April 3, 2025 13:45
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gophercloud-gophercloud-2.x branch from ca0d4a4 to a299de5 Compare August 10, 2025 13:29
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gophercloud-gophercloud-2.x branch from a299de5 to 451754c Compare August 19, 2025 22:14
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gophercloud-gophercloud-2.x branch from 451754c to ea2511c Compare October 9, 2025 14:33
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gophercloud-gophercloud-2.x branch from ea2511c to 6738fda Compare November 17, 2025 23:07
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gophercloud-gophercloud-2.x branch from 6738fda to d8965cf Compare January 6, 2026 13:02
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gophercloud-gophercloud-2.x branch 2 times, most recently from 8d74a1c to 0a26784 Compare March 10, 2026 14:55
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gophercloud-gophercloud-2.x branch from 0a26784 to f157207 Compare April 10, 2026 17:45
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gophercloud-gophercloud-2.x branch from f157207 to ec0b2f4 Compare June 25, 2026 22:07
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gophercloud-gophercloud-2.x branch from ec0b2f4 to 0bc54af Compare August 20, 2026 20:05
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