Open renovate[bot] opened 3 months ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
go
directive was updated for compatibility reasonsDetails:
Package | Change |
---|---|
go |
1.21 -> 1.23.2 |
This PR contains the following updates:
v1.14.1
->v2.2.0
Release Notes
gophercloud/gophercloud (github.com/gophercloud/gophercloud)
### [`v2.2.0`](https://redirect.github.com/gophercloud/gophercloud/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/gophercloud/gophercloud/compare/v2.1.1...v2.2.0) #### What's Changed - \[v2] \[containerinfra]: add "MasterLBEnabled" in Cluster results by [@kayrus](https://redirect.github.com/kayrus) in [https://github.com/gophercloud/gophercloud/pull/3176](https://redirect.github.com/gophercloud/gophercloud/pull/3176) - \[v2] octavia: add new options to health monitors by [@kayrus](https://redirect.github.com/kayrus) in [https://github.com/gophercloud/gophercloud/pull/3181](https://redirect.github.com/gophercloud/gophercloud/pull/3181) - \[v2] octavia: add new security options to pools and listeners by [@kayrus](https://redirect.github.com/kayrus) in [https://github.com/gophercloud/gophercloud/pull/3182](https://redirect.github.com/gophercloud/gophercloud/pull/3182) - \[v2] \[fwaas_v2]: proper ParseResponse handling by [@kayrus](https://redirect.github.com/kayrus) in [https://github.com/gophercloud/gophercloud/pull/3196](https://redirect.github.com/gophercloud/gophercloud/pull/3196) - \[v2] compute: Fix expected and actual test results by [@pierreprinetti](https://redirect.github.com/pierreprinetti) in [https://github.com/gophercloud/gophercloud/pull/3198](https://redirect.github.com/gophercloud/gophercloud/pull/3198) - \[v2] \[octavia] add an ability to filter flavors and flavorprofiles by [@kayrus](https://redirect.github.com/kayrus) in [https://github.com/gophercloud/gophercloud/pull/3199](https://redirect.github.com/gophercloud/gophercloud/pull/3199) - \[v2] \[core]: handle empty response body by [@kayrus](https://redirect.github.com/kayrus) in [https://github.com/gophercloud/gophercloud/pull/3195](https://redirect.github.com/gophercloud/gophercloud/pull/3195) - \[v2] \[manila] add scheduler_hints to the shares CreateOpts by [@kayrus](https://redirect.github.com/kayrus) in [https://github.com/gophercloud/gophercloud/pull/3214](https://redirect.github.com/gophercloud/gophercloud/pull/3214) - \[v2] \[manila] add share_group_id to share's CreateOpts by [@kayrus](https://redirect.github.com/kayrus) in [https://github.com/gophercloud/gophercloud/pull/3215](https://redirect.github.com/gophercloud/gophercloud/pull/3215) - \[v2] docs: Remove outdated godoc by [@pierreprinetti](https://redirect.github.com/pierreprinetti) in [https://github.com/gophercloud/gophercloud/pull/3219](https://redirect.github.com/gophercloud/gophercloud/pull/3219) **Full Changelog**: https://github.com/gophercloud/gophercloud/compare/v2.1.1...v2.2.0 ### [`v2.1.1`](https://redirect.github.com/gophercloud/gophercloud/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/gophercloud/gophercloud/compare/v2.1.0...v2.1.1) #### What's Changed - \[v2] fix: create security group rule with any protocol by [@kmlebedev](https://redirect.github.com/kmlebedev) in [https://github.com/gophercloud/gophercloud/pull/3161](https://redirect.github.com/gophercloud/gophercloud/pull/3161) **Full Changelog**: https://github.com/gophercloud/gophercloud/compare/v2.1.0...v2.1.1 ### [`v2.1.0`](https://redirect.github.com/gophercloud/gophercloud/blob/HEAD/CHANGELOG.md#v210-2024-07-24) [Compare Source](https://redirect.github.com/gophercloud/gophercloud/compare/v2.0.0...v2.1.0) - [GH-3078](https://redirect.github.com/gophercloud/gophercloud/pull/3078) \[networking]: add BGP VPNs support - [GH-3086](https://redirect.github.com/gophercloud/gophercloud/pull/3086) build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 - [GH-3090](https://redirect.github.com/gophercloud/gophercloud/pull/3090) Adding support for field dns_publish_fixed_ip in a subnet - [GH-3092](https://redirect.github.com/gophercloud/gophercloud/pull/3092) \[neutron]: introduce Stateful argument for the security groups - [GH-3094](https://redirect.github.com/gophercloud/gophercloud/pull/3094) \[neutron]: introduce Description argument for the portforwarding - [GH-3106](https://redirect.github.com/gophercloud/gophercloud/pull/3106) clouds: Parse trust_id from clouds.yaml - [GH-3131](https://redirect.github.com/gophercloud/gophercloud/pull/3131) Align ServiceFail provisioning state value with Ironic - [GH-3136](https://redirect.github.com/gophercloud/gophercloud/pull/3136) Added node.Retired ### [`v2.0.0`](https://redirect.github.com/gophercloud/gophercloud/blob/HEAD/CHANGELOG.md#v200-2024-05-27) [Compare Source](https://redirect.github.com/gophercloud/gophercloud/compare/v1.14.1...v2.0.0) MAIN BREAKING CHANGES: - **Gophercloud now requires Go v1.22.** - [GH-2821](https://redirect.github.com/gophercloud/gophercloud/pull/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](https://redirect.github.com/gophercloud/gophercloud/pull/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](https://redirect.github.com/gophercloud/gophercloud/pull/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](https://redirect.github.com/gophercloud/gophercloud/pull/2821) In `objectstorage`: `containers.ErrInvalidContainerName` is now `v1.ErrInvalidContainerName`. - [GH-2821](https://redirect.github.com/gophercloud/gophercloud/pull/2821) New name validation errors in `objectstorage`: - `v1.ErrEmptyContainerName` - `v1.ErrEmptyObjectName` - [GH-2821](https://redirect.github.com/gophercloud/gophercloud/pull/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](https://redirect.github.com/gophercloud/gophercloud/pull/2560) loadbalancer: Use CreateMemberOpts instead of BatchUpdateMemberOpts in PoolCreateOpts - [GH-2886](https://redirect.github.com/gophercloud/gophercloud/pull/2886) ports: Fix value_specs implementation - [GH-2665](https://redirect.github.com/gophercloud/gophercloud/pull/2665) Cinder: Remove multiatttach request parameter - [GH-2936](https://redirect.github.com/gophercloud/gophercloud/pull/2936) Make Gophercloud context-aware: all function signatures triggering an HTTP call now accept a context.Context for tracing and cancellation - [GH-2970](https://redirect.github.com/gophercloud/gophercloud/pull/2970) Remove context from the Provider client - [GH-2904](https://redirect.github.com/gophercloud/gophercloud/pull/2904) Remove error code types New features and improvements: - [GH-2486](https://redirect.github.com/gophercloud/gophercloud/pull/2486) Fix BareMetalV1 version - [GH-2492](https://redirect.github.com/gophercloud/gophercloud/pull/2492) Add tags for loadbalancer l7policy and l7rule - [GH-2560](https://redirect.github.com/gophercloud/gophercloud/pull/2560) loadbalancer: Use CreateMemberOpts instead of BatchUpdateMemberOpts in PoolCreateOpts - [GH-2561](https://redirect.github.com/gophercloud/gophercloud/pull/2561) compute: add ext_specs to flavor - [GH-2613](https://redirect.github.com/gophercloud/gophercloud/pull/2613) Migrate baremetal inventory to a common location - [GH-2724](https://redirect.github.com/gophercloud/gophercloud/pull/2724) baremetal: introduce Node Inventory API - [GH-2725](https://redirect.github.com/gophercloud/gophercloud/pull/2725) baremetal: finish moving common inventory bits - [GH-2736](https://redirect.github.com/gophercloud/gophercloud/pull/2736) Composable templates - [GH-2781](https://redirect.github.com/gophercloud/gophercloud/pull/2781) baremetal: support ironic native PluginData - [GH-2791](https://redirect.github.com/gophercloud/gophercloud/pull/2791) Add microversion utilities - [GH-2806](https://redirect.github.com/gophercloud/gophercloud/pull/2806) Fix list ports with multiple fixedip parameters - [GH-2809](https://redirect.github.com/gophercloud/gophercloud/pull/2809) Remove code for CDN (poppy) - [GH-2812](https://redirect.github.com/gophercloud/gophercloud/pull/2812) Revert "Fix baremetal jobs on Ubuntu 20.04" - [GH-2821](https://redirect.github.com/gophercloud/gophercloud/pull/2821) objects: Escape names in Gophercloud - [GH-2828](https://redirect.github.com/gophercloud/gophercloud/pull/2828) Octavia: Add tags to resources missing them - [GH-2834](https://redirect.github.com/gophercloud/gophercloud/pull/2834) baremetal: implemented ParsedLLDP in the standard PluginData - [GH-2866](https://redirect.github.com/gophercloud/gophercloud/pull/2866) loadbalancer additional_vips by snigle - [GH-2881](https://redirect.github.com/gophercloud/gophercloud/pull/2881) Adding missing QoS field for router - [GH-2883](https://redirect.github.com/gophercloud/gophercloud/pull/2883) Context-aware methods to ProviderClient and ServiceClient - [GH-2892](https://redirect.github.com/gophercloud/gophercloud/pull/2892) Authenticate with a clouds.yamlConfiguration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.