-
Notifications
You must be signed in to change notification settings - Fork 36
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
Update module github.com/gophercloud/gophercloud to v2 - autoclosed #599
Update module github.com/gophercloud/gophercloud to v2 - autoclosed #599
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: openstack-k8s-ci-robot The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
/retest-required |
edb5ded
to
8021663
Compare
/test precommit-check |
8fe4398
to
ed75722
Compare
/test precommit-check |
ed75722
to
54767b1
Compare
54767b1
to
4ffc2a2
Compare
@openstack-k8s-ci-robot: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This PR contains the following updates:
v1.14.0
->v2.1.0
Release Notes
gophercloud/gophercloud (github.com/gophercloud/gophercloud)
v2.1.0
Compare Source
v2.0.0
Compare Source
MAIN BREAKING CHANGES:
objects
andcontainers
functions. If you were previously escaping names (with, for example:url.PathEscape
orurl.QueryEscape
), then you should REMOVE that and pass the intended names to Gophercloud directly.containers.ListOpts#Full
andobjects.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
)./
), and empty object names are now rejected in Gophercloud before any call to Swift.objectstorage
:containers.ErrInvalidContainerName
is nowv1.ErrInvalidContainerName
.objectstorage
:v1.ErrEmptyContainerName
v1.ErrEmptyObjectName
objects.Copy
: thedestination
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 (/
).New features and improvements:
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, 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.