forked from docker-archive-public/docker.machine
-
Notifications
You must be signed in to change notification settings - Fork 132
chore(deps): update module github.com/gophercloud/gophercloud to v2 #289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate-rancher
wants to merge
1
commit into
master
Choose a base branch
from
renovate/github.com-gophercloud-gophercloud-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): update module github.com/gophercloud/gophercloud to v2 #289
renovate-rancher
wants to merge
1
commit into
master
from
renovate/github.com-gophercloud-gophercloud-2.x
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
224654d to
b1efb55
Compare
e968525 to
ea7152e
Compare
ea7152e to
5c093bf
Compare
5c093bf to
a00d3fa
Compare
b036d9d to
e826a2b
Compare
50b2f53 to
e455112
Compare
3857069 to
bdb377e
Compare
bdb377e to
76d623d
Compare
76d623d to
d41baa5
Compare
d41baa5 to
a7d26fd
Compare
667e767 to
6d53ef7
Compare
d8cc406 to
3ee0437
Compare
Author
|
3ee0437 to
135dece
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.7.0->v2.7.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
gophercloud/gophercloud (github.com/gophercloud/gophercloud)
v2.7.0Compare Source
What's Changed
network standard-attr-*extensions by @mandre in https://github.com/gophercloud/gophercloud/pull/3328Full Changelog: gophercloud/gophercloud@v2.6.0...v2.7.0
v2.6.0Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.5.0...v2.6.0
v2.5.0Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.4.0...v2.5.0
v2.4.0Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.3.0...v2.4.0
v2.3.0Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.2.0...v2.3.0
v2.2.0Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.1.1...v2.2.0
v2.1.1Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.1.0...v2.1.1
v2.1.0Compare Source
v2.0.0Compare Source
MAIN BREAKING CHANGES:
objectsandcontainersfunctions. If you were previously escaping names (with, for example:url.PathEscapeorurl.QueryEscape), then you should REMOVE that and pass the intended names to Gophercloud directly.containers.ListOpts#Fullandobjects.ListOpts#Fullproperties 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)./), and empty object names are now rejected in Gophercloud before any call to Swift.objectstorage:containers.ErrInvalidContainerNameis nowv1.ErrInvalidContainerName.objectstorage:v1.ErrEmptyContainerNamev1.ErrEmptyObjectNameobjects.Copy: thedestinationfield (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 (/).New features and improvements:
v1.14.1Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v1.14.0...v1.14.1
v1.14.0Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v1.13.0...v1.14.0
v1.13.0Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v1.12.0...v1.13.0
v1.12.0Compare Source
v1.11.0Compare 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.0Compare Source
v1.9.0Compare Source
New features and improvements:
CI changes:
v1.8.0Compare Source
New features and improvements:
CI changes:
v1.7.0Compare Source
New features and improvements:
CI changes:
v1.6.0Compare Source
New features and improvements:
CI changes:
v1.5.0Compare Source
New features and improvements:
v1.4.0Compare Source
New features and improvements:
CI changes:
v1.3.0Compare Source
v1.2.0Compare Source
Starting with this version, Gophercloud sends its actual version in the
user-agent string in the format
gophercloud/v1.2.0. It no longer sends thehardcoded string
gophercloud/2.0.0.v1.1.1Compare Source
The GOPROXY cache for v1.1.0 was corrupted with a tag pointing to the wrong commit. This release fixes the problem by exposing a new release with the same content.
Please use
v1.1.1instead ofv1.1.0to avoid cache issues.v1.1.0Compare Source
v1.0.0Compare Source
UPGRADE NOTES + PROMISE OF COMPATIBILITY
go get -d github.com/gophercloud/gophercloudunless the dependency is pinned ingo.mod.IMPROVEMENTS
compute.v2/extensions/services.DeleteGH-2427standard-attr-revisionstonetworking/v2/networks,networking/v2/ports, andnetworking/v2/subnetsGH-2437updated_atandcreated_atfields tonetworking/v2/ports.PortGH-2445v0.25.0Compare Source
BREAKING CHANGES
blockstorage/noauth.NewBlockStorageNoAuthwithNewBlockStorageNoAuthV2andNewBlockStorageNoAuthV3GH-2343blockstorage/extensions/schedulerstats.Capabilities'sGoodnessFuctionfield toGoodnessFunctionGH-2346IMPROVEMENTS
RequestOpts.OmitHeadersto provider client GH-2315identity/v3/extensions/projectendpoints.ListGH-2304identity/v3/extensions/projectendpoints.CreateGH-2304identity/v3/extensions/projectendpoints.DeleteGH-2304anytonetworking/v2/extensions/security/rules.CreateGH-2310REDIRECT_PREFIXandREDIRECT_HTTP_CODEtoloadbalancer/v2/l7policies.CreateGH-2324SOURCE_IP_PORTLB method toloadbalancer/v2/pools.CreateGH-2300AllocatedCapacityGBcapability toblockstorage/extensions/schedulerstats.CapabilitiesGH-2348Metadatatodns/v2/recordset.RecordSetGH-2353compute/v2/extensions/servergroups.ListGH-2355containerinfra/v1/nodegroupsGH-2377loadbalancer/v2/listeners.ListenerGH-2407identity/v3/limits.ListGH-2360ParentProviderUUIDtoplacement/v1/resourceproviders.CreateGH-2356placement/v1/resourceproviders.DeleteGH-2357placement/v1/resourceproviders.GetGH-2358placement/v1/resourceproviders.UpdateGH-2359networking/v2/extensions/bgp/peers.ListGH-2241networking/v2/extensions/bgp/peers.GetGH-2241networking/v2/extensions/bgp/peers.CreateGH-2388networking/v2/extensions/bgp/peers.DeleteGH-2388networking/v2/extensions/bgp/peers.UpdateGH-2396networking/v2/extensions/bgp/speakers.CreateGH-2395networking/v2/extensions/bgp/speakers.DeleteGH-2395networking/v2/extensions/bgp/speakers.UpdateGH-2400networking/v2/extensions/bgp/speakers.AddBGPPeerGH-2400networking/v2/extensions/bgp/speakers.RemoveBGPPeerGH-2400networking/v2/extensions/bgp/speakers.GetAdvertisedRoutesGH-2406networking/v2/extensions/bgp/speakers.AddGatewayNetworkGH-2406networking/v2/extensions/bgp/speakers.RemoveGatewayNetworkGH-2406baremetal/v1/nodes.SetMaintenanceandbaremetal/v1/nodes.UnsetMaintenanceGH-2384sharedfilesystems/v2/services.ListGH-2350sharedfilesystems/v2/schedulerstats.ListGH-2350sharedfilesystems/v2/schedulerstats.ListDetailGH-2350IncludeSubtreetoidentity/v3/roles.ListAssignmentsGH-2411v0.24.0Compare Source
UPGRADE NOTES
IMPROVEMENTS
blockstorage/v3/qos.GetGH-2283blockstorage/v3/qos.UpdateGH-2283blockstorage/v3/qos.DeleteKeysGH-2283blockstorage/v3/qos.AssociateGH-2284blockstorage/v3/qos.DisassociateGH-2284blockstorage/v3/qos.DisassociateAllGH-2284blockstorage/v3/qos.ListAssociationsGH-2284v0.23.0Compare Source
IMPROVEMENTS
networking/v2/extensions/agents.ListBGPSpeakersGH-2229networking/v2/extensions/bgp/speakers.BGPSpeakerGH-2229identity/v3/roles.Project.DomainGH-2235identity/v3/roles.User.DomainGH-2235identity/v3/roles.Group.DomainGH-2235loadbalancer/v2/pools.CreateOpts.TagsGH-2237loadbalancer/v2/pools.UpdateOpts.TagsGH-2237loadbalancer/v2/pools.Pool.TagsGH-2237networking/v2/extensions/bgp/speakers.ListGH-2238networking/v2/extensions/bgp/speakers.GetGH-2238compute/v2/extensions/keypairs.CreateOpts.TypeGH-2231v0.22.0Compare Source
v0.21.0Compare Source
v0.20.0Compare Source
v0.19.0Compare Source
v0.18.0Compare Source
v0.17.0Compare Source
v0.16.0Compare Source
v0.15.0Compare Source
v0.14.0Compare Source
v0.13.0Compare Source
v0.12.0Compare Source
v0.11.0Compare Source
v0.10.0Compare Source
v0.9.0Compare Source
v0.8.0Compare Source
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.