Skip to content

Conversation

cluster-stack-bot[bot]
Copy link
Contributor

@cluster-stack-bot cluster-stack-bot bot commented Jul 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gophercloud/gophercloud v1.14.0 -> v2.8.0 age adoption passing confidence

Release Notes

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

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


Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

@cluster-stack-bot
Copy link
Contributor Author

cluster-stack-bot bot commented Jul 1, 2024

⚠️ 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: mod upgrade --mod-name=github.com/gophercloud/gophercloud -t=2
could not load package: err: exit status 1: stderr: go: inconsistent vendoring in /tmp/renovate/repos/github/SovereignCloudStack/csctl-plugin-openstack:
	github.com/gophercloud/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/gophercloud/gophercloud/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/gophercloud/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

	To ignore the vendor directory, use -mod=readonly or -mod=mod.
	To sync the vendor directory, run:
		go mod vendor


@michal-gubricky
Copy link
Contributor

The module gophercloud/[email protected] requires go >= 1.22

@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-golang-deps branch 2 times, most recently from fd7c2ed to a887437 Compare July 15, 2024 11:16
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-golang-deps branch 2 times, most recently from c73fb12 to b574157 Compare July 24, 2024 11:16
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v2.0.0 🌱 Update Golang Dependencies group to v2.1.0 Jul 24, 2024
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-golang-deps branch from b574157 to 70d4764 Compare July 31, 2024 11:16
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-golang-deps branch from 70d4764 to a4b69ef Compare August 14, 2024 11:17
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-golang-deps branch from a4b69ef to f22caa3 Compare August 27, 2024 11:18
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-golang-deps branch from f22caa3 to f68cc3d Compare September 19, 2024 11:18
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v2.1.0 🌱 Update Golang Dependencies group to v2.1.1 Sep 19, 2024
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-golang-deps branch from f68cc3d to 741fe76 Compare October 19, 2024 11:17
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v2.1.1 🌱 Update Golang Dependencies group to v2.2.0 Oct 19, 2024
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-golang-deps branch from 741fe76 to ab45785 Compare December 7, 2024 11:18
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v2.2.0 🌱 Update Golang Dependencies group to v2.3.0 Dec 7, 2024
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-golang-deps branch from ab45785 to 567ae1c Compare December 20, 2024 11:18
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v2.3.0 🌱 Update Golang Dependencies group to v2.4.0 Dec 20, 2024
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-golang-deps branch from 567ae1c to e3d3e03 Compare February 12, 2025 11:18
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v2.4.0 🌱 Update Golang Dependencies group to v2.5.0 Feb 12, 2025
@cluster-stack-bot cluster-stack-bot bot added the size/XS Denotes a PR that changes 0-20 lines, ignoring generated files. label Feb 12, 2025
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-golang-deps branch from e3d3e03 to b98069d Compare March 4, 2025 11:19
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v2.5.0 🌱 Update Golang Dependencies group to v2.6.0 Mar 4, 2025
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-golang-deps branch from b98069d to 3f7a90f Compare April 4, 2025 11:21
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v2.6.0 🌱 Update Golang Dependencies group to v2.7.0 Apr 4, 2025
| datasource | package                            | from    | to     |
| ---------- | ---------------------------------- | ------- | ------ |
| go         | github.com/gophercloud/gophercloud | v1.14.0 | v2.8.0 |
@cluster-stack-bot cluster-stack-bot bot force-pushed the renovate/major-2-golang-deps branch from 3f7a90f to fb800a3 Compare August 20, 2025 11:21
@cluster-stack-bot cluster-stack-bot bot changed the title 🌱 Update Golang Dependencies group to v2.7.0 🌱 Update Golang Dependencies group to v2.8.0 Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-20 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants