fix(deps): update module github.com/gophercloud/gophercloud to v2#103
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update module github.com/gophercloud/gophercloud to v2#103renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
3bbcc70 to
403f3a8
Compare
403f3a8 to
0b9f4eb
Compare
cb2ea8a to
aeba687
Compare
aeba687 to
27a6475
Compare
27a6475 to
8b9c6cf
Compare
8b9c6cf to
15bf761
Compare
15bf761 to
b1e9956
Compare
b1e9956 to
cfe24bd
Compare
cfe24bd to
2f1477b
Compare
2f1477b to
a8f886f
Compare
a8f886f to
3768832
Compare
3768832 to
d8b020c
Compare
d8b020c to
85970d7
Compare
85970d7 to
1fb309e
Compare
1fb309e to
6429543
Compare
6429543 to
f0246a1
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
f0246a1 to
2ec52b8
Compare
2ec52b8 to
d9606d0
Compare
d9606d0 to
6619cfe
Compare
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
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.14.0→v2.11.1Release Notes
gophercloud/gophercloud (github.com/gophercloud/gophercloud)
v2.11.1Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.11.0...v2.11.1
v2.11.0Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.10.0...v2.11.0
v2.10.0Compare Source
What's Changed
nameanddescriptionfields by @winiciusallan in #3570Full Changelog: gophercloud/gophercloud@v2.9.0...v2.10.0
v2.9.0Compare Source
What's Changed
typefield by @winiciusallan in #3558Full Changelog: gophercloud/gophercloud@v2.8.0...v2.9.0
v2.8.0Compare Source
What's Changed
Full Changelog: gophercloud/gophercloud@v2.7.0...v2.8.0
v2.7.0Compare Source
What's Changed
network standard-attr-*extensions by @mandre in #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.Create[GH-2324](https://redirect.gConfiguration
📅 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.