-
Notifications
You must be signed in to change notification settings - Fork 48
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 #814
Update module github.com/gophercloud/gophercloud to v2 #814
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
a178620
to
07504a9
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/686fd61345f34dabacaf51a45606d24d ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 19m 08s |
07504a9
to
bb2c0a9
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/c8084501e1c74164a31d540964a9e1dd ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 29m 45s |
bb2c0a9
to
770fabf
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/fd9f13ce02b14417b8ba6c0d5df370f8 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 34m 19s |
770fabf
to
542558d
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bb0342f6acd7426687b3d529074e97d3 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 35m 48s |
542558d
to
0c926fc
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2ca00dff9ca74d3f8698be2242438f29 ❌ openstack-k8s-operators-content-provider FAILURE in 12m 18s |
0c926fc
to
9c6a935
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/64209e00a7174c539635e3460c2d7773 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 33m 27s |
9c6a935
to
26b3bc5
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/3c4b35f1b60241918124a16cac7949d6 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 21m 00s |
26b3bc5
to
c8c131c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mrkisaolamb, openstack-k8s-ci-robot The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ce315aab3d984cba9294156b1c7e60c3 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 34m 11s |
recheck |
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.